From afb39f8ab004b2607bb718edab02e99c7a010114 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 22 三月 2023 14:36:44 +0800
Subject: [PATCH] 2023-03-22

---
 src/menu/components/module/voucher/options.jsx |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/module/voucher/options.jsx b/src/menu/components/module/voucher/options.jsx
index b453c3c..bd1bee2 100644
--- a/src/menu/components/module/voucher/options.jsx
+++ b/src/menu/components/module/voucher/options.jsx
@@ -45,6 +45,8 @@
         {field: 'voucherType', values: ['createVoucher', 'checkVoucher']},
         {field: 'voucherTypeText', values: ['createVoucher', 'checkVoucher']},
         {field: 'voucherSign', values: ['createVoucher', 'checkVoucher']},
+        {field: 'supModule', values: ['checkTemp', 'checkVoucher']},
+        {field: 'attachStatus', values: ['createVoucher', 'checkVoucher']},
       ]
     },
     {
@@ -112,6 +114,26 @@
       options: modules,
       allowClear: true,
     },
+    {
+      type: 'radio',
+      field: 'attachStatus',
+      label: '闄勪欢鐘舵��',
+      initval: wrap.attachStatus || 0,
+      tooltip: '娣诲姞鎴栦慨鏀瑰嚟璇佹椂锛屼笂浼犻檮浠剁殑鐘舵�併��',
+      required: true,
+      options: [
+        {value: 0, label: '寰呭鏍�'},
+        {value: 10, label: '宸插鏍�'},
+      ]
+    },
+    {
+      type: 'number',
+      field: 'space',
+      label: '鐣欑櫧',
+      initval: wrap.space || 0,
+      tooltip: '琛ㄦ牸涓讳綋閮ㄥ垎涓ょ鐨勭┖鐧借窛绂伙紝琛ㄦ牸鍦ㄧ紪杈戞椂涓ょ浼氭湁娣诲姞鍜屽垹闄ゅ浘鏍囥��',
+      required: false
+    },
   ]
 
   return wrapForm

--
Gitblit v1.8.0