diff --git a/app/finance/view/income/index.html b/app/finance/view/income/index.html index 648178c..4bb8971 100644 --- a/app/finance/view/income/index.html +++ b/app/finance/view/income/index.html @@ -119,10 +119,16 @@ templet:function(d){ var html='-'; if(d.invoice_type==1){ - html='专票'; + html='增值税专用发票'; } else if(d.invoice_type==2){ - html='普票'; + html='普通发票'; + } + else if(d.invoice_type==3){ + html='专用发票'; + } + else{ + html='无需开票'; } return html; }