From b47c14987a22d944ea6277aa232199a7f1bb237f 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:27 +0800 Subject: [PATCH] 1 --- src/api/automatedWarehouse/palletPacking.js | 4 ++-- src/views/modules/automatedWarehouse/palletAssembly.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/automatedWarehouse/palletPacking.js b/src/api/automatedWarehouse/palletPacking.js index 2e39c4d..3623029 100644 --- a/src/api/automatedWarehouse/palletPacking.js +++ b/src/api/automatedWarehouse/palletPacking.js @@ -2,7 +2,7 @@ import { createAPI } from "@/utils/httpRequest.js"; // 检查栈板是否存在并获取位置信息 - AI制作 export const checkPalletExists = data => createAPI(`/wcsIntegration/checkPalletExists`,'post',data) - +export const checkPalletExistsNoPDControl = data => createAPI(`/wcsIntegration/checkPalletExistsNoPDControl`,'post',data) // 简单查询栈板信息(无任何校验)- rqrq export const getPalletInfoSimple = data => createAPI(`/wcsIntegration/getPalletInfoSimple`,'post',data) @@ -87,4 +87,4 @@ export const getSortingList = data => createAPI(`/wcsIntegration/getSortingList` export const getPalletReservedLabels = data => createAPI(`/wcsIntegration/getPalletReservedLabels`,'post',data) // 批量取消栈板上的预留标签 - rqrq -export const batchCancelReserve = data => createAPI(`/wcsIntegration/batchCancelReserve`,'post',data) \ No newline at end of file +export const batchCancelReserve = data => createAPI(`/wcsIntegration/batchCancelReserve`,'post',data) diff --git a/src/views/modules/automatedWarehouse/palletAssembly.vue b/src/views/modules/automatedWarehouse/palletAssembly.vue index 745440e..cc0f94e 100644 --- a/src/views/modules/automatedWarehouse/palletAssembly.vue +++ b/src/views/modules/automatedWarehouse/palletAssembly.vue @@ -477,7 +477,7 @@