diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp index c02ec32e4..c1db154d5 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp @@ -18,6 +18,7 @@ String sTempletNo = "VI_BUSINESS_APPROVAL";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); + //doTemp.setHtmlEvent("firstchoice","onChange","changeFirstChoice"); if(null!=ishistory&&ishistory.equals("true")){ doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory");//如果是历史则新显示历史数据 } @@ -37,7 +38,7 @@ dwTemp.getDataObject().setVisible("firstopinion", true); dwTemp.getDataObject().setRequired("firstchoice", true); dwTemp.getDataObject().setRequired("firstopinion", true); - dwTemp.setGroupHidden("0030,0040,0050"); + dwTemp.setGroupHidden("0030,0040,0050,0060"); }else if("0030".equals(phaseNo)){ dwTemp.getDataObject().setVisible("firstchoice", true); dwTemp.getDataObject().setVisible("firstopinion", true); @@ -120,7 +121,7 @@ break; } }) - + function save(){ var updatedFields = DisplayFields[0]; if(iV_all(0)){