diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/FundIncome.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/FundIncome.jsp index a2a9ed706..4b56f8e64 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/FundIncome.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/FundIncome.jsp @@ -4,9 +4,14 @@ <%@ include file="/IncludeBegin.jsp"%> <% String flowunid = CurPage.getAttribute("FlowUnid"); + String PhaseNo = CurPage.getParameter("PhaseNo"); + String temp = "true"; + if("0020".equals(PhaseNo)){ + temp = "false"; + }; //参数:0.是否显示, 1.标题, 2.JS事件字符串表示(TabContentFrame会替换为真实名称), 3. 是否缓存(默认是), 4. 是否有关闭按钮(默认无), 5. Strip高度(默认600px) String sTabStrip[][] = { - {"true", "资金计划", "AsControl.OpenComp('/Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp', 'FlowUnid="+flowunid+"', 'TabContentFrame')" ,"false"}, + {temp, "资金计划", "AsControl.OpenComp('/Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp', 'FlowUnid="+flowunid+"', 'TabContentFrame')" ,"false"}, {"true", "本次资金收款明细", "AsControl.OpenComp('/Tenwa/Lease/Flow/Fund/FundCollection/LCFundIncomTempList.jsp', 'FlowUnid="+flowunid+"', 'TabContentFrame')", "false"}, }; diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/RentIncome.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/RentIncome.jsp index 0d237ec85..f12f2b659 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/RentIncome.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/RentIncome.jsp @@ -5,9 +5,14 @@ <% //dwTemp.MultiSelect = true; //多选 String flowunid = CurPage.getAttribute("FlowUnid"); + String PhaseNo = CurPage.getParameter("PhaseNo"); + String temp = "true"; + if("0020".equals(PhaseNo)){ + temp = "false"; + }; //参数:0.是否显示, 1.标题, 2.JS事件字符串表示(TabContentFrame会替换为真实名称), 3. 是否缓存(默认是), 4. 是否有关闭按钮(默认无), 5. Strip高度(默认600px) String sTabStrip[][] = { - {"true", "租金计划", "AsControl.OpenComp('/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp', 'FlowUnid="+flowunid+"', 'TabContentFrame')","false"}, + {temp, "租金计划", "AsControl.OpenComp('/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp', 'FlowUnid="+flowunid+"', 'TabContentFrame')","false"}, {"true", "本次租金收款明细", "AsControl.OpenComp('/Tenwa/Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp', 'FlowUnid="+flowunid+"', 'TabContentFrame')", "false"}, };