|
|
@ -80,7 +80,7 @@ |
|
|
|
<el-table-column prop="beOverduePeriod" label="逾期期数" align="center" width="100"/> |
|
|
|
<el-table-column prop="beOverdueMoney" label="逾期金额" align="center" width="100"/> |
|
|
|
<el-table-column prop="beOverdueMoneyAndPeriod" label="换算期数" align="center" width="100"/> |
|
|
|
<el-table-column prop="bankCardRemark" label="最近催收日期" align="center" width="110"> |
|
|
|
<el-table-column label="最近催收日期" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span class="bluezi" @click="lookCollection(scope.row)">{{ scope.row.createTime }}</span> |
|
|
|
</template> |
|
|
@ -91,7 +91,7 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="riskStaffUserName" label="风控专员" align="center" width="100"/> |
|
|
|
<el-table-column prop="lockCarState" label="远程控制状态" align="center" width="110"/> |
|
|
|
<el-table-column prop="lockCarState" label="远程控制状态" align="center" width="120"/> |
|
|
|
</el-table> |
|
|
|
</div> |
|
|
|
<!--End 主页面主要部分--> |
|
|
@ -437,7 +437,7 @@ export default { |
|
|
|
this.viewState = 2 |
|
|
|
this.$refs['divVehicle'].showEdit(this.sids[0]) |
|
|
|
} else { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择一条记录进行催收操作' }) |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择一条记录进行操作' }) |
|
|
|
} |
|
|
|
}, |
|
|
|
toCollectionMeasures() { |
|
|
@ -445,7 +445,7 @@ export default { |
|
|
|
this.viewState = 3 |
|
|
|
this.$refs['divCollection'].showAdd(this.sids[0]) |
|
|
|
} else { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择一条记录进行催收操作' }) |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择一条记录进行操作' }) |
|
|
|
} |
|
|
|
}, |
|
|
|
toReturn() { |
|
|
@ -453,7 +453,7 @@ export default { |
|
|
|
this.viewState = 5 |
|
|
|
this.$refs['divReturn'].showAdd(this.sids[0]) |
|
|
|
} else { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择一条记录进行催收操作' }) |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择一条记录进行操作' }) |
|
|
|
} |
|
|
|
}, |
|
|
|
resetState() { |
|
|
|