Browse Source

开票种类

intex_online20250327
songguoqiang 1 week 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: '开票种类',
field: 'invoiceType',
dictType: DICT_TYPE.INVOICE_TYPE,
dictClass: 'string',
isTable: true,
sort: 'custom',
table: {
width: 150
},
form: {
component: 'Select',
value:[''],
componentProps: {
showAll: true,// 备用做全选
multiple: true,
// emptyValues:[null, undefined],
valueOnClear: null,
options: [{
label: '全部',
value: ''
}, {
label: '号口品',
value: '号口品'
}, {
label: '补给品',
value: '补给品'
}]
}
},
// form: {
// component: 'Select',
// value:[''],
// componentProps: {
// showAll: true,// 备用做全选
// multiple: true,
// // emptyValues:[null, undefined],
// valueOnClear: null,
// options: [{
// label: '全部',
// value: ''
// }, {
// label: '号口品',
// value: '号口品'
// }, {
// label: '补给品',
// value: '补给品'
// }]
// }
// },
},
{
label: '创建时间',
@ -447,7 +446,7 @@ form:{
{
label: '开票种类',
field: 'invoiceType',
dictType: DICT_TYPE.TAX_RATE_DICT,
dictType: DICT_TYPE.INVOICE_TYPE,
dictClass: 'string',
isTable: true,
isTableForm: true,

Loading…
Cancel
Save