Files
geg-gas-web/src/views/secondDev/customFormConfig.ts

15 lines
308 B
TypeScript
Raw Normal View History

2025-11-27 17:23:14 +08:00
export const customFormConfig = {
2026-01-06 17:46:04 +08:00
codeList: [
'addCustomer',
'addSupplier',
'addCustomerScore',
'addSupplierScore',
'addAppro',
'contractFactApprove',
'addContractPurPng',
2026-01-16 17:28:00 +08:00
'addContractSales',
2026-02-04 17:59:39 +08:00
'addContractSalesLng',
2026-02-05 14:18:05 +08:00
'ContractPurInt',
'ContractSalesInt'
2026-01-06 17:46:04 +08:00
],
2025-11-27 17:23:14 +08:00
};