Browse Source

YT-1514客户对账单、客户模具分摊对账单记录、客户模具分摊对账单预测,选择年月不正确

intex_online20241205
张立 2 months ago
parent
commit
810f879840
  1. 4
      src/views/wms/deliversettlementManage/moldAllocation/customerStatement/customerStatementMain.data.ts
  2. 4
      src/views/wms/deliversettlementManage/moldAllocation/customerStatementShareRecord/customerStatementShareRecordMain.data.ts
  3. 4
      src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/customerToolApportStatementForecastMain.data.ts

4
src/views/wms/deliversettlementManage/moldAllocation/customerStatement/customerStatementMain.data.ts

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

4
src/views/wms/deliversettlementManage/moldAllocation/customerStatementShareRecord/customerStatementShareRecordMain.data.ts

@ -83,7 +83,7 @@ export const CustomerStatementShareRecordMain = useCrudSchemas(reactive<CrudSche
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
valueFormat: 'YYYY-MM', valueFormat: 'YYYY-MM',
type: 'daterange', type: 'monthrange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
} }
}, },
@ -93,7 +93,7 @@ export const CustomerStatementShareRecordMain = useCrudSchemas(reactive<CrudSche
form: { form: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
type: 'datetime', type: 'monthrange',
valueFormat: 'YYYY-MM' valueFormat: 'YYYY-MM'
} }
}, },

4
src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/customerToolApportStatementForecastMain.data.ts

@ -70,7 +70,7 @@ export const CustomerToolApportStatementForecastMain = useCrudSchemas(reactive<C
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
valueFormat: 'YYYY-MM', valueFormat: 'YYYY-MM',
type: 'daterange', type: 'monthrange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
} }
}, },
@ -80,7 +80,7 @@ export const CustomerToolApportStatementForecastMain = useCrudSchemas(reactive<C
form: { form: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
type: 'datetime', type: 'monthrange',
valueFormat: 'YYYY-MM' valueFormat: 'YYYY-MM'
} }
}, },

Loading…
Cancel
Save