Browse Source

开票种类

intex_online20250327
songguoqiang 2 weeks ago
parent
commit
97fbcb8907
  1. 45
      src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts

45
src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts

@ -255,32 +255,31 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '开票种类', label: '开票种类',
field: 'invoiceType', field: 'invoiceType',
dictType: DICT_TYPE.INVOICE_TYPE,
dictClass: 'string', dictClass: 'string',
isTable: true,
sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
form: { // form: {
component: 'Select', // component: 'Select',
value:[''], // value:[''],
componentProps: { // componentProps: {
showAll: true,// 备用做全选 // showAll: true,// 备用做全选
multiple: true, // multiple: true,
// emptyValues:[null, undefined], // // emptyValues:[null, undefined],
valueOnClear: null, // valueOnClear: null,
options: [{ // options: [{
label: '全部', // label: '全部',
value: '' // value: ''
}, { // }, {
label: '号口品', // label: '号口品',
value: '号口品' // value: '号口品'
}, { // }, {
label: '补给品', // label: '补给品',
value: '补给品' // value: '补给品'
}] // }]
} // }
}, // },
}, },
{ {
label: '创建时间', label: '创建时间',
@ -447,7 +446,7 @@ form:{
{ {
label: '开票种类', label: '开票种类',
field: 'invoiceType', field: 'invoiceType',
dictType: DICT_TYPE.TAX_RATE_DICT, dictType: DICT_TYPE.INVOICE_TYPE,
dictClass: 'string', dictClass: 'string',
isTable: true, isTable: true,
isTableForm: true, isTableForm: true,

Loading…
Cancel
Save