|
|
@ -846,7 +846,7 @@ |
|
|
|
"]的父包装已经扫描") |
|
|
|
} else { |
|
|
|
let record = this.creatRecord(label, balance, packageInfo); |
|
|
|
if (!this.checkHandleQty(batch, record)) { |
|
|
|
if (!this.checkHandleQty(record)) { |
|
|
|
return; |
|
|
|
} |
|
|
|
batch.Records.push(record); |
|
|
@ -881,7 +881,7 @@ |
|
|
|
console.log("扫描的是父包装,是否移除子包装") |
|
|
|
} else { |
|
|
|
let record = this.creatRecord(label, balance, packageInfo); |
|
|
|
if (!this.checkHandleQty(batch, record)) { |
|
|
|
if (!this.checkHandleQty(record)) { |
|
|
|
return; |
|
|
|
} |
|
|
|
batch.Records.push(record); |
|
|
|