入库出库

This commit is contained in:
‘huanghaiixia’
2026-03-20 13:38:14 +08:00
parent 008778b689
commit 4d5bbd8188
17 changed files with 3452 additions and 2 deletions

View File

@ -366,6 +366,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
title: (route) => (route.query.formName || '短信记录')
}
},
{
path: '/inventory/LngInventoryIn/createForm',
name: 'LngInventoryIn',
component: () => import('/@/views/inventory/LngInventoryIn/components/createForm.vue'),
meta: {
title: (route) => (route.query.formName)
}
},
]