From 5f38f51174d0ca03dfa299c04215c451a36eb225 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Tue, 19 Sep 2023 18:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=97=E8=B4=A2=E9=A3=8E=E6=8E=A7=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-=E5=AE=A1=E6=89=B9=E6=84=8F=E8=A7=81=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Project/BusinessApplication/ApprovalForm.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp index e2c16e242..e34803368 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp @@ -505,12 +505,12 @@ var attributeCodeScoreDefault = null; // 评分结果 AA 自动通过 if("AA" == score_result_code){ - choiceCodeScoreDefault = "0020"; - opinionCodeScoreDefault = "0070"; + choiceCodeScoreDefault = "0020";//审批意见 + opinionCodeScoreDefault = "0070";//意见详情 attributeCodeScoreDefault = "2";//通过枚举 }else if("DD" == score_result_code){// 评分结果 DD 自动拒绝 - choiceCodeScoreDefault = "0010"; - opinionCodeScoreDefault = "0060"; + choiceCodeScoreDefault = "0010";//审批意见 + opinionCodeScoreDefault = "0060";//意见详情 attributeCodeScoreDefault = "1";//拒绝枚举 } switch('<%=phaseNo%>') {