{extend name="../../base/view/common/base" /} {block name="style"} {/block} {block name="body"}
发票金额(元) | {$detail.amount} | 发票类型 | {eq name="$detail.invoice_type" value="1"}增值税专用发票{/eq} {eq name="$detail.invoice_type" value="2"}普通发票{/eq} {eq name="$detail.invoice_type" value="3"}专业发票{/eq} | ||
发票抬头 | {$detail.subject} | 开票主体(供应商) | {$detail.supplier_name} | ||
备注信息 | {$detail.remark} | ||||
关联附件 |
{volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
||||
发票号码 | {$detail.code} | 开票时间 | {$detail.open_time} | ||
发票附件 |
{volist name="$detail.other_file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|