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
14791187
authored
Apr 18, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
产地修复
parent
50eb971f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
pages/tallyReceive/operate.vue
pages/tallyReceive/operate.vue
View file @
14791187
...
...
@@ -421,7 +421,7 @@
this
.
searchParams
.
container_id
=
options
.
container_id
||
''
;
//快速扫描
this
.
fastParams
.
flag
=
options
.
flag
;
this
.
fastParams
.
qty
=
options
.
qty
;
this
.
fastParams
.
qty
=
Number
(
options
.
qty
)
||
''
;
this
.
fastParams
.
batch
=
options
.
batch
;
this
.
fastParams
.
origin
=
options
.
origin
;
},
...
...
@@ -650,7 +650,7 @@
this
.
image_list
=
[];
}
//DigiKey 供应商快速扫描过来的
if
(
this
.
fastParams
.
flag
==
'fast'
)
{
if
(
this
.
fastParams
.
flag
==
'fast'
&&
this
.
fastParams
.
qty
)
{
if
(
this
.
fastParams
.
qty
)
{
this
.
formParams
.
tally_qty
=
this
.
fastParams
.
qty
;
//理货数量
this
.
is_tips
=
res
.
data
.
list
[
0
].
wait_tally_qty
!=
Number
(
this
.
formParams
.
tally_qty
);
...
...
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