From 5c4c5c76887dd12f81e314c485bbe7085d60e8e8 Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Thu, 30 Dec 2021 14:17:29 +0800 Subject: [PATCH] xiala --- hb_client/src/router/index.js | 8 ++ hb_client/src/views/qm/taskdetails.vue | 107 +++++++++++++++++++++-- hb_client/src/views/qm/wproduct.vue | 112 +++++++++++++++++++++++++ 3 files changed, 219 insertions(+), 8 deletions(-) create mode 100644 hb_client/src/views/qm/wproduct.vue diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index 10fe313..e98d1ae 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -360,6 +360,14 @@ export const asyncRoutes = [ hidden: true } , + { + path: 'wproduct/:id', + name: 'wproduct', + component: () => import('@/views/qm/wproduct'), + meta: { title: '工序玻璃', perms: ['vendor_manage'] }, + hidden: true + } + , { path: 'taskrecordfrom/:id', name: 'taskrecordfrom', diff --git a/hb_client/src/views/qm/taskdetails.vue b/hb_client/src/views/qm/taskdetails.vue index f527e79..70c57f7 100644 --- a/hb_client/src/views/qm/taskdetails.vue +++ b/hb_client/src/views/qm/taskdetails.vue @@ -1,11 +1,11 @@