diff --git a/src/api/board.js b/src/api/board.js index d779038..e44a3ec 100644 --- a/src/api/board.js +++ b/src/api/board.js @@ -6,3 +6,5 @@ export const nextWeekShipmentBoardData = data => createAPI(`board/nextWeekShipme export const productionBlankingBoard = data => createAPI(`board/productionBlankingBoard`,'post',data) export const soLiuhuaBoard= data => createAPI(`board/soLiuhuaBoard`,'post',data) + +export const transFerBoard= data => createAPI(`board/transFerBoard`,'post',data) diff --git a/src/router/index.js b/src/router/index.js index 532cc4a..5da74c6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -23,6 +23,7 @@ const globalRoutes = [ { path: '/login', component: _import('common/login'), name: 'login', meta: { title: '登录' } }, { path: '/thisWeekShipmentBoard', component: _import('modules/board/thisWeekShipmentBoard'), name: 'thisWeekShipmentBoard', meta: { title: '本周发货看板' } }, { path: '/nextWeekShipmentBoard', component: _import('modules/board/nextWeekShipmentBoard'), name: 'nextWeekShipmentBoard', meta: { title: '下周发货看板' } }, + { 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: '/padPart', component: _import('modules/pad/padPart1'), name: 'padPart1', meta: { title: '产品搜索' } }, diff --git a/src/views/modules/board/transFerBoard.vue b/src/views/modules/board/transFerBoard.vue new file mode 100644 index 0000000..e99bebb --- /dev/null +++ b/src/views/modules/board/transFerBoard.vue @@ -0,0 +1,188 @@ + + + + 待入库看板 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +