<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBegin.jsp"%> <% String calType = CurPage.getParameter("calType"); String plannumber=CurPage.getParameter("plannumber"); String planCName=CurPage.getParameter("planCName"); String id=CurPage.getParameter("id"); String params="plannumber="+plannumber+"&planCName="+planCName+"&calType="+calType+"&id="+id; String falg="false"; if("pay_process".equals(calType)){ falg="true"; } //参数:0.是否显示, 1.标题,2.URL,3,参数串, 4. Strip高度(默认600px),5. 是否有关闭按钮(默认无) 6. 是否缓存(默认是) String sTabStrip[][] = { {falg, "租金计划", "/Accounting/LoanSimulation_formal/RentPlanIncomeList.jsp",params, "", "", "false"}, {falg.equals("true")?"false":"true", "租金计划", "/Accounting/LoanSimulation_formal/RentPlanList.jsp",params, "", "", "false"}, {"true", "资金计划", "/Accounting/LoanSimulation_formal/FundPlanList.jsp",params, "", "", "false"}, {"true", "现金流", "/Accounting/LoanSimulation_formal/CashFlowList.jsp",params, "", "", "false"}, {falg, "租金回笼明细", "/Accounting/LoanSimulation_formal/LCRentHisList.jsp",params, "", "", "false"}, {falg, "资金收付款历史", "/Accounting/LoanSimulation_formal/LCFundIncomeHis.jsp",params, "", "", "false"}, }; %> <%@ include file="/Resources/CodeParts/Tab01.jsp"%> <%@ include file="/IncludeEnd.jsp"%>