增加其他单据的非空提示框

This commit is contained in:
季圣华
2017-06-29 23:37:25 +08:00
parent 7e4cb15eb5
commit 8b1dc817f2
4 changed files with 17 additions and 2 deletions

View File

@@ -375,6 +375,10 @@
return;
else
{
if(!$("#Type").val()){
$.messager.alert('提示','请选择类型!','warning');
return;
}
$.ajax({
type:"post",
url: url,