Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
b92ec5e7
Commit
b92ec5e7
authored
Feb 18, 2020
by
季圣华
Browse files
限制商品录入必须录入条码
parent
f630fd95
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/material.html
View file @
b92ec5e7
...
...
@@ -1175,6 +1175,10 @@
$
.
messager
.
alert
(
'
提示
'
,
'
单位为必填项!
'
,
'
warning
'
);
return
;
}
if
(
$
(
"
#materialExtendData
"
).
datagrid
(
'
getRows
'
).
length
==
0
){
$
.
messager
.
alert
(
'
提示
'
,
'
请录入条码及相关信息!
'
,
'
warning
'
);
return
;
}
if
(
checkIsExist
())
{
return
;
}
...
...
Write
Preview
Supports
Markdown
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