diff --git a/src/api/warehouse/ifsCallErrorLog.js b/src/api/warehouse/ifsCallErrorLog.js index dcef9b5..718a723 100644 --- a/src/api/warehouse/ifsCallErrorLog.js +++ b/src/api/warehouse/ifsCallErrorLog.js @@ -17,4 +17,7 @@ export const retryIfsCall = data => createAPI('api/ifsCallErrorLog/retry', 'POST export const closeIfsCall = data => createAPI('api/ifsCallErrorLog/closeRetry', 'POST', data) // 批量重试IFS接口调用 - rqrq -export const batchRetryIfsCall = data => createAPI('api/ifsCallErrorLog/batchRetry', 'POST', data) \ No newline at end of file +export const batchRetryIfsCall = data => createAPI('api/ifsCallErrorLog/batchRetry', 'POST', data) + + +export const ifsCallErrorLogBoard = data => createAPI('board/ifsCallErrorLogBoard', 'POST', data) diff --git a/src/router/index.js b/src/router/index.js index 3369e7e..4526735 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -30,7 +30,8 @@ const globalRoutes = [ { path: '/dashboard-buffer-board', component: _import('modules/dashboard/buffer-board'), name: 'dashboard-buffer-board', meta: { title: '缓存区看板' } }, { path: '/dashboard-workshop-feeding-board', component: _import('modules/dashboard/workshop-feeding-board'), name: 'dashboard-workshop-feeding-board', meta: { title: '车间AGV放料区看板' } }, { path: '/dashboard-exception-board', component: _import('modules/dashboard/exception-board'), name: 'dashboard-exception-board', meta: { title: '异常处理区看板' } }, - { path: '/dashboard-master-board', component: _import('modules/dashboard/warehouse-3d-board'), name: 'dashboard-inventory-board', meta: { title: '库存分析看板' } } + { path: '/dashboard-master-board', component: _import('modules/dashboard/warehouse-3d-board'), name: 'dashboard-inventory-board', meta: { title: '库存分析看板' } }, + { path: '/dashboard-ifsTransferErrorBoard', component: _import('modules/board/ifsTransferErrorBoard'), name: 'ifsTransferErrorBoard', meta: { title: 'IFS移库失败看板' } }, ] // 主入口路由(需嵌套上左右整体布局) diff --git a/src/views/modules/board/ifsTransferErrorBoard.vue b/src/views/modules/board/ifsTransferErrorBoard.vue new file mode 100644 index 0000000..d9f0d56 --- /dev/null +++ b/src/views/modules/board/ifsTransferErrorBoard.vue @@ -0,0 +1,220 @@ + + + + +