From 7a72af9523c4f78977ce15e16a95016656f05157 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Thu, 18 Jun 2020 14:47:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E5=89=8D=E7=BB=93=E6=B8=85=E5=8E=9F?= =?UTF-8?q?=E8=B5=84=E9=87=91=E8=AE=A1=E5=88=92=E6=96=B0=E5=A2=9E=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation_old/FundPlanList.jsp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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";