采购结算校验

This commit is contained in:
‘huanghaiixia’
2026-02-12 17:11:58 +08:00
parent 671e15a5fc
commit 6b6678a115
5 changed files with 19 additions and 3 deletions

View File

@ -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 };

View File

@ -12,6 +12,8 @@ export const customFormConfig = {
'ContractPurInt',
'ContractSalesInt',
'addDayPlanPngSettleSales',
'addDayPlanPngSettlePur'
'addDayPlanPngSettlePur',
'ContractTransPng',
'ContractProc'
],
};