Browse Source

Merge branch 'mergeBranch' into blueBranch

# Conflicts:
#	src/HDrpManagement/invoiceapp/modules/edit.vue
qymljy 2 tuần trước cách đây
mục cha
commit
74765011b9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/HDrpManagement/invoiceapp/modules/edit.vue

+ 2 - 2
src/HDrpManagement/invoiceapp/modules/edit.vue

@@ -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