增加其他单据的非空提示框
This commit is contained in:
@@ -375,6 +375,10 @@
|
||||
return;
|
||||
else
|
||||
{
|
||||
if(!$("#Type").val()){
|
||||
$.messager.alert('提示','请选择类型!','warning');
|
||||
return;
|
||||
}
|
||||
$.ajax({
|
||||
type:"post",
|
||||
url: url,
|
||||
|
||||
Reference in New Issue
Block a user