|
|
|
@ -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) |
|
|
|
export const batchCancelReserve = data => createAPI(`/wcsIntegration/batchCancelReserve`,'post',data) |