From b7007f5fa51bb1eeb064fe5b20ecdd0d9416a091 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Wed, 23 Mar 2022 16:40:06 +0800 Subject: [PATCH] =?UTF-8?q?0823=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production/pallet.js | 2 + src/views/modules/pallet/pallet.vue | 71 ++++++++++++++++++++++++++++- 2 files changed, 71 insertions(+), 2 deletions(-) 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 @@