Browse Source

YT-1800ASN收货扫描重复的ASN单号,扫描成功了没有提示

intex_online20241228
zhang_li 1 month ago
parent
commit
dc8c99a2f3
  1. 8
      src/pages/purchaseReceipt/job/purchaseReceiptAsn.vue

8
src/pages/purchaseReceipt/job/purchaseReceiptAsn.vue

@ -245,10 +245,10 @@
}
} else {
// if (asnObj) {
// this.showMessage("ASN")
// return;
// }
if (asnObj) {
this.showMessage(`ASN单号【${asnNumber}】已经扫描`)
return;
}
// //
if (resultList[0].status == '1') {
await this.handleTakePurchaseReceiptJob(resultList[0].masterId, () => {

Loading…
Cancel
Save