|
@@ -382,12 +382,12 @@
|
|
|
<el-table-column
|
|
|
align="right"
|
|
|
label="押金金额"
|
|
|
- prop="depositAmount"
|
|
|
+ prop="itemDepositAmount"
|
|
|
min-width="160"
|
|
|
show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.depositAmount | numToFixed }}
|
|
|
+ {{ scope.row.itemDepositAmount | numToFixed }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
@@ -625,7 +625,7 @@ export default {
|
|
|
res.data.records.forEach((item) => {
|
|
|
// item.number = (item.qty*100 - item.directTransferQty*100 - item.retiredQty*100) / 100;
|
|
|
item.sums1 = ['qty']
|
|
|
- item.sums2 = ['depositAmount', 'diffAmount', 'price']
|
|
|
+ item.sums2 = ['itemDepositAmount', 'diffAmount', 'price']
|
|
|
})
|
|
|
this.listLoading = false
|
|
|
this.listTotal = res.data.total
|