16 lines
998 B
Plaintext
16 lines
998 B
Plaintext
<%@ 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.URL,3,参数串, 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"%> |