From 677d8205512324f338fd0b9ee800fff721a8e7ef Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期六, 09 十二月 2023 17:16:13 +0800 Subject: [PATCH] 产品检验修改 --- 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 b3402ed..20e8be7 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -145,6 +145,23 @@ ] }, { + path: '/quality/packageinspect', + component: Layout, + children: [ + { + path: 'packageInspect-form', + name: 'packageInspectForm', + component: () => + import(/* webpackChunkName: "views" */ '@/views/quality/packageinspect/packageInspect-form'), + meta: { + keepAlive: false, + isTab: false, + isAuth: false + } + } + ] + }, + { path: '/quality/rawMaterial', component: Layout, children: [ @@ -162,6 +179,40 @@ ] }, { + 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