25 lines
2.0 KiB
Plaintext
25 lines
2.0 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
||
<%@ include file="/IncludeBegin.jsp"%>
|
||
<%
|
||
/*
|
||
* 个人客户管理信息的Tab界面
|
||
*/
|
||
String docId = CurPage.getParameter("flow_unid");
|
||
String contractId = CurPage.getParameter("contractId");
|
||
//参数:0.是否显示, 1.标题,2.URL,3,参数串, 4. Strip高度(默认600px),5. 是否有关闭按钮(默认无) 6. 是否缓存(默认是)
|
||
String sTabStrip[][] = {
|
||
{"true", "租金计划", "/Accounting/LoanSimulation_modify/RentPlanList.jsp", "docId="+docId+"&contractId="+contractId, "", "", "false"},
|
||
{"true", "资金计划", "/Accounting/LoanSimulation_common/FundPlanList.jsp", "docId="+docId+"&contractId="+contractId, "", "", "false"},
|
||
{"true", "现金流", "/Accounting/LoanSimulation_common/CashFlowList.jsp", "docId="+docId+"&contractId="+contractId, "", "", "false"},
|
||
/* {"true", "客户关联信息", "/CustomerManage/IndCustomer/IndCustomerRelationInfo.jsp", "CustomerID="+customerID+"&CustomerType="+customerType, "", "", "false"},
|
||
{"true", "客户关联人信息", "/CustomerManage/IndCustomer/IndCustomerRelativeIndList.jsp", "CustomerID="+customerID+"&CustomerType="+customerType, "", "", "false"},
|
||
{"true", "客户授信一览", "/CustomerManage/IndCustomer/IndCustomerCreditInfo.jsp", "CustomerID="+customerID+"&CustomerType="+customerType, "", "", "false"},
|
||
{"true", "预警信息", "/CustomerManage/IndCustomerRiskAndImportant.jsp", "CustomerID="+customerID+"&CustomerType="+customerType, "", "", "false"},
|
||
{"true", "特殊客户记录历史", "/AppMain/resources/widget/FunctionView.jsp", "CustomerID="+customerID+"&CustomerType="+customerType, "", "", "false"},
|
||
{"true", "征信信息", "/CustomerManage/ICR/ICRQueryList.jsp", "CustomerID="+customerID+"&CustomerType="+customerType, "", "", "false"},
|
||
{"true", "本机构贷款信息", "/CustomerManage/IndCustomer/BusinessingList.jsp", "CustomerID="+customerID+"&CustomerType="+customerType, "", "", "false"}, */
|
||
};
|
||
//CurPage.setAttribute("First", "1");
|
||
%>
|
||
<%@ include file="/Resources/CodeParts/Tab01.jsp"%>
|
||
<%@ include file="/IncludeEnd.jsp"%> |