diff --git a/src/api/warehouse/otherInbound.js b/src/api/warehouse/otherInbound.js
new file mode 100644
index 0000000..c6d047b
--- /dev/null
+++ b/src/api/warehouse/otherInbound.js
@@ -0,0 +1,7 @@
+import { createAPI } from "@/utils/httpRequest.js";
+
+// 创建其它入库HandlingUnit
+export const createOtherInboundHU = data => createAPI(`ifsInventoryInit/createOtherInboundHandlingUnits`, 'POST', data)
+
+// 打印标签
+export const printLabel = data => createAPI('/label/setting/printLabel','post',data)
diff --git a/src/views/modules/warehouse/labelQuery.vue b/src/views/modules/warehouse/labelQuery.vue
index cbe7933..60f3d1c 100644
--- a/src/views/modules/warehouse/labelQuery.vue
+++ b/src/views/modules/warehouse/labelQuery.vue
@@ -27,6 +27,7 @@
查询
重置
+ 其它入库标签打印
@@ -94,12 +95,91 @@
layout="total, sizes, prev, pager, next, jumper">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+