diff --git a/WebContent/Accounting/LoanSimulation_old/FundPlanList.jsp b/WebContent/Accounting/LoanSimulation_old/FundPlanList.jsp index 379b5b460..b1a4e62f9 100644 --- a/WebContent/Accounting/LoanSimulation_old/FundPlanList.jsp +++ b/WebContent/Accounting/LoanSimulation_old/FundPlanList.jsp @@ -1,7 +1,13 @@ <%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_list.jspf"%><% + String ishistory=CurPage.getParameter("IsHistory"); + String paymentnumber = CurPage.getParameter("plannumber"); - ASObjectModel doTemp = new ASObjectModel("LCFundPlanList"); + String sTempletNo = "LCFundPlanList"; + if(null!=ishistory&&ishistory.equals("true")){ + sTempletNo = "LCFundPlanListHis"; + }; + ASObjectModel doTemp = new ASObjectModel(sTempletNo); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; dwTemp.ReadOnly = "1";