Browse Source

完善客户还款情况统计表

master
yunuo970428 8 months ago
parent
commit
41f5b5eb89
  1. 13
      anrui-riskcenter-ui/src/views/customerrepayment/customerrepayment.vue

13
anrui-riskcenter-ui/src/views/customerrepayment/customerrepayment.vue

@ -216,6 +216,13 @@ export default {
btnKey: 'recordImport',
btnLabel: '生成休眠还款记录'
},
{
type: 'primary',
size: 'small',
icon: 'Import',
btnKey: 'loansImport',
btnLabel: '导入贷款保证金'
},
{
type: 'primary',
size: 'small',
@ -432,6 +439,12 @@ export default {
this.fileList = []
this.uploadResultMesssage = ''
},
loansImport() {
this.dialogVisible = true
this.updateAction = process.env.VUE_APP_BASE_API + '/riskcenter/v1/loanrepaymentschedule/importBondAmountsData'
this.fileList = []
this.uploadResultMesssage = ''
},
recordImport() {
const tip = '请确认是否生成休眠数据还款记录'
this.$confirm(tip, '提示', {

Loading…
Cancel
Save