diff --git a/src/api/automatedWarehouse/palletPacking.js b/src/api/automatedWarehouse/palletPacking.js index 37dd2f2..2e39c4d 100644 --- a/src/api/automatedWarehouse/palletPacking.js +++ b/src/api/automatedWarehouse/palletPacking.js @@ -82,3 +82,9 @@ export const finishSortingNoAgv = data => createAPI(`/wcsIntegration/finishSorti // 根据栈板站点获取分拣明细RFID列表 - rqrq export const getSortingList = data => createAPI(`/wcsIntegration/getSortingList`,'post',data) + +// 获取栈板上被预留的标签列表 - rqrq +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 diff --git a/src/views/modules/automatedWarehouse/palletSearch.vue b/src/views/modules/automatedWarehouse/palletSearch.vue index 5eb6405..b0f7e82 100644 --- a/src/views/modules/automatedWarehouse/palletSearch.vue +++ b/src/views/modules/automatedWarehouse/palletSearch.vue @@ -57,12 +57,20 @@