diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp index a97826b42..de02ec92f 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp @@ -155,6 +155,39 @@ //$("#FULLNAME").attr("style","color:red;"); $("#CERTID").css("color","red"); } + var firstchoice = getItemValue(0,0,"firstchoice"); + if(firstchoice==""){ + setItemRequired(0,"InterOpinion1",false); + setItemRequired(0,"DistriOpinion1",false); + $("#FIRSTOPINION").removeAttr("disabled"); + } + if(firstchoice=="0010"){ + setItemRequired(0,"A_div_1220",true); + setItemRequired(0,"InterOpinion1",false); + setItemRequired(0,"DistriOpinion1",true); + $("#FIRSTOPINION").removeAttr("disabled"); + var obj=document.getElementById('FIRSTOPINION'); + for(var i=0;i<7;i++){ + obj.options[i].style.display = "block"; + } + obj.options[7].style.display = "none"; + } + if(firstchoice=="0020"){ + setItemRequired(0,"InterOpinion1",true); + setItemRequired(0,"DistriOpinion1",false); + $("#FIRSTOPINION").removeAttr("disabled"); + var obj=document.getElementById('FIRSTOPINION'); + for(var i=0;i<7;i++){ + obj.options[i].style.display = "none"; + } + obj.options[7].style.display = "block"; + } + if(firstchoice=="0030"){ + setItemRequired(0,"InterOpinion1",false); + setItemRequired(0,"DistriOpinion1",true); + setItemValue(0,0,"firstopinion",""); + $("#FIRSTOPINION").attr("disabled","disabled"); + } }) function checkCertId(){//УÑéÖ¤¼þºÅ