opt:调整换托组盘接口
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user