|
|
@@ -31,14 +31,14 @@ $(function() {
|
|
|
var isFinish = "${requestScope.finish }";
|
|
|
var isStart = "${requestScope.flowOnOff }";
|
|
|
|
|
|
- $(function() {
|
|
|
+/* $(function() {
|
|
|
if(isStart == "off"){
|
|
|
initDialog = $.ligerDialog({content:"对不起,档案借阅审批流程未配置,请通知流程管理员配置后,再借阅!", title:"系统提示",type:"warn",width:300,height:70,allowClose : false,
|
|
|
buttons:[ { text:"确定",onclick:function(){closeWindow();}}
|
|
|
]
|
|
|
});
|
|
|
}
|
|
|
- });
|
|
|
+ }); */
|
|
|
$(function() {
|
|
|
if(isFinish == "finish"){
|
|
|
initDialog = $.ligerDialog({content:"借阅申请提交成功!是否继续申请?", title:"系统提示",type:"question",width:300,height:70,allowClose : false,
|