Browse Source

修改

hella_online_20241128
lijuncheng 4 months ago
parent
commit
1afec1bc07
  1. 3
      src/pages/deliver/coms/comScanDeliverPack.vue

3
src/pages/deliver/coms/comScanDeliverPack.vue

@ -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);

Loading…
Cancel
Save