Merge branch 'develop' of http://git2.tenwa.com.cn/ApzlDev/apzl_leasing.git into guojiayi1
This commit is contained in:
commit
8703e4a724
@ -10,8 +10,10 @@
|
|||||||
String flowunid = CurPage.getParameter("FlowUnid");
|
String flowunid = CurPage.getParameter("FlowUnid");
|
||||||
String ishistory = CurPage.getParameter("IsHistory");
|
String ishistory = CurPage.getParameter("IsHistory");
|
||||||
ASObjectModel doTemp = new ASObjectModel("ActualPaymentTempListBusiness");
|
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.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
doTemp.setVisible("CUST_NAME",false);
|
doTemp.setVisible("CUST_NAME",false);
|
||||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user