Browse Source

供应商便次配置

intex_online20250311
叶佳兴 4 months ago
parent
commit
2c975a5e2b
  1. 4
      src/views/wms/supplierManage/supplierDeliMain/supplierDeliMain.data.ts

4
src/views/wms/supplierManage/supplierDeliMain/supplierDeliMain.data.ts

@ -53,10 +53,10 @@ export const SupplierDeliMain = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: true, isSearch: true,
search: { search: {
component: 'DatePicker', component: 'DatePicker',
value: formatDate(new Date(),'YYYY-MM'), value: formatDate(new Date(),'YYYYMM'),
componentProps: { componentProps: {
type: 'month', type: 'month',
valueFormat: 'YYYY-MM', valueFormat: 'YYYYMM',
} }
} }
}, },

Loading…
Cancel
Save