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
763dafef
authored
Dec 14, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
如果【实到数据】与【下单数据】不一致,则toast异常提示无法提交
parent
8afaf4c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
pages/tallyGoods/addException.vue
pages/tallyGoods/addException.vue
View file @
763dafef
...
...
@@ -285,6 +285,14 @@
});
return
false
;
}
if
(
this
.
formParams
.
order_data
!=
this
.
formParams
.
val
)
{
uni
.
showModal
({
title
:
'提示'
,
content
:
'实到数据和下单数据不一致无法提交'
,
showCancel
:
false
});
return
false
;
}
if
(
this
.
image_list
.
length
==
0
)
{
uni
.
showModal
({
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