From 8869c7d85cf010349f5869a37a801f8e69731697 Mon Sep 17 00:00:00 2001 From: zzk Date: Tue, 12 Sep 2023 17:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=8E=86=E5=8F=B2=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=9F=A5=E8=AF=A2=E6=A8=A1=E6=9D=BF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomerHistory_Info_temp.jsp | 36 ++++++++++++------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/WebContent/Tenwa/Customer/Lessee/Comm/CustomerHistory/CustomerHistory_Info_temp.jsp b/WebContent/Tenwa/Customer/Lessee/Comm/CustomerHistory/CustomerHistory_Info_temp.jsp index 57251de50..0d9943c37 100644 --- a/WebContent/Tenwa/Customer/Lessee/Comm/CustomerHistory/CustomerHistory_Info_temp.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Comm/CustomerHistory/CustomerHistory_Info_temp.jsp @@ -1,24 +1,20 @@ <%@page import="com.itextpdf.text.log.SysoCounter"%> <%@ page contentType="text/html; charset=GBK"%> -<%@include file="/Frame/resources/include/include_begin_info.jspf"%><% +<%@include file="/Frame/resources/include/include_begin_info.jspf"%> +<% /* Author: undefined 2023-09-04 Content: 示例详情页面 History Log: */ - String flowunId=CurPage.getParameter("flowunid");//客户编号 - String certId=CurPage.getParameter("certId");//客户证件号 - -// String sPrevUrl = CurPage.getParameter("PrevUrl"); -// if(sPrevUrl == null) sPrevUrl = ""; - String sTempletNo = "CustomerHistoryInfoTemp";//--模板号-- + String flowunId=CurPage.getParameter("flowunid");//流程编号 + String certId=CurPage.getParameter("certId");//客户证件号 ASObjectModel doTemp = new ASObjectModel(sTempletNo); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); - dwTemp.setPageSize(10); - dwTemp.Style = "2"; - dwTemp.ReadOnly = "1"; + dwTemp.Style = "2";//freeform + //dwTemp.genHTMLObjectWindow("1"); dwTemp.genHTMLObjectWindow(flowunId+","+certId); String compClientID = request.getParameter("CompClientID"); @@ -26,12 +22,26 @@ dwTemp.replaceColumn("loaned", "", CurPage.getObjectWindowOutput()); dwTemp.replaceColumn("outstand", "", CurPage.getObjectWindowOutput()); - String sButtons[][] = { + String sButtons[][] = { +// {"true","","Button","保存","保存所有修改","saveRecord()","","","","btn_icon_save"} }; -%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> - + <%@ include file="/Frame/resources/include/include_end.jspf"%>