Browse Source

修改提示

hella_vue3
lijuncheng 6 months ago
parent
commit
d9fb5fecc5
  1. 2
      src/pages/purchaseReturn/job/returnDetail.vue

2
src/pages/purchaseReturn/job/returnDetail.vue

@ -243,7 +243,7 @@
// //
if (itemDetail == undefined) { if (itemDetail == undefined) {
this.showErrorMessage("箱码【" + packingNumber + "】<br>批次【" + batch + "】<br>库位【" + result this.showErrorMessage("箱码【" + packingNumber + "】<br>批次【" + batch + "】<br>库位【" + result
.fromLocationCode + "】<br>状态【" + balanceStatus + "】<br>已经扫描") .fromLocationCode + "】<br>状态【" + balanceStatus + "】<br>未找到记录")
return; return;
} else { } else {
itemDetail = detail.subList.find(r => { itemDetail = detail.subList.find(r => {

Loading…
Cancel
Save