|
|
@ -253,18 +253,20 @@ |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</div> |
|
|
|
<div class="title">车辆及上装采购合同</div> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
<div class="span-sty"><span class="icon">*</span>挂车或上装是否公司采购</div> |
|
|
|
<el-form-item> |
|
|
|
<el-radio-group class="addinputInfo" style="font-size: 1px" v-model="formobj.isCompBuy"> |
|
|
|
<el-radio label="0">是</el-radio> |
|
|
|
<el-radio label="1">否</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<div v-if="formobj.szOrGc !== ''"> |
|
|
|
<div class="title">车辆及上装采购合同</div> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
<div class="span-sty"><span class="icon">*</span>挂车或上装是否公司采购</div> |
|
|
|
<el-form-item> |
|
|
|
<el-radio-group :disabled="formobj.szOrGc == '上装'" class="addinputInfo" style="font-size: 1px" v-model="formobj.isCompBuy"> |
|
|
|
<el-radio label="0">是</el-radio> |
|
|
|
<el-radio label="1">否</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</div> |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -326,7 +328,8 @@ export default { |
|
|
|
spouseMobile: '', |
|
|
|
spouseName: '', |
|
|
|
spouseRegisterAddress: '', |
|
|
|
vehRegis: '' |
|
|
|
vehRegis: '', |
|
|
|
szOrGc: '' |
|
|
|
}, |
|
|
|
rules: { |
|
|
|
idNumber: [{ required: true, message: '借款人身份证号不能为空', trigger: 'blur' }], |
|
|
@ -550,7 +553,8 @@ export default { |
|
|
|
spouseMobile: '', |
|
|
|
spouseName: '', |
|
|
|
spouseRegisterAddress: '', |
|
|
|
vehRegis: '' |
|
|
|
vehRegis: '', |
|
|
|
szOrGc: '' |
|
|
|
} |
|
|
|
this.submitdisabled = false |
|
|
|
this.contractDisabled = false |
|
|
|