外协库存事务核心

This commit is contained in:
yinjinlu-pc\尹金路
2023-10-31 21:58:13 +08:00
parent 1d9b54e957
commit 1f6ca71eb8
9 changed files with 356 additions and 123 deletions

View File

@@ -226,7 +226,7 @@ export const dynamicRoutes = [
children: [
{
path: 'iqc',
component: () => import('@/views/mes/qc/iqc/iqc'),
component: () => import('@/views/mes/qc/pendinginspect/iqc'),
name: 'iqcadd',
props: true,
meta: {title: '来料检验', activeMenu: '/mes/qc/pendinginspect/iqc'}