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
d8989c37
authored
Oct 19, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
【理货】、【一键理货】操作时,D/C 必填并且必须为四位数字
parent
c629ca53
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
pages/tallyReceive/operate.vue
pages/tallyReceive/operate.vue
View file @
d8989c37
...
...
@@ -765,6 +765,17 @@ export default {
return
false
;
}
}
//【理货】、【一键理货】操作时,D/C 必填并且必须为四位数字
if
(
this
.
warehouse_id
==
9
)
{
if
(
this
.
formParams
.
date_code
.
length
!=
4
)
{
uni
.
showModal
({
itle
:
'提示'
,
content
:
'D/C必须为四位数字'
,
showCancel
:
false
});
return
false
;
}
}
var
wait_tally_qty
=
Number
(
this
.
detail
.
wait_tally_qty
);
...
...
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