{include file="public/layout" /}
{include file="shop/left" /}
{include file="shop/shop_bar" /}
{if condition="'index' == $Think.const.ACTION_NAME and '' == $Request.param.order_status"}

全部列表

{/if} {eq name="$Request.param.order_status" value="10"}

待付款列表

{/eq} {eq name="$Request.param.order_status" value="1"}

待发货列表

{/eq} {eq name="$Request.param.order_status" value="2"}

已发货列表

{/eq} {eq name="$Request.param.order_status" value="3"}

已完成列表

{/eq}
(共{$pager->totalRows}条数据)
缩略图
订单号
用户名
订单金额
订单状态
下单时间
操作
{empty name="list"} {else/} {volist name="list" id="vo"} {/volist} {/empty}
没有符合条件的记录
¥{$vo.order_amount}
{$admin_order_status_arr[$vo.order_status]|default=''}
{$vo.add_time|MyDate='Y-m-d H:i:s',###}
详情 {eq name="$vo.order_status" value='0'} 付款 改价 {/eq} {eq name="$vo.order_status" value='1'} 发货 提醒 {notempty name="$LogData[$vo.order_id][action_count]"} {$LogData[$vo.order_id][action_count]} {/notempty} {/eq} {eq name="$vo.order_status" value='2'} 完成 备注 {notempty name="$vo.admin_note"} {/notempty} {/eq} {if condition="-1 == $vo.order_status or 3 == $vo.order_status"} 备注 {notempty name="$vo.admin_note"} {/notempty} 删除 {/if}
{include file="public/page" /}
{include file="public/footer" /}