法人客户申请不显示性别字段
This commit is contained in:
parent
b59a83a2ed
commit
27ddd13c1f
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user