|
|
@ -40,7 +40,7 @@ |
|
|
|
<el-table-column prop="carNum" label="车牌号" align="center" width="100" /> |
|
|
|
<el-table-column prop="custNameAndPhone" label="客户及电话" align="center" width="140" /> |
|
|
|
<el-table-column prop="reaRepaymentNameAndPhone" label="还款操作人及电话" align="center" width="170" /> |
|
|
|
<el-table-column prop="loanContractNo" label="贷款合同号" align="center" width="140"/> |
|
|
|
<el-table-column prop="loanContractNo" label="贷款合同号" align="center" width="160"/> |
|
|
|
<el-table-column prop="bankName" label="资方" align="center" width="100" /> |
|
|
|
<el-table-column prop="firstBeDate" label="首次逾期日期" align="center" width="140" /> |
|
|
|
<el-table-column prop="beOverduePeriod" label="逾期期数" align="center" width="100" /> |
|
|
@ -158,7 +158,7 @@ |
|
|
|
<!-- 查看家访考察报告 --> |
|
|
|
<homevisitreport v-show="viewState == 6" ref="divReport" @doback="resetState"/> |
|
|
|
<!-- 查看家访资料 --> |
|
|
|
<materialInfo v-show="viewState == 7" ref="divaMterial" @doback="resetState"/> |
|
|
|
<materialInfo v-show="viewState == 7" ref="divMterial" @doback="resetState"/> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
@ -393,6 +393,10 @@ export default { |
|
|
|
xhr.send() |
|
|
|
}, |
|
|
|
saveOrUpdate() { |
|
|
|
if (this.formobj.loanBeCollectionRecordVehInitList.length === 0) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '车辆列表不能为空' }) |
|
|
|
return |
|
|
|
} |
|
|
|
this.$refs['form_obj'].validate((valid) => { |
|
|
|
if (valid) { |
|
|
|
this.submitdisabled = true |
|
|
|