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 @@
-
+
-
+ + +
@@ -124,13 +132,65 @@
+ + + +
+
+
+
标签号
+
申请单号
+
订单号
+
+
+
{{ item.serialNo || '-' }}
+
{{ item.reserveOrderRef1 || '-' }}
+
{{ item.reserveOrderRef3 || '-' }}
+
+ +
+
暂无预留标签
+
+
+
+ + +
+ 栈板在立库异常位上,不允许取消预留 +
+