Browse Source

YT-1253供应商模具费用年月查询条件控件应该只选择年和月

intex_online20241228
王宇飞 4 months ago
parent
commit
163edf34e8
  1. 2
      src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts

2
src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts

@ -69,7 +69,7 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([
component: 'DatePicker',
componentProps: {
valueFormat: 'YYYY-MM',
type: 'daterange',
type: 'monthrange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
}
},

Loading…
Cancel
Save