导出加入关闭提示
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user