king
2024-05-06 f6c788403ccd2a216d6ba793ed591379c9d02dc5
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