From f6c788403ccd2a216d6ba793ed591379c9d02dc5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 06 五月 2024 10:31:12 +0800 Subject: [PATCH] 2024-05-06 --- 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