This commit is contained in:
weipengfei 2023-09-14 11:16:41 +08:00
parent c79eeee96e
commit 4269929141

View File

@ -75,7 +75,7 @@
>
</el-select>
</el-form-item>
<el-form-item
<!-- <el-form-item
v-if="compeny.company_type != 30"
label="地址"
prop="address"
@ -86,7 +86,7 @@
placeholder="请输入公司地址"
:style="{ width: '32rem' }"
/>
</el-form-item>
</el-form-item> -->
</el-form>
</el-card>
<el-card>
@ -103,7 +103,7 @@
>
<el-form-item label="公司资质" prop="contract_type" required>
<div class="company">
<img :src="compenyimg.business_license" />
<img :src="compenyimg?.business_license" />
</div>
</el-form-item>
<el-form-item
@ -113,11 +113,11 @@
required
>
<div class="company">
<img :src="compenyimg.business_licenseB" />
<img :src="compenyimg?.business_licenseB" />
</div>
</el-form-item>
<el-form-item
v-if="compenyimg.other_qualifications?.length > 0"
v-if="compenyimg?.other_qualifications?.length > 0"
class="other"
label="其他资质"
prop="contract_no"
@ -125,7 +125,7 @@
>
<div
class="company"
v-for="(v, i) in compenyimg.other_qualifications"
v-for="(v, i) in compenyimg?.other_qualifications"
:key="i"
>
<img :src="v" />
@ -207,14 +207,14 @@
<el-option></el-option>
</el-select>
</el-form-item>
<el-form-item label="地址" prop="street">
<!-- <el-form-item label="地址" prop="street">
<el-input
disabled
v-model="compenyB.address"
placeholder="请输入公司地址"
:style="{ width: '31.5rem' }"
/>
</el-form-item>
</el-form-item> -->
</el-form>
</el-card>
<el-card v-if="show">
@ -229,9 +229,18 @@
:rules="formRules"
class="company_z"
>
<el-form-item label="公司资质" prop="contract_type" required>
<el-form-item class="other" label="资质信息" prop="contract_no" required>
<div
class="company"
v-for="(v, i) in compenyBimg?.other_qualifications"
:key="i"
>
<img :src="v" />
</div>
</el-form-item>
<!-- <el-form-item label="公司资质" prop="contract_type" required>
<div class="company">
<img :src="compenyBimg.business_license" />
<img :src="compenyBimg?.business_license" />
</div>
</el-form-item>
<el-form-item
@ -241,11 +250,11 @@
required
>
<div class="company">
<img :src="compenyBimg.business_licenseB" />
<img :src="compenyBimg?.business_licenseB" />
</div>
</el-form-item>
<el-form-item
v-if="compenyBimg.other_qualifications?.length > 0"
v-if="compenyBimg?.other_qualifications?.length > 0"
class="other"
label="其他资质"
prop="contract_no"
@ -253,12 +262,12 @@
>
<div
class="company"
v-for="(v, i) in compenyBimg.other_qualifications"
v-for="(v, i) in compenyBimg?.other_qualifications"
:key="i"
>
<img :src="v" />
</div>
</el-form-item>
</el-form-item> -->
</el-form>
</el-card>
<el-card v-if="flag">