无发票付款审批单

{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} 元 付款方 {$detail.subject}
收款方 {$detail.supplier_name}
关联合同 {$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" /}