|
<{if $list.order_id}>
<{if $list.type==1}>
<{$list.flow_id}>
<{elseif $list.type==2}>
<{$list.flow_id}>
<{/if}>
<{else}>
<{$list.flow_id}>
<{/if}>
|
<{$config.money}><{$list.price}> |
<{$list.time|date_format}> |
<{$list.note}> |
<{if $list.statu==0}>
取消
删除
<{elseif $list.statu==1}>
<{if $list.buyer_email==''&&$list.seller_email!=''}>
付款
<{elseif $list.buyer_email==''&&$list.seller_email==''}>
待处理
<{else}>
等待付款
<{/if}>
<{elseif $list.statu==2}>
<{if $list.buyer_email==''}>
已付款
<{else}>
等待发货
<{/if}>
<{elseif $list.statu==3}>
<{if $list.buyer_email==''}>
等待确认收货
<{else}>
已发货
<{/if}>
<{elseif $list.statu==4}>
成功
删除
<{elseif $list.statu==5}>
<{if $list.buyer_email==''}>
已审请退货
<{else}>
要求退货
<{/if}>
<{elseif $list.statu==6}>
已退货
删除
<{/if}>
|
<{/foreach}>