<%@page import="com.amarsoft.app.accounting.config.impl.CashFlowConfig"%> <%@page import="com.amarsoft.app.base.config.impl.BusinessComponentConfig"%> <%@page import="com.amarsoft.app.base.util.DateHelper"%> <%@page import="com.amarsoft.app.base.businessobject.BusinessObjectHelper"%> <%@page import="com.amarsoft.app.base.businessobject.BusinessObject"%> <%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_info.jspf"%><% String sTempletNo = "LoanSimulationBasicInfo";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform //dwTemp.ReadOnly = "-2";//只读模式 dwTemp.genHTMLObjectWindow(CurPage.getParameter("SerialNo")); //字段显示子页面 for (int i = 0; i < dwTemp.getDataObject().Columns.size(); ++i){ ASColumn column = (ASColumn) dwTemp.getDataObject().Columns.get(i); String htmlStyle = column.getAttribute("ColHTMLStyle"); if(!StringX.isEmpty(htmlStyle) && htmlStyle.indexOf("iframe") > -1) { String name = column.getAttribute("ColName"); dwTemp.replaceColumn(name, htmlStyle, CurPage.getObjectWindowOutput()); } } String businessDate = DateHelper.getBusinessDate(); String sButtons[][] = { {"true","All","Button","重置","重置","reloadSelf()","","","",""}, {"true","All","Button","贷款咨询","贷款咨询","run()","","","",""}, }; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>