diff --git a/src/api/board.js b/src/api/board.js index 713c24a..1e08e04 100644 --- a/src/api/board.js +++ b/src/api/board.js @@ -23,3 +23,4 @@ export const getSiteData= data => createAPI(`board/getSiteData`,'post',data) export const SORoutingBoardForShuiZhu= data => createAPI(`board/SORoutingBoardForShuiZhu`,'post',data) export const SeqNoForLiuHua= data => createAPI(`board/SeqNoForLiuHua`,'post',data) export const getInspectBoard= data => createAPI(`board/getInspectBoard`,'post',data) +export const SeqNoForLiuHuaJiChu= data => createAPI(`board/SeqNoForLiuHuaJiChu`,'post',data) diff --git a/src/router/index.js b/src/router/index.js index b0ec168..b263602 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -26,6 +26,7 @@ const globalRoutes = [ { path: '/transFerBoard', component: _import('modules/board/transFerBoard'), name: 'transFerBoard', meta: { title: '待入库看板' } }, { path: '/productionBlankingBoard', component: _import('modules/board/productionBlankingBoard'), name: 'productionBlankingBoard', meta: { title: '生产打料看板' } }, { path: '/soLiuhuaBoard', component: _import('modules/board/soLiuhuaBoard'), name: 'soLiuhuaBoard', meta: { title: '硫化看板' } }, + { path: '/SeqNoForLiuHuaJiChu', component: _import('modules/board/SeqNoForLiuHuaJiChu'), name: 'SeqNoForLiuHuaJiChu', meta: { title: '挤出看板' } }, { path: '/SORoutingBoardForJianYan', component: _import('modules/board/SORoutingBoardForJianYan'), name: 'SORoutingBoardForJianYan', meta: { title: '检验工序看板' } }, { path: '/padPart', component: _import('modules/pad/padPart1'), name: 'padPart1', meta: { title: '产品搜索' } }, { path: '/padPartAttribute', component: _import('modules/pad/padPartAttribute'), name: 'padPartAttribute', meta: { title: '产品属性' } }, diff --git a/src/views/modules/board/SORoutingBoardForJianYan.vue b/src/views/modules/board/SORoutingBoardForJianYan.vue index 65d0090..506da8c 100644 --- a/src/views/modules/board/SORoutingBoardForJianYan.vue +++ b/src/views/modules/board/SORoutingBoardForJianYan.vue @@ -42,7 +42,7 @@ prop="operationDesc" header-align="center" align="left" - min-width="80" + min-width="40" label="工序名称"> + + + + +
+
+

挤出派工单看板

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + diff --git a/src/views/modules/board/nextWeekShipmentBoard.vue b/src/views/modules/board/nextWeekShipmentBoard.vue index cbc0ec4..6859950 100644 --- a/src/views/modules/board/nextWeekShipmentBoard.vue +++ b/src/views/modules/board/nextWeekShipmentBoard.vue @@ -10,8 +10,6 @@ :data="tableData" :row-class-name="tableRowClassName" ref="wt_table" - @mouseenter.native="mouseEnter" - @mouseleave.native="mouseLeave" border style="width: 100%;"> + + + diff --git a/src/views/modules/board/thisWeekShipmentBoard.vue b/src/views/modules/board/thisWeekShipmentBoard.vue index 96b24ea..45b8a34 100644 --- a/src/views/modules/board/thisWeekShipmentBoard.vue +++ b/src/views/modules/board/thisWeekShipmentBoard.vue @@ -10,8 +10,6 @@ :data="tableData" ref="wa_table" :row-class-name="tableRowClassName" - @mouseenter.native="mouseEnter" - @mouseleave.native="mouseLeave" border style="width: 100%;"> + > + + +