<{capture name="header"}> <{css app="ome" src="ome.css"}> <{script src="coms/autocompleter.js" app='desktop' }> <{/capture}>

发货单信息

<{foreach from=$operation_detail.item_list item=obj_item key=obj_type}> <{if $obj_type == 'pkg'}> <{foreach from=$obj_item item=items}> style="background-color: #D8D8D8;" pkg-del='b'<{else}> pkg-del="a"<{/if}>> <{foreach from=$items.order_items item=item}> <{if $item.delete == 'true'}> <{assign var='pkg_del' value="true"}> <{else}> <{assign var='pkg_del' value="false"}> <{/if}> style="background-color: #D8D8D8;" pkg-del="b"<{else}>style="background-color:#F0F6FE;" pkg-del="a"<{/if}>> <{/foreach}> <{/foreach}> <{/if}> <{if $obj_type == 'goods'}> <{foreach from=$obj_item item=items}> <{foreach from=$items.order_items item=item}> class="disabled" g-del="b"<{else}>g-del="a"<{/if}>> <{/foreach}> <{/foreach}> <{/if}> <{if $obj.obj_type == 'gift'}> <{foreach from=$obj.order_items item=item}> style="background-color: #DBDBDB;" g-del="b"<{else}>g-del="a"<{/if}>> <{/foreach}> <{/if}> <{/foreach}>
货号 商品名称 规格 购买数量 商品价格
<{$items.bn}> <{$items.name}> 捆绑商品 <{$items.quantity}> <{$items.price}>
<{$item.bn}> <{$item.name}> <{if $item.addon}><{$item.addon}><{else}>-<{/if}> <{$item.quantity}> <{$item.price}>
<{$item.bn}> <{$item.name}> <{if $item.addon}><{$item.addon}><{else}>-<{/if}> <{$item.quantity}> <{$item.price}>
<{$item.bn}> <{$item.name}> <{if $item.addon}><{$item.addon}><{else}>-<{/if}> <{$item.quantity}> <{$item.price}>
商品总金额:<{$operation_detail.cost_item}>元
配送信息
收货人姓名: <{$operation_detail.consignee.name }> 送货时间: <{$operation_detail.consignee.r_time}> 收货地区: <{$operation_detail.consignee.area|region}>
联系手机: <{$operation_detail.consignee.mobile}> 邮政编码: <{$operation_detail.consignee.zip }> 收货地址: <{$operation_detail.consignee.addr }>
联系电话: <{$operation_detail.consignee.telephone}> Email地址: <{$operation_detail.consignee.email}>    

订单信息

订单号: <{$operation_detail.order_bn}> 订单总金额: <{$operation_detail.total_amount|cur}> 订单折扣或涨价: <{$operation_detail.discount|cur}> <{help}>要给顾客便宜100元,则输入"-100";要提高订单价格100元,则输入"100".<{/help}>
下单日期: <{$operation_detail.createtime|date_format:'%Y-%m-%d'}> (至今<{$order.difftime}>) 配送费用: <{$operation_detail.shipping.cost_shipping}> 支付方式: <{$operation_detail.payinfo.pay_name}>
商品总金额: <{$operation_detail.cost_item|cur}> 配送方式: <{$operation_detail.shipping.shipping_name}> 支付手续费: <{$operation_detail.payinfo.cost_payment|cur}>
订单优惠金额: <{$operation_detail.pmt_order|cur}> 保价: <{$operation_detail.shipping.cost_protect|cur}> 税金: <{$operation_detail.cost_tax|cur}>
商品优惠金额: <{$operation_detail.pmt_goods|cur}> 商品重量: <{$operation_detail.weight}> 发票抬头: <{$operation_detail.tax_title}>
已支付金额: <{$operation_detail.payed|cur}> 支付币种: <{$operation_detail.currency}> 订单失效时间: <{$operation_detail.order_limit_time|date_format:'%Y-%m-%d'}>

订单备注

<{if $operation_detail.mark_text}> <{/if}>
标记: <{foreach from=$operation_detail.mark_type_arr item=item key=key}> <{/foreach}>
<{t}>订单备注:<{/t}> <{foreach from=$operation_detail.mark_text item=items}>
<{$items.op_content|escape:"HTML"}> <{$items.op_time}> by <{$items.op_name}>
<{/foreach}>

买家留言

<{if $operation_detail.custom_mark}> <{/if}>
<{t}>买家留言:<{/t}> <{foreach from=$operation_detail.custom_mark item=items}>
<{$items.op_content|escape:"HTML"}> <{$items.op_time}> by <{$items.op_name}>
<{/foreach}>

购买人信息

会员用户名: <{$member.account.uname}> 姓名: <{$member.contact.name}> 联系电话: <{$member.contact.phone.telephone}> 手机: <{$member.contact.phone.mobile}>
Email: <{$member.contact.email}> 邮政编码: <{$member.contact.zipcode}> 详细地址: <{$member.contact.area|region}> <{$member.contact.addr}>
<{capture name='footbar'}>
<{button label="关闭" class="btn-primary" id="closeBut"}>
<{/capture}>