From 3350809003b1e92cbc8852de1c2e16fe716858a8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 02 二月 2024 17:16:33 +0800 Subject: [PATCH] 2024-02-02 --- src/views/billprint/index.jsx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/billprint/index.jsx b/src/views/billprint/index.jsx index 5f2a4ac..d64cb91 100644 --- a/src/views/billprint/index.jsx +++ b/src/views/billprint/index.jsx @@ -842,8 +842,6 @@ let param = { func: 'sPC_Get_structured_data', - LText: LText.join(' union all '), - LText_field: LText_field.join(' union all '), BID: BID || '', username: userName, fullName: fullName @@ -853,10 +851,12 @@ param.menuname = MenuName } - param.LText = Utils.formatOptions(param.LText) - param.LText_field = Utils.formatOptions(param.LText_field) + param.exec_type = 'y' + param.LText = Utils.formatOptions(LText.join(' union all ')) + param.custom_script = Utils.formatOptions(LText_field.join(' union all ')) + param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') - param.secretkey = Utils.encrypt(param.LText, param.timestamp) + param.secretkey = Utils.encrypt('', param.timestamp) return param } -- Gitblit v1.8.0