业务申请结束后显示审批结果
This commit is contained in:
parent
a778e6ed03
commit
b162e93ae8
@ -18,7 +18,10 @@
|
||||
String flowstate = CurPage.getParameter("flowstate");
|
||||
String flowunid = CurPage.getParameter("FlowUnid");
|
||||
String flowName = CurPage.getParameter("FlowName");//获取流程名称
|
||||
String projectId = CurPage.getParameter("ProjectId");//获取项目id
|
||||
String clean_lease_money = Sqlca.getString("select CLEAN_LEASE_MONEY from LC_CALC_CONDITION_TEMP where flowunid='"+flowunid+"'");
|
||||
//获取合同状态
|
||||
String projectstatus = Sqlca.getString("select PROJECT_STATUS from lb_project_info where id='"+projectId+"'");
|
||||
//int money = Integer.parseInt(clean_lease_money);
|
||||
if(clean_lease_money==null){
|
||||
clean_lease_money="0";
|
||||
@ -188,6 +191,13 @@
|
||||
$("#A_div_1170").attr("style","display:none;");
|
||||
$("#A_div_1180").attr("style","display:none;");
|
||||
$("#A_div_1250").attr("style","display:none;");
|
||||
$("#A_Group_0020").attr("style","display:none;");
|
||||
if("13"==<%=projectstatus%>){
|
||||
html='<tr id="contractsign" class="test"><td>业务审批结果: 通过</td></tr>';
|
||||
}else{
|
||||
html='<tr id="contractsign" class="test"><td>业务审批结果: 通过</td></tr>';
|
||||
}
|
||||
$("#A_Group_0010").append(html);
|
||||
}
|
||||
_user_validator[0]['rules']['SECONDCHOICE']['required0'] = true;
|
||||
_user_validator[0]['messages']['SECONDCHOICE']['required0'] = '请输入复审意见';
|
||||
@ -214,6 +224,13 @@
|
||||
$("#A_div_1170").attr("style","display:none;");
|
||||
$("#A_div_1180").attr("style","display:none;");
|
||||
$("#A_div_1250").attr("style","display:none;");
|
||||
$("#A_Group_0020").attr("style","display:none;");
|
||||
if("13"==<%=projectstatus%>){
|
||||
html='<tr id="contractsign" class="test"><td>业务审批结果: 通过</td></tr>';
|
||||
}else{
|
||||
html='<tr id="contractsign" class="test"><td>业务审批结果: 通过</td></tr>';
|
||||
}
|
||||
$("#A_Group_0010").append(html);
|
||||
}
|
||||
_user_validator[0]['rules']['THIRDCHOICE']['required0'] = true;
|
||||
_user_validator[0]['messages']['THIRDCHOICE']['required0'] = '请输入部门负责人意见';
|
||||
@ -302,6 +319,20 @@
|
||||
$("#SECONDOPINION").attr("disabled","disabled");
|
||||
$("#THIRDOPINION").attr("disabled","disabled");
|
||||
}
|
||||
if("<%=CurUser.getUserID()%>".indexOf("8006")>=0){
|
||||
$("#A_div_1130").attr("style","display:none;");
|
||||
$("#A_div_1140").attr("style","display:none;");
|
||||
$("#A_div_1210").attr("style","display:none;");
|
||||
$("#A_div_1150").attr("style","display:none;");
|
||||
$("#A_div_1160").attr("style","display:none;");
|
||||
$("#A_div_1230").attr("style","display:none;");
|
||||
$("#A_div_1170").attr("style","display:none;");
|
||||
$("#A_div_1180").attr("style","display:none;");
|
||||
$("#A_div_1250").attr("style","display:none;");
|
||||
$("#A_Group_0020").attr("style","display:none;");
|
||||
$("#A_Group_0040").attr("style","display:none;");
|
||||
$("#A_Group_0030").attr("style","display:none;");
|
||||
}
|
||||
})
|
||||
|
||||
function checkCertId(){//校验证件号
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user