类型:
{if $invoice.invoice.type == 1}
个人
{elseif $invoice.invoice.type == 2}
企业
{else}
未知
{/if}
发票类型:
{$invoice.invoice.invoice_type ?? "--"}
发票抬头/企业名称:
{$invoice.invoice.invoice_title ?? "--"}
纳税人识别号/统一社会信用代码:
{$invoice.invoice.identification ?? "--"}
注册地址:
{$invoice.invoice.address ?? "--"}
注册电话:
{$invoice.invoice.phone ?? "--"}
开户行:
{$invoice.invoice.bank ?? "--"}
开户账号:
{$invoice.invoice.account ?? "--"}