<{include file="admin/session.html"}> 管理系统
订单管理-订单列表
发货状态: style='color:red'<{/if}>>全部 - style='color:red'<{/if}>>未处理 - style='color:red'<{/if}>>待发货 - style='color:red'<{/if}>>已发货 - style='color:red'<{/if}>>已签收 - style='color:red'<{/if}>>已退回
付款状态: style='color:red'<{/if}>>全部 - style='color:red'<{/if}>>未付款 - style='color:red'<{/if}>>已付款
支付方式: style='color:red'<{/if}>>全部 - style='color:red'<{/if}>>支付宝即时到帐 - style='color:red'<{/if}>>支付宝担保交易 - style='color:red'<{/if}>>银联在线 - style='color:red'<{/if}>>财付通 -style='color:red'<{/if}>>易宝 -style='color:red'<{/if}>>Paypal - style='color:red'<{/if}>>银行汇款 - style='color:red'<{/if}>>货到付款 - style='color:red'<{/if}>>上门取货
<{if $results|@count gt 0}> <{foreach from=$results item=one}> <{/foreach}> <{else}> <{/if}>
订单编号 产品 单价 数量 下单时间 订购人 手机 支付方式 发货状态 付款状态 客服 操作
<{$one.ordernum}> <{$one.pname}> <{$one.price}> <{$one.nums}> <{$one.addtime}> <{$one.realname}> <{$one.mob}> <{if $one.payment=="1"}>支付宝即时到帐<{elseif $one.payment=="2"}>支付宝担保交易<{elseif $one.payment=="3"}>银联在线<{elseif $one.payment=="4"}>财付通<{elseif $one.payment=="5"}>易宝<{elseif $one.payment=="6"}>银行汇款<{elseif $one.payment=="7"}>货到付款<{elseif $one.payment=="8"}>上门取货<{elseif $one.payment=="9"}>Paypal<{else}>支付宝双接口<{/if}> <{if $one.zt1=="1"}>未处理<{elseif $one.zt1=="2"}>待发货<{elseif $one.zt1=="3"}>已发货<{elseif $one.zt1=="4"}>已签收<{else}>已退回<{/if}> <{if $one.zt2=="1"}>未付款<{else}>已付款<{/if}> <{if $one.kefu==""}>无客服<{else}><{$one.kefu}><{/if}>
处理删除<{if $one.wuliunum}>追踪<{/if}>
选中项:
暂无数据...
<{if $pager}> 共有<{$pager.total_count}>条记录,当前<{$pager.current_page}>/<{$pager.total_page}>页: <{if $pager.current_page != $pager.first_page}> 首页 | 上一页 | <{/if}> <{foreach from=$pager.all_pages item=thepage}> <{if $thepage >= $pager.current_page-4 and $thepage <= $pager.current_page+4}> <{if $thepage != $pager.current_page}> <{$thepage}> <{else}> <{$thepage}> <{/if}> <{elseif $thepage <= 10 and $thepage >= $pager.current_page-4}> <{if $thepage != $pager.current_page}> <{$thepage}> <{else}> <{$thepage}> <{/if}> <{elseif $thepage >= $pager.last_page-9 and $thepage <= $pager.current_page-4}> <{if $thepage != $pager.current_page}> <{$thepage}> <{else}> <{$thepage}> <{/if}> <{else}> <{/if}> <{/foreach}> <{if $pager.current_page != $pager.last_page}> | 下一页 | 尾页 <{/if}> <{/if}>