|
|
@ -149,7 +149,7 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row v-if="formobj.isBeforePayment === '1'"> |
|
|
|
<el-row> |
|
|
|
<el-col :span="3" class="tleftb"> |
|
|
|
<span><span class="icon">*</span>车款账户名称</span> |
|
|
|
</el-col> |
|
|
@ -175,7 +175,7 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row v-else> |
|
|
|
<el-row v-if="formobj.isBeforePayment === '0'"> |
|
|
|
<el-col :span="3" class="tleftb"> |
|
|
|
<span>订金账户名称</span> |
|
|
|
</el-col> |
|
|
@ -573,7 +573,7 @@ export default { |
|
|
|
this.formobj.contract = {} |
|
|
|
this.formobj.depositBankName = '' |
|
|
|
this.formobj.bankAccount = '' |
|
|
|
this.formobj.isBeforePayment = '0' |
|
|
|
// this.formobj.isBeforePayment = '0' |
|
|
|
this.fileList = [] |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['form_obj'].clearValidate() |
|
|
@ -648,9 +648,7 @@ export default { |
|
|
|
}, |
|
|
|
changeRadio(val) { |
|
|
|
if (val == 0) { |
|
|
|
this.formobj.accountName = '' |
|
|
|
this.formobj.depositBankName = '' |
|
|
|
this.formobj.bankAccount = '' |
|
|
|
this.formobj.accountName = this.formobj.purchasingUnitName |
|
|
|
} else if (val == 1) { |
|
|
|
this.formobj.modelAccountName = '' |
|
|
|
this.formobj.modelBankName = '' |
|
|
|