|
@ -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 => { |
|
|