修改租金不显示还款状态和剩余本金
This commit is contained in:
parent
a2ec078ff1
commit
75ba44b242
@ -9,9 +9,9 @@
|
||||
String nodeNo=CurPage.getParameter("NodeNo");
|
||||
ASObjectModel doTemp = new ASObjectModel("LCRentPlanTempList");
|
||||
doTemp.appendJboWhere(" and payment_number='"+plannumber+"'");
|
||||
if(null!=ishistory&&ishistory.equals("true") && !flowNo.equals("RentDormantFlow")){
|
||||
/* if(null!=ishistory&&ishistory.equals("true") && !flowNo.equals("RentDormantFlow")){
|
||||
doTemp.setDataQueryClass("com.tenwa.lease.flow.flowarchive.calcarchive.CalcRentListArachiveShow");
|
||||
}
|
||||
} */
|
||||
CurPage.setAttribute("modelno","rent");
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
||||
dwTemp.Style="1"; //--ÉèÖÃΪGrid·ç¸ñ--
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user