<{include file="admin/session.html"}> 管理系统
超级管理-客服业绩查询与结算
选择客服: 选择月份: (*请勿当前月结束前进行结算,仅统计订单状态为“已签收”和“已付款”的订单。)
<{if $results|@count gt 0}> <{foreach from=$results item=one}> <{/foreach}> <{else}> <{/if}>
客服 订单编号 产品名称 单价 数量 下单时间 总计 提成比例 提成金额
<{$one.kefu}> <{$one.ordernum}> <{$one.pname}> <{$one.price}> <{$one.nums}> <{$one.addtime}> <{$one.totle}> <{$one.0}>% <{$one.1}>
暂无数据...
<{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}>
<{if $results gt 0}>
客服<{$kefu}><{$year}>年<{$month}>月份累计销售额:<{$zj1}>元 累计提成总额:<{$zj2}> <{if $zj1<>0}> <{if $mynums>0}>(已结算)<{else}><{/if}><{/if}>
<{/if}>