From ab6eeaf65a18fdfe9814437c6944d5ffd37b3e78 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Wed, 19 Feb 2020 17:00:09 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=90=88=E5=90=8C=E5=8F=98=E6=9B=B4=E5=95=86?= =?UTF-8?q?=E5=8A=A1=E6=9D=A1=E4=BB=B6=E9=A1=B5=E9=9D=A2=E5=92=8C=E8=B5=84?= =?UTF-8?q?=E9=87=91=E8=AE=A1=E5=88=92=E9=A1=B5=E9=9D=A2=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=8F=AA=E8=AF=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp index 13166b018..0b0ca3bfc 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp @@ -27,6 +27,7 @@ String calType = CurPage.getParameter("calType"); String carAttributes = CurPage.getParameter("carAttributes"); String projectId=CurPage.getParameter("ProjectId"); + String flowNo = CurPage.getParameter("FlowNo"); //判断是否为汽车业务 boolean isCarProduct = "004".equals(productId) ? false : true; /*获取参数*/ @@ -164,9 +165,10 @@ dwTemp.Style = "2";//freeform - if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))){ + if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))||"ContractOnhireCarChangeFlow".equals(flowNo)){ dwTemp.ReadOnly = "1";//只读模式 isShowButton=false; + RightType="ReadOnly"; }else{ isShowButton=true; }