业务申请,审批页面修改
This commit is contained in:
parent
37ff1b471f
commit
9459ea8682
@ -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)){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user