opt:调整换托组盘接口

This commit is contained in:
zhaoyf
2026-08-18 17:28:18 +08:00
parent 11592ab6b1
commit 1389507ede
3 changed files with 15 additions and 13 deletions

View File

@@ -442,7 +442,7 @@ export default {
const assQty = dtl.assign_qty || ''
const vehicle_type = dtl.vehicle_type || ''
const source_load_port = dtl.source_load_port || ''
const qrText = orderNo + '#' + itemNo + '#' + skuCode + '#' + skuName + '##' + qty + '#' + source_load_port + '#'
const qrText = orderNo + '#' + vehicle_type + '#' + skuCode + '#' + skuName + '##' + qty + '#' + source_load_port + '#'
const imgSrc = await QRCode.toDataURL(qrText, {
width: 300
})