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