diff --git a/src/api/warehouse/labelQuery.js b/src/api/warehouse/labelQuery.js
index 45f72aa..9519229 100644
--- a/src/api/warehouse/labelQuery.js
+++ b/src/api/warehouse/labelQuery.js
@@ -14,6 +14,15 @@ export const deleteLabel = data => createAPI('/warehouse/labelQuery/deleteLabel'
// 修改标签库位 - rqrq
export const updateLabelLocation = data => createAPI('/warehouse/labelQuery/updateLabelLocation', 'POST', data)
+// 修改标签库存信息(批次、库位、WDR、engChgLevel、失效日期、数量、是否在库)- rqrq
+export const updateHandlingUnitInventory = data => createAPI('/warehouse/labelQuery/updateHandlingUnitInventory', 'POST', data)
+
+// 去除非栈板库存 - rqrq
+export const removeNonPalletInventory = data => createAPI('/warehouse/labelQuery/removeNonPalletInventory', 'POST', data)
+
+// 恢复非栈板库存 - rqrq
+export const restoreNonPalletInventory = data => createAPI('/warehouse/labelQuery/restoreNonPalletInventory', 'POST', data)
+
// 获取失败的打印任务列表
export const getFailedPrintTasks = data => createAPI('/warehouse/labelQuery/getFailedPrintTasks', 'POST', data)
diff --git a/src/views/modules/warehouse/labelChangeForDaPanDian.vue b/src/views/modules/warehouse/labelChangeForDaPanDian.vue
new file mode 100644
index 0000000..6156ac3
--- /dev/null
+++ b/src/views/modules/warehouse/labelChangeForDaPanDian.vue
@@ -0,0 +1,1487 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+ {{ '导出' }}
+
+
+
+
+ 去除非栈板库存
+
+
+
+
+ 恢复非栈板库存
+
+
+
+
+
+
+
+
+
+
+ 在库
+ 已出库
+ 未入库
+ {{ scope.row.inStockFlag }}
+
+
+ {{ formatDate(scope.row[item.columnProp]) }}
+
+
+ {{ scope.row.reserveFlag === 'Y' ? '是' : '否' }}
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+ 重打标签
+
+
+ 修改库存
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ formatDate(scope.row.createdDate) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/warehouse/labelQueryLocation.vue b/src/views/modules/warehouse/labelQueryLocation.vue
index 4f74154..68cf877 100644
--- a/src/views/modules/warehouse/labelQueryLocation.vue
+++ b/src/views/modules/warehouse/labelQueryLocation.vue
@@ -95,7 +95,7 @@