diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp index f6a3ba7eb..8ed56050a 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp @@ -14,6 +14,7 @@ String phaseNo = CurPage.getAttribute("PhaseNo"); String taskno=CurPage.getParameter("TaskNo"); String RightType= CurPage.getParameter("RightType"); + String customerType= CurPage.getParameter("CustomerType"); String flowunid = CurPage.getParameter("FlowUnid"); String clean_lease_money = Sqlca.getString("select CLEAN_LEASE_MONEY from LC_CALC_CONDITION_TEMP where flowunid='"+flowunid+"'"); @@ -26,6 +27,9 @@ String sTempletNo = "VI_BUSINESS_APPROVAL";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); + if("01".equals(customerType)){ + doTemp.setVisible("SEX",false);//如果是法人客户隐藏性别字段 + } doTemp.setHtmlEvent("firstchoice","onChange","changeFirstChoice"); doTemp.setHtmlEvent("secondchoice","onChange","changeSecondChoice"); doTemp.setHtmlEvent("thirdchoice","onChange","changeThirdChoice");