|
@ -318,6 +318,7 @@ |
|
|
try { |
|
|
try { |
|
|
var itemCode = result.label.itemCode; |
|
|
var itemCode = result.label.itemCode; |
|
|
var detail = this.detailSource.find(r => r.itemCode == itemCode); |
|
|
var detail = this.detailSource.find(r => r.itemCode == itemCode); |
|
|
|
|
|
detail.scaned = true; |
|
|
if (detail == undefined) { |
|
|
if (detail == undefined) { |
|
|
this.showErrorMessage("物料号【" + itemCode + "】不在列表中") |
|
|
this.showErrorMessage("物料号【" + itemCode + "】不在列表中") |
|
|
return; |
|
|
return; |
|
@ -567,6 +568,7 @@ |
|
|
const timer1 = setInterval(async () => { |
|
|
const timer1 = setInterval(async () => { |
|
|
if (timerCount == 15) { |
|
|
if (timerCount == 15) { |
|
|
clearInterval(timer1) |
|
|
clearInterval(timer1) |
|
|
|
|
|
uni.hideLoading() |
|
|
this.showErrorMessage("上架任务生成异常,请到收货记录里重新生成上架申请") |
|
|
this.showErrorMessage("上架任务生成异常,请到收货记录里重新生成上架申请") |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
@ -705,6 +707,7 @@ |
|
|
this.isAllReceived = isOn |
|
|
this.isAllReceived = isOn |
|
|
if (this.isAllReceived) { |
|
|
if (this.isAllReceived) { |
|
|
this.detailSource.forEach(item => { |
|
|
this.detailSource.forEach(item => { |
|
|
|
|
|
item.scaned = true |
|
|
item.subList.forEach(detail => { |
|
|
item.subList.forEach(detail => { |
|
|
detail.scaned = true |
|
|
detail.scaned = true |
|
|
detail.handleQty = detail.qty; |
|
|
detail.handleQty = detail.qty; |
|
|