Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
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
09986e63
authored
Jul 01, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
0f28a562
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
pages/preCheck/list.vue
pages/preCheck/list.vue
View file @
09986e63
...
...
@@ -786,12 +786,13 @@
},
200
);
},
showDrawer
(
index
)
{
this
.
image_list
=
[];
this
.
detail
=
this
.
list
[
index
];
this
.
stockPreCheckTallyParams
.
tally_num
=
this
.
detail
.
tally_qty
||
''
;
this
.
stockPreCheckTallyParams
.
tally_remark
=
''
;
this
.
stockPreCheckTallyParams
.
preckeck_imgs
=
''
;
this
.
stockPreCheckTallyParams
.
tally_remark
=
this
.
detail
.
tally_remark
||
''
;
this
.
stockPreCheckTallyParams
.
preckeck_imgs
=
this
.
detail
.
precheck_images
;
this
.
stockPreCheckTallyParams
.
is_print_label
=
1
;
this
.
image_list
=
[];
this
.
image_list
=
this
.
stockPreCheckTallyParams
.
preckeck_imgs
?
this
.
stockPreCheckTallyParams
.
preckeck_imgs
.
split
(
','
)
:
[];
this
.
$refs
.
showRight
.
open
();
},
closeDrawer
()
{
...
...
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