From 702ba509e0aece41e4a88ac053551d9636b66c6e Mon Sep 17 00:00:00 2001 From: tangfutang Date: Thu, 16 Aug 2018 10:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=9A=E5=8A=A1=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E6=84=8F=E8=A7=81=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Project/BusinessApplication/ApprovalForm.jsp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp index 3e9cca546..4624c3fdc 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp @@ -303,7 +303,7 @@ setItemValue(0,0,"firstopinion",""); $("#FIRSTOPINION").attr("disabled","disabled"); } - + changeFirstChoice(); }) function checkCertId(){//УÑéÖ¤¼þºÅ @@ -329,6 +329,7 @@ setItemRequired(0,"A_div_1220",true); setItemRequired(0,"InterOpinion1",true); setItemRequired(0,"DistriOpinion1",false); + setItemRequired(0,"FIRSTOPINION",true); $("#FIRSTOPINION").removeAttr("disabled"); /* var obj=document.getElementById('FIRSTOPINION'); for(var i=0;i<7;i++){ @@ -340,6 +341,7 @@ if(firstchoice=="0020"){ setItemRequired(0,"InterOpinion1",true); setItemRequired(0,"DistriOpinion1",false); + setItemRequired(0,"FIRSTOPINION",true); $("#FIRSTOPINION").removeAttr("disabled"); /* var obj=document.getElementById('FIRSTOPINION'); for(var i=0;i<7;i++){ @@ -349,8 +351,8 @@ attribute1="2"; } if(firstchoice=="0030"){ - setItemRequired(0,"InterOpinion1",false); - setItemRequired(0,"DistriOpinion1",true); + setItemRequired(0,"InterOpinion1",true); + setItemRequired(0,"DistriOpinion1",false); setItemRequired(0,"FIRSTOPINION",false); setItemValue(0,0,"firstopinion",""); $("#FIRSTOPINION").attr("disabled","disabled");