|
@ -202,7 +202,10 @@ |
|
|
that.detailSource.forEach(r => { |
|
|
that.detailSource.forEach(r => { |
|
|
r.subList.forEach(s => { |
|
|
r.subList.forEach(s => { |
|
|
if (this.scanedPackingNumber && this.scanedPackingNumber == s |
|
|
if (this.scanedPackingNumber && this.scanedPackingNumber == s |
|
|
.packingNumber) s.scaned = true |
|
|
.packingNumber) { |
|
|
|
|
|
s.scaned = true |
|
|
|
|
|
s.handleQty =s.qty |
|
|
|
|
|
} |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
that.isCheckLocation = getSwitchInfoByCode(that.switchCode) |
|
|
that.isCheckLocation = getSwitchInfoByCode(that.switchCode) |
|
|