客户历史信息查询模板调整

This commit is contained in:
zzk 2023-09-12 17:12:55 +08:00
parent c819a74cbc
commit 8869c7d85c

View File

@ -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", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"400px\" frameborder=\"0\" src=\""+sWebRootPath+ "/Tenwa/Customer/Lessee/Comm/CustomerHistory/LoanedInfo.jsp?CompClientID=" +compClientID+"&certId="+certId+"\"></iframe>", CurPage.getObjectWindowOutput());
dwTemp.replaceColumn("outstand", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"400px\" frameborder=\"0\" src=\""+sWebRootPath+ "/Tenwa/Customer/Lessee/Comm/CustomerHistory/OutstandInfo.jsp?CompClientID=" +compClientID+"&certId="+certId+"\"></iframe>", CurPage.getObjectWindowOutput());
String sButtons[][] = {
String sButtons[][] = {
// {"true","","Button","保存","保存所有修改","saveRecord()","","","","btn_icon_save"}
};
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
%>
<%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
</script>
<style type="text/css">
#div_1270{
width: 72px;
}
.info_td_left{
width: 92px;
}
.info_td_right{
display:flex;
justify-content:space-between;
}
</style>
<%@ include file="/Frame/resources/include/include_end.jspf"%>