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
5f784286
authored
May 25, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
6d56b3e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
pages/picking/sort.vue
pages/putaway/index.vue
pages/picking/sort.vue
View file @
5f784286
...
@@ -448,6 +448,7 @@ export default {
...
@@ -448,6 +448,7 @@ export default {
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
getData
();
this
.
getData
();
if
(
pick_qty_num
==
num
)
{
if
(
pick_qty_num
==
num
)
{
this
.
searchParams
.
stock_in_batch_sn
=
''
;
this
.
closeDrawer
(
1
);
this
.
closeDrawer
(
1
);
}
else
{
}
else
{
this
.
picked_num
=
Number
(
this
.
picked_num
)
-
pick_qty_num
;
this
.
picked_num
=
Number
(
this
.
picked_num
)
-
pick_qty_num
;
...
...
pages/putaway/index.vue
View file @
5f784286
...
@@ -243,6 +243,7 @@ export default {
...
@@ -243,6 +243,7 @@ export default {
}
}
},
1000
);
},
1000
);
}
else
{
}
else
{
this
.
getData
();
this
.
input_flag
=
false
;
this
.
input_flag
=
false
;
}
}
},
500
),
},
500
),
...
...
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