|
@@ -150,7 +150,7 @@ export default {
|
|
this.details = res.data
|
|
this.details = res.data
|
|
this.dataList.forEach(k => {
|
|
this.dataList.forEach(k => {
|
|
|
|
|
|
- k.refundQty=k.qty
|
|
|
|
|
|
+ this.$set(k,'refundQty',k.qty)
|
|
k.diffQty = Number(k.qty) - Number(k.refundQty||0)
|
|
k.diffQty = Number(k.qty) - Number(k.refundQty||0)
|
|
|
|
|
|
})
|
|
})
|