|
@@ -142,7 +142,7 @@ export default {
|
|
|
"invoicepayee":"",
|
|
|
"invoiceclerk":"",
|
|
|
"invoicechecker":"",
|
|
|
- "agententerprisename":"",
|
|
|
+ "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
|
|
@@ -219,7 +220,6 @@ export default {
|
|
|
// 选择开票信息
|
|
|
selectTaxRow (row) {
|
|
|
this.visible1 = false
|
|
|
- console.log(row,'row2222')
|
|
|
this.form.sys_enterpriseid = 0
|
|
|
this.form.invo_enterprisename = row.enterprisename
|
|
|
this.form.enterprisename = row.enterprisename
|