diff --git a/src/api/board.js b/src/api/board.js index 6532da9..d779038 100644 --- a/src/api/board.js +++ b/src/api/board.js @@ -5,3 +5,4 @@ export const thisWeekShipmentBoardData = data => createAPI(`board/thisWeekShipme export const nextWeekShipmentBoardData = data => createAPI(`board/nextWeekShipmentBoardData`,'post',data) export const productionBlankingBoard = data => createAPI(`board/productionBlankingBoard`,'post',data) +export const soLiuhuaBoard= data => createAPI(`board/soLiuhuaBoard`,'post',data) diff --git a/src/router/index.js b/src/router/index.js index a862d64..532cc4a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -24,6 +24,7 @@ const globalRoutes = [ { path: '/thisWeekShipmentBoard', component: _import('modules/board/thisWeekShipmentBoard'), name: 'thisWeekShipmentBoard', meta: { title: '本周发货看板' } }, { path: '/nextWeekShipmentBoard', component: _import('modules/board/nextWeekShipmentBoard'), name: 'nextWeekShipmentBoard', 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: '/padPart', component: _import('modules/pad/padPart1'), name: 'padPart1', meta: { title: '产品搜索' } }, { path: '/padPartAttribute', component: _import('modules/pad/padPartAttribute'), name: 'padPartAttribute', meta: { title: '产品属性' } }, { path: '/padPartPhoto', component: _import('modules/pad/padPartPhoto'), name: 'padPartPhoto', meta: { title: '产品图片' } } diff --git a/src/views/modules/board/soLiuhuaBoard.vue b/src/views/modules/board/soLiuhuaBoard.vue new file mode 100644 index 0000000..f570f3d --- /dev/null +++ b/src/views/modules/board/soLiuhuaBoard.vue @@ -0,0 +1,201 @@ + + + + 硫化看板 + + + + + + + + + + + + + + + + + + + + + + + + + + + +