| 采购单名称: |
!
<{if $po.name}><{$po.name}><{else}><{$cur_date}><{/if}>
<{if $po.emergency=='true'}>紧急采购<{/if}>
|
| 供应商: |
<{$supplier_detail.name}> |
到货仓库: |
<{if $branch_mode=='single'}>
<{$po.branch_name}>
<{else}>
<{if count($branch)>5}>
<{input type="select" name="branch" vtype="required" rows=$branch valueColumn="branch_id" labelColumn="name" value=""}> *
<{else}>
<{foreach from=$branch item=items}>
<{$items.name}>
<{/foreach}> *
<{/if}>
<{/if}> |
| 采购方式: |
<{if $po.po_type=='cash'}>现购 <{else}>赊购<{/if}> |
物流费用: |
<{$po.delivery_cost}>元 |
| 预付款: |
<{if $po.po_type=='cash' || $po.statement!=1 || $po.deposit_balance >0}><{$po.deposit|cur}><{else}>
<{/if}>
元 |
预计到货天数: |
<{$po.diff_days}> 天 |