From 66bdbc1df92e8ec4a5108a4e0323e25a7b9ff8f8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 21 五月 2024 16:37:16 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/menu/components/module/invoice/options.jsx |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/src/menu/components/module/invoice/options.jsx b/src/menu/components/module/invoice/options.jsx
index 29284b3..be3bc24 100644
--- a/src/menu/components/module/invoice/options.jsx
+++ b/src/menu/components/module/invoice/options.jsx
@@ -56,15 +56,11 @@
       allowClear: true
     },
     {
-      type: 'radio',
+      type: 'text',
       field: 'business_type',
-      label: '鍙戠エ绫诲瀷',
-      initval: wrap.business_type || 'sell',
-      required: true,
-      options: [
-        {value: 'sell', label: '閿�椤瑰彂绁�'},
-        {value: 'buy', label: '杩涢」鍙戠エ'},
-      ]
+      label: '寮�绁ㄧ被鍨�',
+      initval: wrap.business_type || 'sell_01',
+      required: true
     },
     {
       type: 'color',
@@ -75,6 +71,17 @@
       allowClear: true,
       required: false
     },
+    {
+      type: 'radio',
+      field: 'backBtn',
+      label: '杩斿洖鎸夐挳',
+      initval: wrap.backBtn || 'hide',
+      required: true,
+      options: [
+        {value: 'hide', label: '闅愯棌'},
+        {value: 'show', label: '鏄剧ず'},
+      ]
+    },
   ]
 
   return wrapForm

--
Gitblit v1.8.0