From ca2dd265c98098d4e23da22641aa5a442e82d5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Thu, 29 May 2025 16:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=A7=E4=BD=8D=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basics/flatWarehouse/wareHouseLocation/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/basics/flatWarehouse/wareHouseLocation/index.vue b/src/views/basics/flatWarehouse/wareHouseLocation/index.vue index 4a8caa6..f438f41 100644 --- a/src/views/basics/flatWarehouse/wareHouseLocation/index.vue +++ b/src/views/basics/flatWarehouse/wareHouseLocation/index.vue @@ -418,8 +418,13 @@ function print() { }) return } + const updatedSelection = state.multipleSelection.map(item => ({ + ...item, + SITENAME: item.siteName, + STORAGENAME: item.storageName + })); let PRINT = { - LIST: state.multipleSelection, + LIST: updatedSelection, PRINTNAME: state.PRINTNAME, USER: ls.get('userId') }