|
|
@ -871,9 +871,6 @@ |
|
|
|
if (res) { |
|
|
|
batch.Records = []; |
|
|
|
let record = this.creatRecord(label, balance, packageInfo); |
|
|
|
if (!this.checkHandleQty(batch, record)) { |
|
|
|
return; |
|
|
|
} |
|
|
|
batch.Records.push(record); |
|
|
|
this.issueRecord.unshift(record) |
|
|
|
this.calcBatchHandleQty(batch); |
|
|
|