From b6c698c8833836971184a0a9c2645a15f8174d37 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 08 五月 2025 16:31:18 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/views/menudesign/printmenuform/index.jsx |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/views/menudesign/printmenuform/index.jsx b/src/views/menudesign/printmenuform/index.jsx
index 5aff337..c015b1e 100644
--- a/src/views/menudesign/printmenuform/index.jsx
+++ b/src/views/menudesign/printmenuform/index.jsx
@@ -245,6 +245,35 @@
               </Form.Item>
             </Col> : null}
             <Col span={24}>
+              <Form.Item label={
+                <Tooltip placement="topLeft" title="鍚敤鏃讹紝鍦ㄨ彍鍗曞畬鎴愭暟鎹姞杞藉悗鑷姩瑙﹀彂鎵撳嵃棰勮銆�">
+                  <QuestionCircleOutlined className="mk-form-tip" />
+                  鑷姩鎵撳嵃
+                </Tooltip>
+              }>
+                {getFieldDecorator('autoExec', {
+                  initialValue: config.autoExec || 'false'
+                })(
+                  <Radio.Group onChange={(e) => this.selectChange('autoExec', e.target.value)}>
+                    <Radio value="false">涓嶅惎鐢�</Radio>
+                    <Radio value="true">鍚敤</Radio>
+                  </Radio.Group>
+                )}
+              </Form.Item>
+            </Col>
+            {config.autoExec === 'true' ? <Col span={24}>
+              <Form.Item label={
+                <Tooltip placement="topLeft" title="鑷姩瑙﹀彂鎵撳嵃棰勮鐨勫欢杩熸椂闂达紝鍗曚綅姣銆�">
+                  <QuestionCircleOutlined className="mk-form-tip" />
+                  寤惰繜鏃堕棿
+                </Tooltip>
+              }>
+                {getFieldDecorator('autoExecSplit', {
+                  initialValue: config.autoExecSplit || 500
+                })(<InputNumber min={1} max={9999} precision={0} onChange={(val) => this.selectChange('autoExecSplit', val)}/>)}
+              </Form.Item>
+            </Col> : null}
+            <Col span={24}>
               <Form.Item label="鍥炶皟">
                 {getFieldDecorator('callback', {
                   initialValue: config.callback || 'false'

--
Gitblit v1.8.0