采购执行

This commit is contained in:
‘huanghaiixia’
2026-03-04 18:01:11 +08:00
parent a5fa001ba6
commit 6dc2861232
6 changed files with 728 additions and 55 deletions

View File

@ -310,7 +310,7 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
title: (route) => ('管道气采购合同详情')
}
},
{
{
path: '/ship/ShipSchedule/createForm',
name: 'ShipSchedule',
component: () => import('/@/views/ship/ShipSchedule/components/createForm.vue'),
@ -318,6 +318,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
title: (route) => route.query.formName
}
},
{
path: '/ship/OpsPurInt/createForm',
name: 'OpsPurInt',
component: () => import('/@/views/ship/OpsPurInt/components/createForm.vue'),
meta: {
title: (route) => route.query.formName
}
},
]