<{include file="admin:common/header.html"}>
<{$MOD.title}> <{link ctl="order/complaint:index" priv="hidden" class="button"}>
<{if $detail.staff_id>0}> <{/if}>
订单号: <{$detail.order_id}>     <{link ctl="order/order:detail" arg0=$order.order_id title="查看订单详情" class="button"}> 订单总价:¥<{$order.product_price+$order.package_price+$order.freight}>
商户:<{$shop.title|default:'--'}>(ID:<{$detail.shop_id}>) 用户:<{$member.mobile}>(<{$member.nickname}>)
支付状态: <{if !$order.online_pay}> 货到付款 <{elseif !$order.pay_status}> 还未支付 <{else}> 已支付 <{/if}> 订单状态:<{$order.order_status_label}>
配送方式: <{if !$order.pei_type}>商家自主配送<{elseif $order.staff_id}>配送员(<{$staff.name}>,<{$staff.mobile}>)<{else}>平台送<{/if}> 配送地址:<{$order.addr}>, <{$order.house}>(<{$order.contact}>, <{$order.mobile}>)
配送员: <{$staff.name}>(<{$staff.mobile}>)
标题:<{$detail.title}>
内容:

<{$detail.content|nl2br}>

投诉时间: <{$detail.dateline|format}>(<{$detail.clientip}>, <{$detail.clientip|iplocal}>)
回复时间:<{if $detail.reply_time}><{$detail.reply_time|format}><{else}>未回复<{/if}>
回复:
<{include file="admin:common/footer.html"}>