From 587a870f6cedc8fecc5bed1cfebaaf32ed23af92 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Mon, 16 Sep 2019 13:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=BD=E8=BD=A6=E7=B1=BB=E4=BC=A0=E7=BB=9F?= =?UTF-8?q?=E7=BD=91=E9=93=B6=E5=9B=9E=E6=AC=BE=EF=BC=8C=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=88=B0=E4=B8=8B=E4=B8=80=E6=AD=A5=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=A7=9F=E9=87=91=E8=AE=A1=E5=88=92=E5=92=8C?= =?UTF-8?q?=E8=B5=84=E9=87=91=E8=AE=A1=E5=88=92=EF=BC=8C=E5=8F=AA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=98=8E=E7=BB=86=20=E4=B8=A4=E4=B8=AA=E9=A1=B5?= =?UTF-8?q?=E7=AD=BE=E4=B8=A4=E4=B8=AA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Fund/FundCollection/FundIncome.jsp | 7 ++++++- WebContent/Tenwa/Lease/Flow/Rent/RentIncome/RentIncome.jsp | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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"}, };