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