增加其他单据的非空提示框
This commit is contained in:
@@ -363,7 +363,10 @@
|
||||
{
|
||||
if(checkInOutItemName())
|
||||
return;
|
||||
|
||||
if(!$("#type").val()){
|
||||
$.messager.alert('提示','请选择类型!','warning');
|
||||
return;
|
||||
}
|
||||
$('#inOutItemFM').form('submit',{
|
||||
url: url,
|
||||
onSubmit: function()
|
||||
|
||||
Reference in New Issue
Block a user