Parcourir la source

发票显示出来

yuedefeng il y a 5 ans
Parent
commit
df2174f411
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/dashoo.cn/frontend_web/src/pages/index.vue

+ 2 - 0
src/dashoo.cn/frontend_web/src/pages/index.vue

@@ -659,6 +659,7 @@
             this.invoicetitle = '已开发票'
           }
           this.initInvoiceDatas(val.Id)
+          this.invoiceVisible = true
 
         } else if (val.Type == '9') { //目录申请
           this.$router.push('/oilsupplier/oilcatalogsub/' + val.Id + '/incomeedit')
@@ -728,6 +729,7 @@
             this.invoicetitle = '已开发票'
           }
           this.initInvoiceDatas(val.Id)
+          this.invoiceVisible = true
 
         } else if (val.Type == '9') { //目录申请
           this.$router.push('/oilsupplier/oilcatalogsub/' + val.Id + '/incomeedit')