From f244b712d9059874f37c5d825d4cd8440412974b Mon Sep 17 00:00:00 2001 From: zhangjun Date: Tue, 25 Sep 2018 20:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=96=99=E8=A1=A5=E5=85=85=E7=9B=B8?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Comm/DocList/PayDocList.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Comm/DocList/PayDocList.jsp b/WebContent/Tenwa/Comm/DocList/PayDocList.jsp index c5471c225..04eac6804 100644 --- a/WebContent/Tenwa/Comm/DocList/PayDocList.jsp +++ b/WebContent/Tenwa/Comm/DocList/PayDocList.jsp @@ -41,7 +41,9 @@ if(s.length()>0){ s=s.substring(0, s.length()-1); } - + if("ProjectCreditFlow".equals(sObjectType)){ + sTempletNo = "FlowPayDocList" ; + } String compClientID = request.getParameter("CompClientID"); if("ProjectRecreditFlow".equals(sObjectType)){ sTempletNo = "FlowPayDocList" ;