diff --git a/src/api/automatedWarehouse/callOut.js b/src/api/automatedWarehouse/callOut.js index e2c56b1..c91f5d4 100644 --- a/src/api/automatedWarehouse/callOut.js +++ b/src/api/automatedWarehouse/callOut.js @@ -7,3 +7,6 @@ export const callPalletFromWcs = data => createAPI(`/wcsIntegration/callPalletFr // 【新方法】直接Call栈板(不使用定时任务方式) - rqrq export const callPalletFromWcsNew = data => createAPI(`/wcsIntegration/callPalletFromWcsNew`,'post',data) + +// 【新方法】扫描托盘并直接Call料出库(用于合托Call料页面简化操作)- rqrq +export const scanAndCallPalletForHetuo = data => createAPI(`/wcsIntegration/scanAndCallPalletForHetuo`,'post',data) diff --git a/src/router/index.js b/src/router/index.js index 0f5b9f0..287a1c0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -141,6 +141,7 @@ const globalRoutes = [ {path: "/callOutToStation",name: "callOutToStation", component: resolve => require(["@/views/modules/automatedWarehouse/callOutToStation.vue"], resolve), meta: { transition: 'instant' ,preload: true,keepAlive: true}}, {path: "/palletSortingNoAgv",name: "palletSortingNoAgv", component: resolve => require(["@/views/modules/automatedWarehouse/palletSortingNoAgv.vue"], resolve), meta: { transition: 'instant' ,preload: true,keepAlive: true}}, {path: "/palletMerge",name: "palletMerge", component: resolve => require(["@/views/modules/automatedWarehouse/palletMerge.vue"], resolve), meta: { transition: 'instant' ,preload: true,keepAlive: true}}, + {path: "/callOutForHetuo",name: "palletMerge", component: resolve => require(["@/views/modules/automatedWarehouse/callOutForHetuo.vue"], resolve), meta: { transition: 'instant' ,preload: true,keepAlive: true}}, ] diff --git a/src/views/main.vue b/src/views/main.vue index d433278..6e7a386 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -211,6 +211,12 @@ + diff --git a/src/views/modules/automatedWarehouse/callOutForHetuo.vue b/src/views/modules/automatedWarehouse/callOutForHetuo.vue new file mode 100644 index 0000000..2c93309 --- /dev/null +++ b/src/views/modules/automatedWarehouse/callOutForHetuo.vue @@ -0,0 +1,567 @@ + + + + +