|
|
@ -288,15 +288,13 @@ |
|
|
|
getrecommendLocationExpectin(param).then(result => { |
|
|
|
uni.hideLoading(); |
|
|
|
let item = this.detailSource.find(res => { |
|
|
|
if (res.itemCode == balance.itemCode && res.containerNumber == balance |
|
|
|
.packingNumber) { |
|
|
|
if (res.itemCode == balance.itemCode) { |
|
|
|
return res |
|
|
|
} |
|
|
|
}) |
|
|
|
item.toLocationCode = result.data.code; |
|
|
|
item.expectinNumber = result.data.expectinNumber; |
|
|
|
this.$forceUpdate(); |
|
|
|
|
|
|
|
}).catch(error => { |
|
|
|
uni.hideLoading() |
|
|
|
this.showErrorMessage(error); |
|
|
|