diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts index ec5c5a7cc..37f4b2b33 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts @@ -255,32 +255,31 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ { 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,