apzl_leasing/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/custRentCollectionTableDetails.jsp
2018-08-15 21:34:46 +08:00

21 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/IncludeBegin.jsp"%><%
/*
Author: undefined 2016-08-03
Content: 通过数组定义生成Tab框架页面示例
History Log:
*/
//定义tab数组
//参数0.是否显示, 1.标题2.URL3参数串
String custid=CurPage.getParameter("cust_id");
String cust_name=CurPage.getParameter("cust_name");
String contractid=CurPage.getParameter("contractid");
String contract_number=CurPage.getParameter("contract_number");
String payment_number=CurPage.getParameter("payment_number");
String sTabStrip[][] = {
{"true", "催收记录", "/Tenwa/Lease/Flow/RentCollection/rentcollection/overDuedunningRecordList.jsp", "cust_id="+custid+"&cust_name="+cust_name+"&contract_number="+contract_number+"&contractid="+contractid+"&payment_number="+payment_number},
{"true", "主管领导指示", "/Tenwa/Lease/Flow/RentCollection/rentcollection/overdueDunningDirectivesList.jsp", "cust_id="+custid+"&cust_name="+cust_name},
{"true", "出险项目情况表指示", "/Tenwa/Lease/Flow/RentCollection/rentcollection/overdueProjectList.jsp","cust_id="+custid+"&contractid="+contractid},
};
%><%@ include file="/Resources/CodeParts/Tab01.jsp"%>
<%@ include file="/IncludeEnd.jsp"%>