From 5f560a051958c07e747881caad835e8953889b79 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期二, 28 十一月 2023 15:05:06 +0800 Subject: [PATCH] modified: src/api/warehouse/pallettransports.js modified: src/views/warehouse/pallettransports/index.vue --- src/router/views/index.js | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/src/router/views/index.js b/src/router/views/index.js index b12f8fc..7269a62 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -145,6 +145,57 @@ ] }, { + path: '/quality/rawMaterial', + component: Layout, + children: [ + { + path: 'rawMaterial-form', + name: 'rawMaterialForm', + component: () => + import(/* webpackChunkName: "views" */ '@/views/quality/rawMaterial/rawMaterial-form'), + meta: { + keepAlive: false, + isTab: false, + isAuth: false + } + } + ] + }, + { + path: '/quality/finishedProduct', + component: Layout, + children: [ + { + path: 'finishedProduct-form', + name: 'finishedProductForm', + component: () => + import(/* webpackChunkName: "views" */ '@/views/quality/finishedProductInspection/finishedProduct-form'), + meta: { + keepAlive: false, + isTab: false, + isAuth: false + } + } + ] + }, + { + path: '/quality/processInspect', + component: Layout, + children: [ + { + path: 'processInspect-form', + name: 'processInspectForm', + component: () => + import(/* webpackChunkName: "views" */ '@/views/quality/processInspect/processInspect-form'), + meta: { + keepAlive: false, + isTab: false, + isAuth: false + } + } + ] + }, + { path: '/quality/newReport', component: Layout, children: [ -- Gitblit v1.9.3