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 @@