<{if $reship_list}>

订单退换货清单  客户申请的退款退货信息请仔细查看,再进行<{if $is_cancel}>余单撤消<{else}>发货<{/if}>操作。

<{foreach from=$reship_list item=items}> <{/foreach}>
退换货单号 货号 商品名称 规格 数量 当前状态 类型
<{$items.reship_bn}> <{$items.bn}> <{$items.product_name}> <{$items.addon}> <{$items.num}> <{$items.type_name}> <{$items.return_type_name}>
<{/if}> <{if $refund_apply}>

订单退款清单<{if empty($reship_list)}>  客户申请的退款退货信息请仔细查看,再进行<{if $is_cancel}>余单撤消<{else}>发货<{/if}>操作。<{/if}>

<{foreach from=$refund_apply item=rap}> <{/foreach}>
退款单号 申请退款金额 已退款金额 退款状态 申请日期 最后操作时间
<{$rap.refund_apply_bn}> <{$rap.money}> <{$rap.refunded}> <{$rap.status_text}> <{$rap.create_time|date:"Y-m-d H:i:s"}> <{$rap.last_modified|date:"Y-m-d H:i:s"}>
<{/if}>