{template 'public/header'} {if !empty($storeid)} {php echo $this -> set_tabbar($action, $storeid);} {else} {/if} {if $operation == 'display'}
当没有开启自动结算时,可以手动操作结算,删除操作不可恢复,请谨慎操作。
筛选
{loop $list $item} {/loop}
订单号 买家 奖励用户 佣金级别 奖励佣金 状态 时间
{$item['ordersn']}
{$item['nickname']}
{if $item['agentid']<>0}
{$item['agentnickname']}
{else} 平台 {/if}
{if $item['level']==1} 一级 {elseif $item['level']==2} 二级 {/if} {$item['price']} {if $item['status'] == 0} 未结算 {else} 已结算 {/if} {php echo date('Y-m-d
H:i:s', $item['dateline'])}
{if $item['status'] == 0} 结算 删除 {/if}
{$pager}
{elseif $operation == 'post'}
用户信息

{$item['from_user']}

{$order_count}

{$cancel_count}

{if empty($pay_price)}0{else}{$pay_price}{/if}

{if empty($item['headimgurl'])} {php echo tpl_form_field_image('headimgurl', '../addons/weisrc_dish/template/images/default-headimg.jpg')} {else} {php echo tpl_form_field_image('headimgurl', $item['headimgurl'])} {/if}
大图片建议尺寸:80像素 * 80像素
{php echo tpl_form_field_coordinate('baidumap', $item)}

{php echo date('Y-m-d H:i:s', $item['dateline'])}

{/if} {if $_W['isfounder']} {template 'common/footer'} {else} {template 'public/footer'} {/if}