diff --git a/src/api/production/pallet.js b/src/api/production/pallet.js
index fdcb86a..816f338 100644
--- a/src/api/production/pallet.js
+++ b/src/api/production/pallet.js
@@ -4,3 +4,5 @@ import { createAPI } from "@/utils/httpRequest.js";
export const getPalletData=data => createAPI(`/pallet/getPalletData`,'post',data)
//保存栈板数据
export const savePallet=data => createAPI(`/pallet/savePallet`,'post',data)
+//保存栈板数据
+export const savePalletAdds=data => createAPI(`/pallet/savePalletAdds`,'post',data)
diff --git a/src/views/modules/pallet/pallet.vue b/src/views/modules/pallet/pallet.vue
index 58b31e1..6dcd6d8 100644
--- a/src/views/modules/pallet/pallet.vue
+++ b/src/views/modules/pallet/pallet.vue
@@ -83,7 +83,7 @@
-
+
@@ -103,6 +103,18 @@
保存
+ 批量新增
+ 关闭
+
+
+
+
+
+
+
+
+
+ 保存
关闭
@@ -112,6 +124,7 @@