|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="guarantee-add-info">
|
|
|
- <cy-info-title type="center">经营地址相关情况</cy-info-title>
|
|
|
+
|
|
|
<el-form
|
|
|
ref="ruleForm"
|
|
|
:model="ruleForm"
|
|
@@ -9,6 +9,36 @@
|
|
|
label-width="150px"
|
|
|
class="rule-form-orange"
|
|
|
>
|
|
|
+ <cy-info-title type="center">征信信息</cy-info-title>
|
|
|
+ <el-form-item style="width: 100%">
|
|
|
+ <template slot="label">
|
|
|
+ <span>个人征信</span>
|
|
|
+ <span class="slot-name-desc">烦请本人线上查询个人征信,并填写我司邮箱作为央行等银行发送征信报告的指定邮箱operation@changan-inkasso.com</span>
|
|
|
+ </template>
|
|
|
+ <div v-if="!disabled" class="synchronization">
|
|
|
+ <el-button type="text" @click="synchronizationClick">一键同步</el-button>
|
|
|
+ </div>
|
|
|
+ <cy-comm-table
|
|
|
+ ref="commTable"
|
|
|
+ style="margin-top: 10px; width: 100%"
|
|
|
+ :columns="columns"
|
|
|
+ :data="tableData"
|
|
|
+ :count="0"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item style="width: 100%">
|
|
|
+ <template slot="label">
|
|
|
+ <span>企业征信查询授权书</span>
|
|
|
+ <span class="slot-name-desc">必须已认证已签署才可提交</span>
|
|
|
+ </template>
|
|
|
+ <cy-comm-table
|
|
|
+ style="margin-top: 10px; width: 100%"
|
|
|
+ :columns="enterpriseColumns"
|
|
|
+ :data="enterpriseTableData"
|
|
|
+ :count="0"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
+ <cy-info-title type="center">企业经营地址</cy-info-title>
|
|
|
<el-form-item label="经营地址" style="width: 100%;" prop="businessAddress">
|
|
|
<el-input v-model="ruleForm.businessAddress" :disabled="disabled" placeholder="请输入经营地址" />
|
|
|
</el-form-item>
|
|
@@ -36,7 +66,7 @@
|
|
|
placeholder="请上传租房合同"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="房费缴纳流水" class="one-form-item form-required" prop="waterElectricityFees">
|
|
|
+ <el-form-item label="房租缴纳流水" class="one-form-item form-required" prop="waterElectricityFees">
|
|
|
<cy-upload
|
|
|
ref="waterElectricityFees"
|
|
|
:upload-params="{
|
|
@@ -45,10 +75,10 @@
|
|
|
:disabled="disabled"
|
|
|
:file-data="waterElectricityFees"
|
|
|
:upload-from-orange-status="true"
|
|
|
- placeholder="请上传房费缴纳流水"
|
|
|
+ placeholder="请上传房租缴纳流水"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="办公环境" class="one-form-item form-required" prop="officeEnvironment">
|
|
|
+ <el-form-item label="办公环境图" class="one-form-item form-required" prop="officeEnvironment">
|
|
|
<cy-upload
|
|
|
ref="officeEnvironment"
|
|
|
:upload-params="{
|
|
@@ -57,7 +87,7 @@
|
|
|
:disabled="disabled"
|
|
|
:file-data="officeEnvironment"
|
|
|
:upload-from-orange-status="true"
|
|
|
- placeholder="请上传办公环境"
|
|
|
+ placeholder="请上传办公环境图"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
<cy-info-title type="center">公司相关信息</cy-info-title>
|
|
@@ -109,35 +139,7 @@
|
|
|
placeholder="请上传结案证明或判决书"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <cy-info-title type="center">征信相关情况</cy-info-title>
|
|
|
- <el-form-item style="width: 100%">
|
|
|
- <template slot="label">
|
|
|
- <span>个人征信</span>
|
|
|
- <span class="slot-name-desc">烦请本人线上查询个人征信,并填写我司邮箱作为央行等银行发送征信报告的指定邮箱operation@changan-inkasso.com</span>
|
|
|
- </template>
|
|
|
- <div v-if="!disabled" class="synchronization">
|
|
|
- <el-button type="text" @click="synchronizationClick">一键同步</el-button>
|
|
|
- </div>
|
|
|
- <cy-comm-table
|
|
|
- ref="commTable"
|
|
|
- style="margin-top: 10px; width: 100%"
|
|
|
- :columns="columns"
|
|
|
- :data="tableData"
|
|
|
- :count="0"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item style="width: 100%">
|
|
|
- <template slot="label">
|
|
|
- <span>企业征信查询授权书</span>
|
|
|
- <span class="slot-name-desc">必须已认证已签署才可提交</span>
|
|
|
- </template>
|
|
|
- <cy-comm-table
|
|
|
- style="margin-top: 10px; width: 100%"
|
|
|
- :columns="enterpriseColumns"
|
|
|
- :data="enterpriseTableData"
|
|
|
- :count="0"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
+
|
|
|
</el-form>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -388,11 +390,11 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
if (!waterElectricityFees.length) {
|
|
|
- this.$message.warning('请上传房费缴纳流水')
|
|
|
+ this.$message.warning('请上传房租缴纳流水')
|
|
|
return
|
|
|
}
|
|
|
if (!officeEnvironment.length) {
|
|
|
- this.$message.warning('请上传办公环境')
|
|
|
+ this.$message.warning('请上传办公环境图')
|
|
|
return
|
|
|
}
|
|
|
if (!businessLicense.length) {
|