23 lines
1.3 KiB
Plaintext
23 lines
1.3 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
||
<%@ include file="/IncludeBegin.jsp"%>
|
||
<%
|
||
String flowunid = CurPage.getParameter("flowunid");
|
||
String plannumber=CurPage.getParameter("plannumber");
|
||
String planCName=CurPage.getParameter("planCName");
|
||
String calType=CurPage.getParameter("calType");
|
||
String IsHistory=CurPage.getParameter("IsHistory");
|
||
String RightType=CurPage.getParameter("RightType");
|
||
String productId=CurPage.getParameter("ProductId");
|
||
|
||
String params="flowunid="+flowunid+"&plannumber="+plannumber+"&planCName="+planCName+"&calType="+calType+"&IsHistory="+IsHistory+"&RightType="+RightType+"&ProductId="+productId;
|
||
//参数:0.是否显示, 1.标题,2.URL,3,参数串, 4. Strip高度(默认600px),5. 是否有关闭按钮(默认无) 6. 是否缓存(默认是)
|
||
// String userid = CurUser.getUserID();
|
||
String orgid = CurUser.getOrgID();
|
||
String sTabStrip[][] = {
|
||
{"true", "租金计划", "/Accounting/LoanSimulation/RentPlanList.jsp",params, "", "", "false"},
|
||
{"8009012002,8009001".indexOf(orgid)>-1?"true":"false", "资金计划", "/Accounting/LoanSimulation/FundPlanList.jsp",params, "", "", "false"},
|
||
{"8009012002,8009001".indexOf(orgid)>-1?"true":"false", "现金流", "/Accounting/LoanSimulation/CashFlowList.jsp",params, "", "", "false"},
|
||
};
|
||
%>
|
||
<%@ include file="/Resources/CodeParts/Tab01.jsp"%>
|
||
<%@ include file="/IncludeEnd.jsp"%> |