From 099fcf7e4ca53d1a13b52941c333de3567c97638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Tue, 1 Sep 2026 22:11:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9+=E5=85=B6=E4=BB=96=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/haianAutoWarehouse/manualCount.js | 16 + src/router/index.js | 2 + src/views/main.vue | 6 + .../haianAutoWarehouse/manualCount54.vue | 660 ++++++++++++++++++ 4 files changed, 684 insertions(+) create mode 100644 src/api/haianAutoWarehouse/manualCount.js create mode 100644 src/views/modules/haianAutoWarehouse/manualCount54.vue diff --git a/src/api/haianAutoWarehouse/manualCount.js b/src/api/haianAutoWarehouse/manualCount.js new file mode 100644 index 0000000..9b232d1 --- /dev/null +++ b/src/api/haianAutoWarehouse/manualCount.js @@ -0,0 +1,16 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// 海安PDA手工盘点-扫描栈板,返回盘点单与标签列表 - rqrq +export const pdaScanPallet = data => createAPI(`/autoWareHourceHaian/haiAnPhysicalInventory/pda/scanPallet`, 'post', data) + +// 海安PDA手工盘点-扫描标签,返回标签物料与数量信息 - rqrq +export const pdaScanLabel = data => createAPI(`/autoWareHourceHaian/haiAnPhysicalInventory/pda/scanLabel`, 'post', data) + +// 海安PDA手工盘点-一键提交托盘盘点结果(默认全部OK)- rqrq +export const pdaQuickSubmitCount = data => createAPI(`/autoWareHourceHaian/haiAnPhysicalInventory/pda/quickSubmitCount`, 'post', data) + +// 海安PDA手工盘点-逐标签提交盘点结果 - rqrq +export const pdaSubmitCount = data => createAPI(`/autoWareHourceHaian/haiAnPhysicalInventory/pda/submitCount`, 'post', data) + +// 海安PDA手工盘点-调用托盘至盘点口(走海安新立库接口)- rqrq +export const scanAndCallPalletForPandian = data => createAPI(`/autoWareHourceHaian/haiAnPhysicalInventory/pda/callPalletForPandian`, 'post', data) diff --git a/src/router/index.js b/src/router/index.js index 9ee3738..cfb41de 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -163,6 +163,8 @@ const globalRoutes = [ {path: "/haianPalletManualMove",name: "haianPalletManualMove", component: resolve => require(["@/views/modules/haianAutoWarehouse/haianPalletManualMove.vue"], resolve), meta: { transition: 'instant' ,preload: true,keepAlive: true}}, {path: "/haianWmsCancelReserve",name: "haianWmsCancelReserve", component: resolve => require(["@/views/modules/haianAutoWarehouse/haianWmsCancelReserve.vue"], resolve), meta: { transition: 'instant' ,preload: true,keepAlive: true}}, {path: "/haianCallOutForHetuo",name: "haianCallOutForHetuo", component: resolve => require(["@/views/modules/haianAutoWarehouse/haianCallOutForHetuo.vue"], resolve), meta: { transition: 'instant' ,preload: true,keepAlive: true}}, + // 海安立库手工盘点页面(固定工厂54)- rqrq + {path: "/haianManualCount54",name: "haianManualCount54", component: resolve => require(["@/views/modules/haianAutoWarehouse/manualCount54.vue"], resolve), meta: { transition: 'instant' ,preload: true,keepAlive: false}}, ] diff --git a/src/views/main.vue b/src/views/main.vue index 62f7e96..1bee264 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -207,6 +207,12 @@ + diff --git a/src/views/modules/haianAutoWarehouse/manualCount54.vue b/src/views/modules/haianAutoWarehouse/manualCount54.vue new file mode 100644 index 0000000..bd072f1 --- /dev/null +++ b/src/views/modules/haianAutoWarehouse/manualCount54.vue @@ -0,0 +1,660 @@ + + + + + +