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
0c715b03
authored
Jul 26, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
f579ba19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
pages/tally/abnormalTally.vue
pages/tally/index.vue
pages/tally/unboxing.vue
pages/tally/abnormalTally.vue
View file @
0c715b03
...
...
@@ -378,7 +378,7 @@
confirmText
:
'确认取出'
,
success
:
(
res
)
=>
{
if
(
res
.
confirm
)
{
this
.
request
(
API
.
getBoxNumByDetailId
,
'POST'
,
{
wsty
_id
:
this
.
form
[
index
].
wsty
_id
},
true
).
then
(
json
=>
{
this
.
request
(
API
.
getBoxNumByDetailId
,
'POST'
,
{
wsty
dl_id
:
wstydl
_id
},
true
).
then
(
json
=>
{
if
(
json
.
err_code
===
0
)
{
if
(
json
.
data
>
1
)
{
let
text
=
`
${
item
.
erp_order_sn
}
货物分部在
${
this
.
box_sn
}
的
${
json
.
data
.
length
}
个子箱,请确认是否全部取消`
;
...
...
pages/tally/index.vue
View file @
0c715b03
...
...
@@ -1034,7 +1034,7 @@
*/
cancelTallyDetail
(
index
)
{
//根据理货明细获取箱数
this
.
request
(
API
.
getBoxNumByDetailId
,
'POST'
,
{
wsty
_id
:
this
.
form
[
index
].
wsty
_id
},
true
).
then
(
json
=>
{
this
.
request
(
API
.
getBoxNumByDetailId
,
'POST'
,
{
wsty
dl_id
:
this
.
form
[
index
].
wstydl
_id
},
true
).
then
(
json
=>
{
if
(
json
.
err_code
===
0
)
{
if
(
json
.
data
>
1
)
{
let
text
=
`
${
this
.
erp_order_sn
}
货物分部在
${
this
.
box_sn
}
的
${
json
.
data
.
length
}
个子箱,请确认是否全部取消`
;
...
...
pages/tally/unboxing.vue
View file @
0c715b03
...
...
@@ -914,7 +914,7 @@
});
return
false
;
}
this
.
request
(
API
.
getBoxNumByDetailId
,
'POST'
,
{
wsty
_id
:
this
.
form
[
index
].
wsty
_id
},
true
).
then
(
json
=>
{
this
.
request
(
API
.
getBoxNumByDetailId
,
'POST'
,
{
wsty
dl_id
:
this
.
form
[
index
].
wstydl
_id
},
true
).
then
(
json
=>
{
if
(
json
.
err_code
===
0
)
{
if
(
json
.
data
>
1
)
{
let
text
=
`
${
this
.
form
[
this
.
formIndex
].
erp_order_sn
}
货物分部在
${
this
.
box_sn
}
的
${
json
.
data
.
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