From fdd1f1736a6231bfe3bbd1a61f833ea23289a373 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 19 May 2022 17:50:47 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E8=BD=A6=E9=97=B4=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E5=AD=90=E5=B7=A5=E5=BA=8F=E8=BF=87=E7=A8=8B=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E8=A1=A8=E5=8F=8A=E8=8F=9C=E5=8D=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hb_client/src/router/index.js | 26 ++++--- hb_client/src/views/mtm/step.vue | 99 ++++++++++++++----------- hb_client/src/views/wpm/operation.vue | 44 +++++------ hb_client/src/views/wpm/operationdo.vue | 32 +++++++- 4 files changed, 125 insertions(+), 76 deletions(-) diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index e02ebec..87a1375 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -123,6 +123,19 @@ export const asyncRoutes = [ component: () => import('@/views/mtm/materialDetail.vue'), meta: { title: '物料详情' }, hidden: true + } + + ,{ + path: 'wproductList', + name: 'wproductList', + component: () => import('@/views/mtm/wproductList'), + meta: { title: '半成品列表', icon: 'material', perms: ['mtm_wproduct'] } + }, + { + path: 'productList', + name: 'productList', + component: () => import('@/views/mtm/productList'), + meta: { title: '成品列表', icon: 'material', perms: ['mtm_product'] } }, { path: 'process', @@ -151,18 +164,7 @@ export const asyncRoutes = [ component: () => import('@/views/mtm/productprocess'), meta: { title: '产品管理', icon: 'product', perms: ['mtm_productprocess'] } } - ,{ - path: 'productList', - name: 'productList', - component: () => import('@/views/mtm/productList'), - meta: { title: '成品列表', icon: 'material', perms: ['mtm_product'] } - } - ,{ - path: 'wproductList', - name: 'wproductList', - component: () => import('@/views/mtm/wproductList'), - meta: { title: '半成品列表', icon: 'material', perms: ['mtm_wproduct'] } - } + ] }, { diff --git a/hb_client/src/views/mtm/step.vue b/hb_client/src/views/mtm/step.vue index 8a75446..d2d90ca 100644 --- a/hb_client/src/views/mtm/step.vue +++ b/hb_client/src/views/mtm/step.vue @@ -2,7 +2,7 @@
- 子工序列表
@@ -117,12 +117,16 @@
- 过程记录表
- 新增 + + 新增 - - - + :value="item.value" + > + + + + + + - -
取消 @@ -275,25 +286,24 @@ - - - -
- 记录字段
- 新增 + + 新增 - - - - - - - - + - @@ -408,12 +412,11 @@