|
|
@ -102,7 +102,7 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<div class="span-sty">银行账号</div> |
|
|
|
<div class="span-sty"><span class="icon">*</span>银行账号</div> |
|
|
|
<el-form-item prop="bankAccount"><el-input class="addinputInfo addinputw" v-model="formobj.bankAccount" clearable placeholder="" /></el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -318,6 +318,8 @@ export default { |
|
|
|
}, |
|
|
|
toAdd() { |
|
|
|
this.dialogVisible = true |
|
|
|
this.formobj.openTickTypeKey = '02' |
|
|
|
this.formobj.openTickTypeValue = '增值税专用发票' |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['form_obj'].clearValidate() |
|
|
|
}) |
|
|
|