{extend name="../../base/view/common/base" /} {block name="style"} {/block} {block name="body"}
| Advance Amount (CNY) | {$detail.amount} | Payer | {$detail.subject} | ||
| Payee (Supplier) | {$detail.supplier_name} | ||||
| Remarks | {$detail.remark} | ||||
| Attachments |
{volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
||||