|
|
@ -531,6 +531,7 @@ |
|
|
|
showCommitSuccessMessage(hint, pointData) { |
|
|
|
this.$refs.comMessage.showSuccessMessage(hint, res => { |
|
|
|
this.detailSource = [] |
|
|
|
let fromLocationCode = this.fromLocationCode |
|
|
|
this.fromLocationCode = ''; |
|
|
|
this.dataContent = {} |
|
|
|
this.itemCode="" |
|
|
@ -538,7 +539,7 @@ |
|
|
|
this.toPackQty = "" |
|
|
|
if (pointData.length > 0) { |
|
|
|
pointData.forEach(item=>{ |
|
|
|
item.fromLocationCode = this.fromLocationCode |
|
|
|
item.fromLocationCode = fromLocationCode |
|
|
|
}) |
|
|
|
uni.navigateTo({ |
|
|
|
url: `/pages/point/index?points=${JSON.stringify(pointData)}` |
|
|
|