Browse Source

YT-2210客户对账单,创建开票申请时开票种类,应默认全选,现显示空

intex_online20250327
张立 2 weeks ago
parent
commit
58bb64914c
  1. 1
      src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts

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

@ -263,6 +263,7 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([
},
form: {
component: 'Select',
value:[''],
componentProps: {
showAll: true,// 备用做全选
multiple: true,

Loading…
Cancel
Save