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
ef24c0ca
authored
Jan 31, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
556a5d4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pages/tallyReceive/operate.vue
pages/tallyReceive/operate.vue
View file @
ef24c0ca
...
...
@@ -833,7 +833,7 @@
}
var
wait_tally_qty
=
Number
(
this
.
detail
.
wait_tally_qty
);
//待理货数量
if
(
this
.
detail
.
sku_id
>
0
&&
this
.
detail
.
mpq
)
{
if
(
this
.
formParams
.
is_batch
==
1
&&
this
.
detail
.
sku_id
>
0
&&
this
.
detail
.
mpq
)
{
//实际理货和标准包装量为非整数倍
if
(
Number
(
this
.
formParams
.
tally_qty
)
%
Number
(
this
.
detail
.
mpq
)
!==
0
)
{
uni
.
showModal
({
...
...
@@ -859,6 +859,7 @@
coo
:
this
.
formParams
.
coo
,
is_mobile_default_img
:
this
.
formParams
.
is_mobile_default_img
,
is_print
:
this
.
formParams
.
is_print
,
is_batch
:
this
.
formParams
.
is_batch
,
//新增是否分批理货
mpq
:
this
.
formParams
.
mpq
//新增标准包装量
};
...
...
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