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 @@