From 2d1ecb2628680c31ed075261b40d6f16ca6363dd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 11 三月 2020 13:39:29 +0800 Subject: [PATCH] 2020-03-11 --- src/utils/utils.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/utils/utils.js b/src/utils/utils.js index 9edfb85..461e3b8 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -1269,6 +1269,12 @@ ` } + // 鎵撳嵃鑷畾涔夋ā鏉垮瓧娈垫彁绀� + let _printRemark = '' + if (btn.funcType === 'print') { + _printRemark = '/* 鑷畾涔夋暟鎹墦鍗版ā鏉挎椂锛岃浣跨敤TemplateID瀛楁 */' + } + let Ltext = `create proc ${param.funcName} ( /*${menu.MenuName} ${btn.label}*/ @BID nvarchar(50)='',${formParam} @@ -1291,7 +1297,7 @@ /*浜嬪姟鎿嶄綔*/ BEGIN TRAN /*鍏蜂綋涓氬姟鎿嶄綔*/ - + ${_printRemark} /* select top 10 * from sProcExcep order by id desc -- Gitblit v1.8.0