From 2c4f2dde344822dc3fbb473815d46b116f6d5495 Mon Sep 17 00:00:00 2001 From: hdm Date: Sat, 1 Apr 2023 12:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B0=E8=B4=A6=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E5=8F=91=E7=A5=A8=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/finance/view/income/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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; }