Browse Source

完善还款计划表

master
yunuo970428 1 year ago
parent
commit
855017c305
  1. 2
      anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleByBikeInfo.vue
  2. 4
      anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleInfo.vue

2
anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleByBikeInfo.vue

@ -15,7 +15,7 @@
<el-form-item><span class="addinputInfo">{{ item.borrowerName }}</span></el-form-item>
</el-col>
<el-col :span="12">
<div class="span-sty">车架号</div>
<div class="span-sty">涉及车架号</div>
<el-form-item><span class="addinputInfo">{{ item.vinNo }}</span></el-form-item>
</el-col>
</el-row>

4
anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleInfo.vue

@ -30,7 +30,7 @@
<el-form-item><span class="addinputInfo">{{ formobj.bankName }}</span></el-form-item>
</el-col>
<el-col :span="16" class="tlineheightb">
<div class="span-sty">车架号</div>
<div class="span-sty">涉及车架号</div>
<el-form-item><span class="addinputInfo">{{ formobj.vinNo }}</span></el-form-item>
</el-col>
</el-row>
@ -95,7 +95,7 @@ export default {
},
methods: {
showInfo(row) {
this.viewTitle = '还款计划表'
this.viewTitle = '单车还款计划表'
req.viewVinsSchedule({ salesOrderSid: row.salesOrderSid }).then((res) => {
if (res.success) {
this.formobj = res.data

Loading…
Cancel
Save