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
f92e3ba0
authored
Jun 15, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
3f0b0abd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
pages/picking/sort.vue
pages/stockRecheck/index.vue
pages/picking/sort.vue
View file @
f92e3ba0
...
@@ -436,6 +436,7 @@ export default {
...
@@ -436,6 +436,7 @@ export default {
this
.
detail
=
data
;
this
.
detail
=
data
;
this
.
picked_num
=
Number
(
data
.
lock_qty
)
-
Number
(
data
.
pick_qty
);
this
.
picked_num
=
Number
(
data
.
lock_qty
)
-
Number
(
data
.
pick_qty
);
this
.
formParams
.
pick_qty
=
Number
(
data
.
lock_qty
)
-
Number
(
data
.
pick_qty
);
this
.
formParams
.
pick_qty
=
Number
(
data
.
lock_qty
)
-
Number
(
data
.
pick_qty
);
this
.
image_list
=
[];
}
else
if
(
type
==
2
)
{
}
else
if
(
type
==
2
)
{
this
.
$refs
.
showRightPack
.
open
();
this
.
$refs
.
showRightPack
.
open
();
this
.
detailContainer
=
data
;
this
.
detailContainer
=
data
;
...
...
pages/stockRecheck/index.vue
View file @
f92e3ba0
...
@@ -170,7 +170,7 @@ export default {
...
@@ -170,7 +170,7 @@ export default {
});
});
return
false
;
return
false
;
}
}
this
.
request
(
API
.
multiMakeStockOutFinish
,
'POST'
,
{
stock_out_id
:
this
.
filter_id
.
join
(
','
)
},
true
).
then
(
res
=>
{
this
.
request
(
API
.
multiMakeStockOutFinish
,
'POST'
,
{
stock_out_id
s
:
this
.
filter_id
.
join
(
','
)
},
true
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
uni
.
showToast
({
uni
.
showToast
({
title
:
'复核成功'
,
title
:
'复核成功'
,
...
...
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