Commit 1a370f97 authored by guoyou's avatar guoyou

押金记录

parent 8eda1ebc
......@@ -277,7 +277,7 @@
<div v-else-if="modalTitle=='还车记录'">
<el-form-item label="实退押金:">
<span>{{orderReturnVehicleCrosstown.restDeposit}}</span>
<span>{{orderReturnVehicleCrosstown.actualDeposit}}</span>
</el-form-item>
<!-- {{orderReturnVehicleCrosstown.violateDetailList != ''}} -->
<div v-show="orderReturnVehicleCrosstown.violateDetailList != ''">
......@@ -444,7 +444,7 @@
</template>
<template v-if="item.status==3">
<div class="picBox">
<div v-show="item.iscomplete">退还违章保证金{{item.restAmount}}元(扣除{{item.amount}}元)</div>
<div v-show="item.iscomplete">退还违章保证金{{activeRecord.refundOfRemainingDeposit}}元(扣除{{activeRecord.violationOfCharges}}元)</div>
<div v-show="!item.iscomplete">退还押金{{item.restAmount}}</div>
<div style="color: #999" v-show="item.iscomplete">
{{item.updTimeStr}}
......@@ -597,6 +597,7 @@ export default {
},
data() {
return {
activeRecord:null,
isInline: false,
pictureList: [],
dedDetail: [],
......@@ -1224,7 +1225,9 @@ export default {
that.dedTotal = 0
that.Tel = ''
getStep(row.no + '&address=1').then(response => {
this.activeRecord = response.data[0]
response.data.forEach(function(item) {
if (item.type != 1) {
that.Tel = item.customerPhone
that.type = item.type
......@@ -1265,7 +1268,6 @@ export default {
} else {
var arr = item.depositRefundRecord
}
that.depositRefundRecord = arr
// console.log(that.depositRefundRecord);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment