采运销关联

This commit is contained in:
‘huanghaiixia’
2026-04-02 18:21:21 +08:00
parent b3b6157716
commit e896cefe31
11 changed files with 2306 additions and 1 deletions

View File

@ -398,6 +398,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
title: (route) => (route.query.formName)
}
},
{
path: '/contract/ContractSalesPngPur/createForm',
name: 'ContractSalesPngPur',
component: () => import('/@/views/contract/ContractSalesPngPur/components/createForm.vue'),
meta: {
title: (route) => (route.query.formName)
}
},
]