|
|
@@ -53,7 +53,7 @@
|
|
|
>申请融资</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-table v-loading="loading" :data="recordList" @selection-change="handleSelectionChange">
|
|
|
+ <el-table v-loading="loading" :data="recordList" @selection-change="handleSelectionChange" stripe border>
|
|
|
<el-table-column label="序号" type="index" width="50" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}</span>
|
|
|
@@ -64,12 +64,12 @@
|
|
|
<el-table-column label="开立方" align="center" prop="coreScyName" />
|
|
|
<el-table-column label="融资金额" align="center" prop="zfrAmount" />
|
|
|
<el-table-column label="融资利率" align="center" prop="zfrRate" />
|
|
|
- <el-table-column label="经办人" align="center" prop="zfrHandler" />
|
|
|
- <el-table-column label="承诺还款时间" align="center" prop="zfrRepaymentDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
+ <el-table-column label="经办人" align="center" prop="nickName" />
|
|
|
+ <el-table-column label="承诺还款时间" align="center" prop="zfrExpireDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资申请日期" align="center" prop="zfrApplyDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资放款日期" align="center" prop="zfrLoanDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资状态" :formatter="statusFormat" align="center" prop="zfrStatus" />
|
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
+ <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -148,7 +148,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</el-card>
|
|
|
- <el-table v-loading="loadingIng" :data="recordIngList" @selection-change="handleSelectionChangeIng">
|
|
|
+ <el-table v-loading="loadingIng" :data="recordIngList" @selection-change="handleSelectionChangeIng" stripe border>
|
|
|
<el-table-column label="序号" type="index" width="50" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{(queryParamsIng.pageNum - 1) * queryParamsIng.pageSize + scope.$index + 1}}</span>
|
|
|
@@ -159,12 +159,12 @@
|
|
|
<el-table-column label="开立方" align="center" prop="coreScyName" />
|
|
|
<el-table-column label="融资金额" align="center" prop="zfrAmount" />
|
|
|
<el-table-column label="融资利率" align="center" prop="zfrRate" />
|
|
|
- <el-table-column label="经办人" align="center" prop="zfrHandler" />
|
|
|
- <el-table-column label="承诺还款时间" align="center" prop="zfrRepaymentDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
+ <el-table-column label="经办人" align="center" prop="nickName" />
|
|
|
+ <el-table-column label="承诺还款时间" align="center" prop="zfrExpireDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资申请日期" align="center" prop="zfrApplyDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资放款日期" align="center" prop="zfrLoanDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资状态" :formatter="statusFormat" align="center" prop="zfrStatus" />
|
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
+ <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -242,7 +242,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</el-card>
|
|
|
- <el-table v-loading="loadingEnd" :data="recordEndList" @selection-change="handleSelectionChange">
|
|
|
+ <el-table v-loading="loadingEnd" :data="recordEndList" @selection-change="handleSelectionChange" stripe border>
|
|
|
<el-table-column label="序号" type="index" width="50" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{(queryParamsEnd.pageNum - 1) * queryParamsEnd.pageSize + scope.$index + 1}}</span>
|
|
|
@@ -253,8 +253,8 @@
|
|
|
<el-table-column label="开立方" align="center" prop="coreScyName" />
|
|
|
<el-table-column label="融资金额" align="center" prop="zfrAmount" />
|
|
|
<el-table-column label="融资利率" align="center" prop="zfrRate" />
|
|
|
- <el-table-column label="经办人" align="center" prop="zfrHandler" />
|
|
|
- <el-table-column label="承诺还款时间" align="center" prop="zfrRepaymentDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
+ <el-table-column label="经办人" align="center" prop="nickName" />
|
|
|
+ <el-table-column label="承诺还款时间" align="center" prop="zfrExpireDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资申请日期" align="center" prop="zfrApplyDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资放款日期" align="center" prop="zfrLoanDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资状态" :formatter="statusFormat" align="center" prop="zfrStatus" />
|
|
|
@@ -328,7 +328,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</el-card>
|
|
|
- <el-table v-loading="loadingLose" :data="recordLoseList" @selection-change="handleSelectionChange">
|
|
|
+ <el-table v-loading="loadingLose" :data="recordLoseList" @selection-change="handleSelectionChange" stripe border>
|
|
|
<el-table-column label="序号" type="index" width="50" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{(queryParamsLose.pageNum - 1) * queryParamsLose.pageSize + scope.$index + 1}}</span>
|
|
|
@@ -339,8 +339,8 @@
|
|
|
<el-table-column label="开立方" align="center" prop="coreScyName" />
|
|
|
<el-table-column label="融资金额" align="center" prop="zfrAmount" />
|
|
|
<el-table-column label="融资利率" align="center" prop="zfrRate" />
|
|
|
- <el-table-column label="经办人" align="center" prop="zfrHandler" />
|
|
|
- <el-table-column label="承诺还款时间" align="center" prop="zfrRepaymentDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
+ <el-table-column label="经办人" align="center" prop="nickName" />
|
|
|
+ <el-table-column label="承诺还款时间" align="center" prop="zfrExpireDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资申请日期" align="center" prop="zfrApplyDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资放款日期" align="center" prop="zfrLoanDate" width="180" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="融资状态" :formatter="statusFormat" align="center" prop="zfrStatus" />
|
|
|
@@ -375,8 +375,8 @@
|
|
|
<!-- 添加或修改融资记录对话框 -->
|
|
|
<el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
|
|
- <el-form-item label="实际放款金额" prop="zfrloanAmount" label-width="100px">
|
|
|
- <el-input v-model="form.zfrloanAmount" placeholder="实际放款金额" style="width:284px"/>
|
|
|
+ <el-form-item label="实际放款金额" prop="zfrLoanAmount" label-width="100px">
|
|
|
+ <el-input v-model="form.zfrLoanAmount" placeholder="实际放款金额" style="width:284px"/>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="上传附件">
|
|
|
<el-upload
|
|
|
@@ -741,7 +741,8 @@ export default {
|
|
|
this.reset();
|
|
|
this.form.zfrId = row.zfrId || this.ids
|
|
|
this.form.zfrAmount = row.zfrAmount;
|
|
|
- this.form.zfrloanAmount = row.zfrAmount;
|
|
|
+ this.$set(this.form,"zfrLoanAmount",row.zfrAmount)
|
|
|
+ // this.form.zfrloanAmount = row.zfrAmount;
|
|
|
this.form.zfrFinanceId = row.zfrFinanceId;
|
|
|
this.open = true;
|
|
|
this.title = "放款登记";
|