This commit is contained in:
G 2018-10-16 15:06:05 +08:00
commit 8703e4a724

View File

@ -10,8 +10,10 @@
String flowunid = CurPage.getParameter("FlowUnid");
String ishistory = CurPage.getParameter("IsHistory");
ASObjectModel doTemp = new ASObjectModel("ActualPaymentTempListBusiness");
if(null!=ishistory&&ishistory.equals("true")){
if(!"0050".equals(phaseNo)){
if(null!=ishistory&&ishistory.equals("true")){
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory");
}
}
doTemp.setVisible("CUST_NAME",false);
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
@ -25,7 +27,7 @@
}
if("ReadOnly".equals(rightType)){
dwTemp.MultiSelect = false;
}
}
dwTemp.setPageSize(10);
ASDataObject ado = dwTemp.getDataObject();
ado.setLockCount(4);