导出加入关闭提示

This commit is contained in:
wangxin
2018-08-20 10:51:16 +08:00
parent 7b86868cd1
commit 8033731f0e

View File

@@ -174,6 +174,8 @@ var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
} }
if(url.indexOf("?isAudit") > 1){ if(url.indexOf("?isAudit") > 1){
loading('<spring:message code="onloading"/>'); loading('<spring:message code="onloading"/>');
}else if(url.indexOf("export") > 1){
closeTip();
} }
//$("#searchForm").submit(); //$("#searchForm").submit();
} }
@@ -236,12 +238,14 @@ var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
if(v=="ok"){ if(v=="ok"){
$("#searchForm").attr("action",url); $("#searchForm").attr("action",url);
$("#searchForm").submit(); $("#searchForm").submit();
closeTip();
} }
},{buttonsFocus:1}); },{buttonsFocus:1});
top.$('.jbox-body .jbox-icon').css('top','55px'); top.$('.jbox-body .jbox-icon').css('top','55px');
}else{ }else{
$("#searchForm").attr("action",url); $("#searchForm").attr("action",url);
$("#searchForm").submit(); $("#searchForm").submit();
closeTip();
} }
} }
} }