fix:确认弹窗货区改为显示仓库ID与货位ID

This commit is contained in:
97694732@qq.com 2026-06-05 13:07:58 +08:00
parent ede3d838b2
commit fc4872f09f

View File

@ -1884,9 +1884,9 @@ export default {
return return
} }
const warehouseCode = warehouseData.warehouseCode || warehouseData.code || '' const whId = warehouseData.warehouseId || '-'
const locCode = warehouseData.locationCode || warehouseData.code || '' const locId = warehouseData.locationId || '-'
const locationText = warehouseCode + (locCode ? ' - ' + locCode : '') const locationText = '仓库ID:' + whId + ' 货位ID:' + locId
const psiUserId = uni.getStorageSync('userId') || '-' const psiUserId = uni.getStorageSync('userId') || '-'
// //