|
|
@ -65,7 +65,7 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="计息方式" prop="interestCalculationMethod"> |
|
|
|
<el-form-item label="计息方式" prop="interestCalculationMethod"> |
|
|
|
<el-select v-model.trim="form.interestCalculationMethod" placeholder="请选择" disabled> |
|
|
|
<el-select v-model.trim="form.interestCalculationMethod" placeholder="请选择" disabled> |
|
|
|
<el-option label="计息方式" :value="83"> </el-option> |
|
|
|
<el-option label="按年计息" :value="83"> </el-option> |
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="员工人数" prop="numberOfEmployees"> |
|
|
|
<el-form-item label="员工人数" prop="numberOfEmployees"> |
|
|
@ -146,7 +146,9 @@ export default { |
|
|
|
setCreditIds: 'system/setCreditIds', |
|
|
|
setCreditIds: 'system/setCreditIds', |
|
|
|
}), |
|
|
|
}), |
|
|
|
// 账号blur事件 |
|
|
|
// 账号blur事件 |
|
|
|
accountBlur (val) { |
|
|
|
accountBlur () { |
|
|
|
|
|
|
|
console.log(333, typeof this.form.applicationAccount) |
|
|
|
|
|
|
|
if (this.form.applicationAccount === 12802851701099) { |
|
|
|
this.form.customerName = '袋鼠互联网科技有限公司' |
|
|
|
this.form.customerName = '袋鼠互联网科技有限公司' |
|
|
|
this.form.identificationType = 82 |
|
|
|
this.form.identificationType = 82 |
|
|
|
this.form.identificationNumber = '913403005685450862' |
|
|
|
this.form.identificationNumber = '913403005685450862' |
|
|
@ -162,6 +164,7 @@ export default { |
|
|
|
this.form.expirationDateOfBusinessLicense = '2024-01-01' |
|
|
|
this.form.expirationDateOfBusinessLicense = '2024-01-01' |
|
|
|
this.form.financialReportSubmissionMethod = '半年' |
|
|
|
this.form.financialReportSubmissionMethod = '半年' |
|
|
|
this.form.natureOfBorrower = '企业法人' |
|
|
|
this.form.natureOfBorrower = '企业法人' |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 下一步 |
|
|
|
// 下一步 |
|
|
|
async next () { |
|
|
|
async next () { |
|
|
|