采购结算校验
This commit is contained in:
@ -123,7 +123,7 @@
|
||||
},
|
||||
schemas: customSearchFormSchema,
|
||||
fieldMapToTime: [['datePlan', ['startDate', 'endDate'], 'YYYY-MM']],
|
||||
showResetButton: false,
|
||||
showResetButton: true,
|
||||
},
|
||||
beforeFetch: (params) => {
|
||||
return { ...params, FormId: formIdComputedRef.value, PK: 'id',page:params.limit };
|
||||
|
||||
@ -12,6 +12,8 @@ export const customFormConfig = {
|
||||
'ContractPurInt',
|
||||
'ContractSalesInt',
|
||||
'addDayPlanPngSettleSales',
|
||||
'addDayPlanPngSettlePur'
|
||||
'addDayPlanPngSettlePur',
|
||||
'ContractTransPng',
|
||||
'ContractProc'
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user