diff --git a/src/api/warehouse/ifsInventoryInit.js b/src/api/warehouse/ifsInventoryInit.js
index 53b1500..c90f884 100644
--- a/src/api/warehouse/ifsInventoryInit.js
+++ b/src/api/warehouse/ifsInventoryInit.js
@@ -6,6 +6,9 @@ export const getInventoryStockList = data => createAPI(`ifsInventoryInit/getInve
// 创建HandlingUnit
export const createHandlingUnits = data => createAPI(`ifsInventoryInit/createHandlingUnits`, 'POST', data)
+// 批量创建HandlingUnit
+export const batchCreateHandlingUnits = data => createAPI(`ifsInventoryInit/batchCreateHandlingUnits`, 'POST', data)
+
// 打印标签
export const printLabel = data => createAPI('/label/setting/printLabel','post',data)
diff --git a/src/views/modules/labelSetting/com_add_update_user_label_printer.vue b/src/views/modules/labelSetting/com_add_update_user_label_printer.vue
index 718f24d..d91b345 100644
--- a/src/views/modules/labelSetting/com_add_update_user_label_printer.vue
+++ b/src/views/modules/labelSetting/com_add_update_user_label_printer.vue
@@ -31,7 +31,7 @@
-