|
@@ -268,7 +268,7 @@ export default {
|
|
|
getExecList(params).then((res) => {
|
|
|
res.data.records.forEach(item => {
|
|
|
item.sums1 = ['refundableQty', 'qty', 'retiredQty', 'hasSendQty', 'directTransferQty', 'refundProductQty', 'wdQty']
|
|
|
- item.sums2 = ['payAmount', 'payRebateAmount', 'hasSendAmount', 'retiredAmount', 'refundProductAmount', 'totalAmount', 'price', 'wdAmount']
|
|
|
+ item.sums2 = ['payAmount', 'payRebateAmount', 'hasSendAmount', 'retiredAmount', 'refundProductAmount', 'totalAmount', 'wdAmount']
|
|
|
})
|
|
|
this.dataList = res.data.records
|
|
|
this.listTotal = res.data.total
|