From 569e5245e39ef84e3382a6d79c6bb1c66e990218 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Thu, 12 Dec 2019 14:43:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?1.=E7=BD=91=E9=93=B6=E6=94=B6=E6=AC=BE?= =?UTF-8?q?=E4=BC=A0=E7=BB=9F=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Fund/FundCollection/LCEbankTempInfo.jsp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCEbankTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCEbankTempInfo.jsp index 489abd4f7..e70093dee 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCEbankTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCEbankTempInfo.jsp @@ -9,12 +9,17 @@ String sPrevUrl = CurPage.getParameter("PrevUrl"); String ishistory = CurPage.getParameter("IsHistory"); String flowUnid = CurPage.getParameter("FlowUnid"); + String flowNo = CurPage.getParameter("FlowNo"); //FlowKey中存的是EBANK_SN网银流水号 String ebankSn = CurPage.getParameter("FlowKey"); if(sPrevUrl == null) sPrevUrl = ""; String sTempletNo = "LCEbankTempInfo";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); + if("TFundCollectionFlow".equals(flowNo)){ + doTemp.setColumnAttribute("CUSTOMER_NAME", "colvisible", "0"); + } + ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform dwTemp.ReadOnly = "1";//只读模式 @@ -47,7 +52,6 @@