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

16 lines
998 B
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"%>
<%
String contract_id = CurPage.getParameter("contract_id");
String payment_number=CurPage.getParameter("payment_number");
String params="contract_id="+contract_id+"&payment_number="+payment_number;
//参数0.是否显示, 1.标题2.URL3参数串, 4. Strip高度(默认600px)5. 是否有关闭按钮(默认无) 6. 是否缓存(默认是)
String sTabStrip[][] = {
{"true", "资金收付款计划页面", "/Tenwa/Lease/Flow/Comm/LBContractEnd/VILCFundAMTList.jsp",params, "", "", "false"},
{"true", "资金收付款历史页面", "/Tenwa/Lease/Flow/Comm/LBContractEnd/LCFundIncomeList.jsp",params, "", "", "false"},
{"true", "租金回笼计划页面", "/Tenwa/Lease/Flow/Comm/LBContractEnd/VILCRentPlanList.jsp",params, "", "", "false"},
{"true", "租金回笼历史页面", "/Tenwa/Lease/Flow/Comm/LBContractEnd/LCRentIncomeList.jsp",params, "", "", "false"}
};
%>
<%@ include file="/Resources/CodeParts/Tab01.jsp"%>
<%@ include file="/IncludeEnd.jsp"%>