付款前提的本次付款明细看不到值调整

This commit is contained in:
58261 2018-10-16 14:46:45 +08:00
parent b268163e2d
commit c29fc36faf

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);