确认收货人信息

用户地区: >
* 收货地区:
* 地址: <{input name="shipinfo[ship_addr]" style="width: 260px;" size="30" required="true" value=$order.ship_addr}>
* 邮编: <{input type="text" name="shipinfo[ship_zip]" value=$order.ship_zip style="width: 60px;" size="30" required="true" }>
* 收货人姓名: <{input type="text" name="shipinfo[ship_name]" value=$order.ship_name style="width: 60px;" size="30" required="true" }>
联系电话: <{input type="text" name="shipinfo[ship_tel]" value=$order.ship_tel size="30" style="width: 180px;" id="tel" vtype="text"}>
联系手机: <{input type="text" name="shipinfo[ship_mobile]" value=$order.ship_mobile size="30" style="width: 180px;" }>

采购商信息

*发货地区:
* 地址:
* 邮编:
* 发货人姓名:
联系电话:
联系手机:

配送方式及时间

<{include file="order/po_delivery.html"}>
送货日期:
送货时间:

给供应商留言

选择支付方式

<{foreach from=$order.payment item=pItem}> <{/foreach}>
<{$pItem.des}>
<{assign var=supplier_id value=$order.supplier_id}>

采购的商品

<{foreach from=$order.items item=product}> <{/foreach}>
货号 商品名称 采购价 购买量 小计
<{$product.bn}> <{$product.name}> ¥<{$product.price}> <{$product.nums}> ¥<{$product.amount}>
style="display:none"<{/if}>>
商品总金额: ¥<{$order.total_amount}>
税金: ¥<{$order.cost_tax}>