1.提前结清原资金计划新增模板

This commit is contained in:
zhangbb 2020-06-18 14:47:51 +08:00
parent e02be7f9a4
commit 7a72af9523

View File

@ -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";