2018-06-03 22:26:41 +08:00

27 lines
1.6 KiB
Plaintext

<%@page import="com.tenwa.reckon.product.ASObjectWindowCalc"%>
<%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
/*
Author: undefined 2017-06-30
Content: ʾÀýÏêÇéÒ³Ãæ
History Log:
*/
String flowunid = CurPage.getParameter("FlowUnid");
String compClientID = request.getParameter("CompClientID");
String sTempletNo = "LCCardDocTempInfo";//--Ä£°åºÅ--
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
ASObjectWindowCalc dwTemp = new ASObjectWindowCalc(CurPage, doTemp,request);
dwTemp.Style = "2";//freeform
dwTemp.ReadOnly = "-2";//Ö»¶Áģʽ
dwTemp.setAttr("inputWidth","120");
dwTemp.setAttr("spanWidth","107");
dwTemp.genHTMLObjectWindow(flowunid);
dwTemp.replaceColumn("card_deduct_success", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"400px\" frameborder=\"0\" src=\""+sWebRootPath+"/Tenwa/Lease/Flow/Rent/CardDeduct/VICardDeductDataList.jsp?CompClientID="+compClientID+"&flowunid="+flowunid+"&transtatus=6\"></iframe>", CurPage.getObjectWindowOutput());
dwTemp.replaceColumn("card_deduct_failed", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"400px\" frameborder=\"0\" src=\""+sWebRootPath+"/Tenwa/Lease/Flow/Rent/CardDeduct/VICardDeductDataFailedList.jsp?CompClientID="+compClientID+"&flowunid="+flowunid+"&transtatus=7\"></iframe>", CurPage.getObjectWindowOutput());
String sButtons[][] = {
};
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
</script>
<%@ include file="/Frame/resources/include/include_end.jspf"%>