| 金额总计:
<{if $po.po_type=='cash' or $eo>=1}>
<{help}><{t}>金额总计=商品总额+物流费用<{/t}><{/help}>
<{/if}>
|
<{if $show_purchase_price}><{$po.amount|cur}><{else}>-<{/if}> |
物料总额: |
<{if $show_purchase_price}><{$po.product_cost|cur}><{else}>-<{/if}> |
物流费用:
<{if $po.po_type=='credit'}>
<{help}><{t}>
<{if count($emslist)>1 }>
物流费用=
<{/if}>
<{foreach from=$emslist item=items key=keys}>
物流费用(入库时间:<{$items.entry_time|date_format:"%Y-%m-%d"}>)
<{if count($emslist)>1 and ($keys+1) < count($emslist) }>+<{/if}>
<{/foreach}>
<{/t}><{/help}>
<{/if}>
|
<{if $po.po_type=='credit'}>
<{if $show_purchase_price}><{$delivery_cost}><{else}>-<{/if}>
<{else}>
<{if $show_purchase_price}><{$po.delivery_cost}><{else}>-<{/if}>
<{/if}>
|
<{if $po.po_type=='credit'}>
单次物流费用 |
<{$po.delivery_cost|cur}> |
<{else}>
|
|
<{/if}>