|
|
@@ -21,7 +21,7 @@
|
|
|
disabled
|
|
|
v-model="visible">
|
|
|
<invoiceCanUseAgent id="20221216145803" :qiyi="true" ref="UseAgent" @selectRow="selectRow"></invoiceCanUseAgent>
|
|
|
- <el-input readonly slot="reference" v-model="form.enterprisename" @focus="queryAgent" suffix-icon="el-icon-arrow-down" :placeholder="$t(`企业`)"></el-input>
|
|
|
+ <el-input readonly slot="reference" v-model="form.agententerprisename" @focus="queryAgent" suffix-icon="el-icon-arrow-down" :placeholder="$t(`企业`)"></el-input>
|
|
|
</el-popover>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -142,7 +142,7 @@ export default {
|
|
|
"invoicepayee":"",
|
|
|
"invoiceclerk":"",
|
|
|
"invoicechecker":"",
|
|
|
-
|
|
|
+ "agententerprisename":'',
|
|
|
"enterprisename":"",
|
|
|
"taxno":"",
|
|
|
"address":"",
|
|
|
@@ -207,6 +207,7 @@ export default {
|
|
|
if (res.data && res.data.length > 0) {
|
|
|
this.accountAmount = res.data[0]
|
|
|
this.form.invo_enterprisename = this.accountAmount.enterprisename
|
|
|
+
|
|
|
this.form.taxno = this.accountAmount.taxno
|
|
|
this.form.address = this.accountAmount.address
|
|
|
this.form.phonenumber = this.accountAmount.phonenumber
|
|
|
@@ -221,6 +222,7 @@ export default {
|
|
|
this.visible1 = false
|
|
|
this.form.sys_enterpriseid = 0
|
|
|
this.form.invo_enterprisename = row.enterprisename
|
|
|
+ this.form.enterprisename = row.enterprisename
|
|
|
this.form.taxno = row.taxno
|
|
|
this.form.address = row.address
|
|
|
this.form.phonenumber = row.phonenumber
|