From 05ceca5ffc092be665ee72f03c8cb9f35ea1a5cd 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: Wed, 24 Dec 2025 12:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/check/physicalInventory.js | 2 +- .../check/currentPhysicalInventory.vue | 4 ++-- src/views/modules/warehouse/pallet.vue | 22 +++++++++---------- src/views/modules/wcsSystem/agvStation.vue | 16 +++++++------- .../modules/wcsSystem/labelChangeLocation.vue | 15 +++++++------ 5 files changed, 30 insertions(+), 29 deletions(-) diff --git a/src/api/check/physicalInventory.js b/src/api/check/physicalInventory.js index 76ed327..c6f8718 100644 --- a/src/api/check/physicalInventory.js +++ b/src/api/check/physicalInventory.js @@ -92,7 +92,7 @@ export const searchUnhandledExceptionList = data => createAPI(`/check/physicalIn export const saveExceptionHandle = data => createAPI(`/check/physicalInventory/saveExceptionHandle`, 'post', data) export const manualHandleCount = data => createAPI(`/check/physicalInventory/manualHandleCount`, 'post', data) -export const scanAndCallPalletForHetuo = data => createAPI(`/wcsIntegration/scanAndCallPalletForHetuo`,'post',data) +export const scanAndCallPalletForPandian = data => createAPI(`/wcsIntegration/scanAndCallPalletForPandian`,'post',data) // ==================== 盘点模式管理 ==================== - rqrq diff --git a/src/views/modules/check/currentPhysicalInventory.vue b/src/views/modules/check/currentPhysicalInventory.vue index f654287..ae92ff1 100644 --- a/src/views/modules/check/currentPhysicalInventory.vue +++ b/src/views/modules/check/currentPhysicalInventory.vue @@ -374,7 +374,7 @@