From 17c8c15d931fa8ed1278f12a9511a2ed573b3d47 Mon Sep 17 00:00:00 2001 From: 58261 <58261@DESKTOP-AAAC71Q> Date: Sat, 29 Sep 2018 15:14:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=A4=8D=E8=AE=AE=E5=92=8C?= =?UTF-8?q?=E4=BF=A1=E5=AE=A1=E7=9A=84=E5=89=8D=E6=8F=90=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Comm/LCCondtionForProject/LCCondtion.jsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LCCondtionForProject/LCCondtion.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LCCondtionForProject/LCCondtion.jsp index fea2d3f21..0aa09b7d0 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LCCondtionForProject/LCCondtion.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LCCondtionForProject/LCCondtion.jsp @@ -11,6 +11,7 @@ }else{ isShowButton=true; } + ASObjectModel doTemp = new ASObjectModel("LCConditionTemp"); if(null!=ishistory&&ishistory.equals("true")){ doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory"); @@ -22,6 +23,9 @@ dwTemp.Style="1"; //--ÉèÖÃΪGrid·ç¸ñ-- dwTemp.ReadOnly = "1"; dwTemp.setPageSize(50); + if("ProjectCreditFlow".equals(CurPage.getParameter("FlowNo"))||"ProjectRecreditFlow".equals(CurPage.getParameter("FlowNo"))){ + isShowButton=true; + } if(isShowForaml.equals("true")){ dwTemp.genHTMLObjectWindow(sProjectId); }else{