diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp
index 274c57986..8ec6a41c8 100644
--- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp
+++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp
@@ -284,7 +284,7 @@
if("13"==<%=projectstatus%>){//添加业务二部风管领导审批,意见0070显示
html='
| 业务审批结果: 通过 |
';
}else{
- var firstopinionText= $("#FIRSTOPINION").find("option:selected").text();
+ var firstopinionText= $("#SECONDOPINION").find("option:selected").text();
html='| 业务审批结果: 未通过('+firstopinionText+') |
';
}
$("#A_Group_0010").append(html);
@@ -351,7 +351,7 @@
if("13"==<%=projectstatus%>){
html='| 业务审批结果: 通过 |
';
}else{
- var firstopinionText= $("#FIRSTOPINION").find("option:selected").text();
+ var firstopinionText= $("#SECONDOPINION").find("option:selected").text();
html='| 业务审批结果: 未通过('+firstopinionText+') |
';
}
$("#A_Group_0010").append(html);
@@ -404,7 +404,7 @@
if("13"==<%=projectstatus%>){
html='| 业务审批结果: 通过 |
';
}else{
- var firstopinionText= $("#FIRSTOPINION").find("option:selected").text();
+ var firstopinionText= $("#SECONDOPINION").find("option:selected").text();
html='| 业务审批结果: 未通过('+firstopinionText+') |
';
}
$("#A_Group_0010").append(html);