采购计量

This commit is contained in:
‘huanghaiixia’
2026-03-10 11:21:08 +08:00
parent 61a01d6d77
commit b576044b95
9 changed files with 594 additions and 190 deletions

View File

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