From 99dc718bb5daa236881dba3f62a89b2744dc961a Mon Sep 17 00:00:00 2001 From: user Date: Mon, 9 Jul 2018 16:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E5=88=9D=E5=AE=A1=E9=98=B6=E6=AE=B5=E9=99=A4=E4=BA=86=E6=89=A3?= =?UTF-8?q?=E6=AC=BE=E5=8D=A1=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E9=83=BD?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp index ec46453c6..d13d36d30 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp @@ -11,7 +11,8 @@ String RightType=CurPage.getParameter("RightType"); String ishistory=CurPage.getParameter("IsHistory"); String FlowUnid=CurPage.getParameter("FlowUnid"); - + String ApplyType=CurPage.getParameter("ApplyType"); + String PhaseNo=CurPage.getParameter("PhaseNo"); /* System.out.print("\n\n\n\t--FlowUnid "+FlowUnid+"\t\n\n\n"); */ String sTempletNo = "DebitCardInfo";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); @@ -19,7 +20,9 @@ doTemp.setHtmlEvent("acc_number", "onchange", "getNameOfBank"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform - //dwTemp.ReadOnly = "-2";//只读模式 + if(ApplyType.equals("BusinessApplyApply")&&PhaseNo.equals("0020")){ + dwTemp.ReadOnly = "-2";//只读模式 + } if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))){ dwTemp.ReadOnly = "-2";//只读模式 RightType="ReadOnly";