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') }