|
@@ -417,7 +417,7 @@ export default {
|
|
|
result = result1[result1.length - 1];
|
|
|
}
|
|
|
console.log(result, '======财务核销码返回结果')
|
|
|
- this.wxScanCode = result
|
|
|
+ this.waybillNo = result
|
|
|
},
|
|
|
error: function (res) {
|
|
|
console.log(res, 'error++++++++++');
|
|
@@ -621,6 +621,7 @@ export default {
|
|
|
this.$router.push('/')
|
|
|
} else {
|
|
|
this.$toast(res.error)
|
|
|
+ this.$toast(res.msg)
|
|
|
}
|
|
|
$toast.clear()
|
|
|
}
|