diff --git a/src/api/warehouse/labelQuery.js b/src/api/warehouse/labelQuery.js
index 8e41039..b154342 100644
--- a/src/api/warehouse/labelQuery.js
+++ b/src/api/warehouse/labelQuery.js
@@ -3,9 +3,13 @@ import { createAPI } from "@/utils/httpRequest.js";
// 分页查询HandlingUnit标签信息
export const getHandlingUnitLabelList = data => createAPI('/warehouse/labelQuery/getHandlingUnitLabelList', 'POST', data)
export const getHandlingUnitLabelListLocation = data => createAPI('/warehouse/labelQuery/getHandlingUnitLabelListLocation', 'POST', data)
+export const getHandlingUnitLabelAll = data => createAPI('/warehouse/labelQuery/getHandlingUnitLabelAll', 'POST', data)
// 重打标签
export const reprintLabel = data => createAPI('/warehouse/labelQuery/reprintLabel', 'POST', data)
// 删除标签
export const deleteLabel = data => createAPI('/warehouse/labelQuery/deleteLabel', 'POST', data)
+
+// 修改标签库位 - rqrq
+export const updateLabelLocation = data => createAPI('/warehouse/labelQuery/updateLabelLocation', 'POST', data)
\ No newline at end of file
diff --git a/src/views/modules/warehouse/labelQuery.vue b/src/views/modules/warehouse/labelQuery.vue
index 63f8441..35e0038 100644
--- a/src/views/modules/warehouse/labelQuery.vue
+++ b/src/views/modules/warehouse/labelQuery.vue
@@ -66,6 +66,15 @@
{{ formatDate(scope.row.createdDate) }}
+
+
+
+ {{ scope.row.reserveFlag === 'Y' ? '是' : '否' }}
+
+
+
+
+
diff --git a/src/views/modules/warehouse/labelQueryLocation.vue b/src/views/modules/warehouse/labelQueryLocation.vue
index d38f67a..26db528 100644
--- a/src/views/modules/warehouse/labelQueryLocation.vue
+++ b/src/views/modules/warehouse/labelQueryLocation.vue
@@ -55,6 +55,15 @@
+
+
+
+ {{ scope.row.reserveFlag === 'Y' ? '是' : '否' }}
+
+
+
+
+
diff --git a/src/views/modules/wcsSystem/labelChangeLocation.vue b/src/views/modules/wcsSystem/labelChangeLocation.vue
new file mode 100644
index 0000000..196677d
--- /dev/null
+++ b/src/views/modules/wcsSystem/labelChangeLocation.vue
@@ -0,0 +1,469 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.reserveFlag === 'Y' ? '是' : '否' }}
+
+
+
+
+
+
+
+
+ 修改库位
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+