Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c87c9ee6
authored
Oct 07, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
适配
parent
9cba68e2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
pages/tallyGoods/confirm.vue
pages/tallyGoods/confirm.vue
View file @
c87c9ee6
...
@@ -124,6 +124,7 @@ export default {
...
@@ -124,6 +124,7 @@ export default {
currentIndex
:
-
1
,
currentIndex
:
-
1
,
image_list
:
[],
//图片列表
image_list
:
[],
//图片列表
goods_check_pic_list
:
[],
//商检图片列表
goods_check_pic_list
:
[],
//商检图片列表
goods_check_pic_list_id
:
[],
//商检图片列表ID标识
list
:
[],
//商检型号列表
list
:
[],
//商检型号列表
maxNum
:
4
,
//最大上传图片数量
maxNum
:
4
,
//最大上传图片数量
disabled
:
false
,
disabled
:
false
,
...
@@ -235,6 +236,10 @@ export default {
...
@@ -235,6 +236,10 @@ export default {
return
entry
.
isEntryInspOrg
===
true
;
return
entry
.
isEntryInspOrg
===
true
;
});
});
this
.
goods_check_pic_list_id
=
this
.
list
.
map
(
function
(
entry
)
{
return
entry
.
ptEntryID
;
});
const
length
=
this
.
list
.
length
;
const
length
=
this
.
list
.
length
;
this
.
goods_check_pic_list
=
Array
.
from
({
length
},
()
=>
[]);
this
.
goods_check_pic_list
=
Array
.
from
({
length
},
()
=>
[]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment