Browse Source

直接发料不扫描来源库位 2024/8/8

hella_vue3
王志国 4 weeks ago
parent
commit
b82074dcd1
  1. 6
      src/pages/issue/record/directIssue2.vue

6
src/pages/issue/record/directIssue2.vue

@ -351,9 +351,11 @@
newDetail.packQty = packQty;
item.subList.push(newDetail);
calcHandleQty(this.detailSource);
} else {
}
else {
if (detail.scaned == true) {
this.showErrorMessage("箱码[" + detail.packingNumber + "]批次[" + balance.batch + "]重复扫描 }
this.showErrorMessage("箱码[" + detail.packingNumber + "]批次[" + balance.batch + "]重复扫描")
}
}
}
},

Loading…
Cancel
Save