From 7f401270fea06de0541138765fecb2987f7eb7ae Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 11 一月 2025 17:07:58 +0800 Subject: [PATCH] 2025-01-11 --- src/menu/debug/index.jsx | 5 +++++ src/tabviews/zshare/actionList/normalbutton/index.jsx | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/menu/debug/index.jsx b/src/menu/debug/index.jsx index 9b33180..f14ab75 100644 --- a/src/menu/debug/index.jsx +++ b/src/menu/debug/index.jsx @@ -2069,6 +2069,11 @@ { reg: /@datam@/ig, value: `''` }, ] + let process = this.props.config.process === 'true' + if (process) { + regs.push({ reg: /@works_flow_code@/ig, value: `'1949-10-01 15:00:00'` }) + } + let sql = this.formatDataSource(item, regs) return sql diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 9470a83..d8f75d5 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -1120,7 +1120,7 @@ } else { let works_flow_countersign = '' let works_flow_sign_values = '' - let works_flow_sign_field = '' + let works_flow_sign_field = 'statuscharone' let works_flow_sign_label = '' let works_begin_branch = '' if (line.approvalMethod === 'countersign' && node.checkIds.length > 1) { -- Gitblit v1.8.0