收票审批单

{notempty name="$detail.purchase_id"} {/notempty} {notempty name="$detail.project_id"} {/notempty} {notempty name="$detail.remark"} {/notempty} {notempty name="$detail.file_array"} {/notempty}
发票金额 {$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.code} 发票日期 {$detail.open_time}
关联合同 {$detail.purchase_name|default='-'}
关联项目 {$detail.project_name|default='-'}
备注信息 {$detail.remark|default='-'}
相关附件 {volist name="$detail.file_array" id="vo"}
{$i}、{$vo.name}
{/volist}
{include file="export/pdf_check" /}