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 @@