From eb7c5fc7c4d84342f17f1ddeb105edb6acfe968d Mon Sep 17 00:00:00 2001 From: zzk Date: Tue, 26 Sep 2023 10:59:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=E4=BC=A0?= =?UTF-8?q?=E9=98=85=E7=BB=8F=E9=94=80=E5=95=86=E6=98=BE=E7=A4=BA=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=98=BE=E7=A4=BA=E5=A4=8D=E5=AE=A1=E7=9A=84=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E6=84=8F=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);