<{include file="admin/session.html"}> 管理系统
订单管理-订单查询
常用查询:
按产品组查询:
下单时间: -
发货时间: -
<{if $results|@count gt 0}> <{foreach from=$results item=one}> <{/foreach}> <{else}> <{/if}>
订单编号 产品名称 产品单价 订购数量 下单时间 发货状态 付款状态 操作
<{$one.ordernum}> <{$one.pname}> <{$one.price}> <{$one.nums}> <{$one.addtime}> <{if $one.zt1=="1"}>未处理<{elseif $one.zt1=="2"}>待发货<{else}>已发货<{/if}> <{if $one.zt2=="1"}>未付款<{else}>已付款<{/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}>