Ver código fonte

发票显示出来

yuedefeng 5 anos atrás
pai
commit
df2174f411
1 arquivos alterados com 2 adições e 0 exclusões
  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')