{include file="public/layout" /}
{include file="shop/left" /}
{include file="shop/shop_bar" /}

售后列表

(共{$pager->totalRows}条数据)
缩略图
订单号
用户名
商品金额
退还金额
售后类型
处理状态
申请时间
操作
{empty name="Service"} {else/} {volist name="Service" id="vo"} {/volist} {/empty}
没有符合条件的记录
{eq name="$vo.service_type" value="1"}¥{$vo.product_total_price}{/eq} {eq name="$vo.service_type" value="2"}¥{$vo.product_total_price}{/eq} {eq name="$vo.service_type" value="1"}¥{$vo.refund_price}{/eq} {eq name="$vo.service_type" value="2"}¥{$vo.refund_price}{/eq} {eq name="$vo.service_type" value="1"}
换货
{/eq} {eq name="$vo.service_type" value="2"}
退货
{/eq} {eq name="$vo.service_type" value="3"}
维修
{/eq}
{$ServiceStatus[$vo.status]|default=''}
{$vo.add_time|MyDate='Y-m-d H:i:s',###}
详情 {eq name="$vo.status" value="1"} 审核 {/eq} {if $vo.service_type == 1 && in_array($vo.status, [2, 4, 5])} 完成 {/if} {if $vo.service_type == 2 && in_array($vo.status, [2, 4, 5])} 退款 {/if} 删除
{include file="public/page" /}
{include file="public/footer" /}