付款前提的本次付款明细看不到值调整
This commit is contained in:
parent
b268163e2d
commit
c29fc36faf
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user