From f6c401bbda7b2cfd5f7ae9fb8c5dd88eb96ab425 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Thu, 30 Jun 2022 09:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=AD=E8=AF=81=E5=88=97=E8=A1=A8=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp b/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp index e7476437d..faf2cc290 100644 --- a/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp +++ b/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp @@ -10,7 +10,8 @@ String sFileSavePath = CurConfig.getConfigure("FileSavePath"); String sFileNameType = CurConfig.getConfigure("FileNameType"); String isTM = CurPage.getAttribute("isTM");//是否显示定时任务数据 - String sTempletNo = "VOUCHER_V8" ; + //String sTempletNo = "VOUCHER_V8" ; + String sTempletNo = "VOUCHER_V8_LIST" ; if( isTM!=null && "true".equals(isTM)){ sTempletNo = "VOUCHER_V8_NEW"; }