king
2024-05-16 291b0107a031282e92d1d1fc0a9d3a3dc8229b85
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