|
@ -338,9 +338,8 @@ |
|
|
this.showErrorMessage("箱码【" + packingNumber + "】,批次【" + batch + "】库位【" + result |
|
|
this.showErrorMessage("箱码【" + packingNumber + "】,批次【" + batch + "】库位【" + result |
|
|
.fromLocationCode + "】已经扫描") |
|
|
.fromLocationCode + "】已经扫描") |
|
|
} else { |
|
|
} else { |
|
|
itemDetail.cancleScanedHiht=false; |
|
|
// this.addDetail(itemDetail, result); |
|
|
this.addDetail(itemDetail, result); |
|
|
// return; |
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|
//暂时先不判断状态 |
|
|
//暂时先不判断状态 |
|
|
let itemStatus = getInventoryStatusName(itemDetail.inventoryStatus); |
|
|
let itemStatus = getInventoryStatusName(itemDetail.inventoryStatus); |
|
@ -350,11 +349,15 @@ |
|
|
this.showQuestionMessage('实际库存状态[' + balanceStatus + ']与推荐库存状态[' + itemStatus + |
|
|
this.showQuestionMessage('实际库存状态[' + balanceStatus + ']与推荐库存状态[' + itemStatus + |
|
|
']不一致,是否继续上架?', res => { |
|
|
']不一致,是否继续上架?', res => { |
|
|
if (res) { |
|
|
if (res) { |
|
|
|
|
|
itemDetail.cancleScanedHiht=false; |
|
|
this.addDetail(itemDetail, result); |
|
|
this.addDetail(itemDetail, result); |
|
|
} else { |
|
|
} else { |
|
|
this.scanPopupGetFocus(); |
|
|
this.scanPopupGetFocus(); |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
|
|
|
}else { |
|
|
|
|
|
itemDetail.cancleScanedHiht=false; |
|
|
|
|
|
this.addDetail(itemDetail, result); |
|
|
} |
|
|
} |
|
|
// } else { |
|
|
// } else { |
|
|
// this.addDetail(itemDetail, result); |
|
|
// this.addDetail(itemDetail, result); |
|
|