修改货位信息打印

This commit is contained in:
王帅 2025-05-29 16:50:57 +08:00
parent 7bdaa8129c
commit ca2dd265c9

View File

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