1.修改来函专项管理取消审核状态数据可修改bug。2.修改文件摘要配置查询条件。

This commit is contained in:
zhangwq
2018-11-09 19:47:03 +08:00
parent 301fa50606
commit b5c69a3dad
4 changed files with 52 additions and 4 deletions

View File

@@ -261,6 +261,10 @@
top.$.jBox.tip("<spring:message code='has_approved'/>", "<spring:message code='info'/>");
return;
}
if(cked.val()==3){
top.$.jBox.tip("<spring:message code='cancel_approved'/>", "<spring:message code='info'/>");
return;
}
if(cked.length==1){
window.location = "${ctx}/basics/taskInfo/form?id="+cked.attr("id");
}else{