From e2bafddf63370d1a9b3b1b65b5b9a4ee8d9f7719 Mon Sep 17 00:00:00 2001 From: jianghongdong Date: Tue, 24 Jul 2018 21:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E5=A4=84=E7=90=86=E4=BA=BA?= =?UTF-8?q?=E8=A7=92=E8=89=B2=20=E9=9A=90=E8=97=8F=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp | 8 ++++++-- WebContent/Accounting/LoanSimulation/RentPlanList.jsp | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp index bb2cba4ac..c82c28233 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp @@ -133,8 +133,12 @@ Vector v=CurPage.parameterList; v.add(p); /*ÉèÖÃÒ³ÃæÊôÐÔ*/ - - + if(CurUser.hasRole("401")){ + doTemp.setVisible("RENT_RATIO",false); + doTemp.setVisible("CAUTION_MONEY_METHOD",false); + }else{ + doTemp.setVisible("RENT_RATIO",false); + } ASObjectWindowCalc dwTemp = new ASObjectWindowCalc(CurPage, doTemp,request); diff --git a/WebContent/Accounting/LoanSimulation/RentPlanList.jsp b/WebContent/Accounting/LoanSimulation/RentPlanList.jsp index 4da1cf2e5..5db469a03 100644 --- a/WebContent/Accounting/LoanSimulation/RentPlanList.jsp +++ b/WebContent/Accounting/LoanSimulation/RentPlanList.jsp @@ -21,7 +21,7 @@ doTemp.setDataQueryClass("com.tenwa.lease.flow.flowarchive.calcarchive.CalcRentListArachiveShow"); } String Distributor=CurPage.getParameter("isDistributor"); - if("true".equals(Distributor)){ + if("true".equals(Distributor)||CurUser.hasRole("401")){ doTemp.setVisible("CORPUS", false); doTemp.setVisible("INTEREST", false); doTemp.setVisible("CORPUS_BUSINESS", false);