<{$reships.reship_id }> <{$reships.order_id}> <{$reships.delivery}> <{$reships.op_name}>
<{$reships.member_id}> <{$reships.t_begin|cdate:SDATE_STIME}> <{$reships.ship_name}> <{$reships.ship_area|region}>
<{$reships.ship_addr}> <{$reships.ship_zip}> <{$reships.ship_tel}> <{$reships.ship_mobile}>
<{$reships.logi_name}> <{$reships.money|cur_odr}> <{$reships.logi_no}>
<{if count($reships.reship_items) > 0}>

<{t}>退货明细:<{/t}>

<{foreach from=$reships.reship_items item=aProduct}> <{/foreach}>
<{t}>物品货号<{/t}> <{t}>物品类型<{/t}> <{t}>物品名称<{/t}> <{t}>退货量<{/t}> <{t}>备注<{/t}>
<{$aProduct.product_bn}> <{if $aProduct.item_type == 'gift'}><{t}>礼品<{/t}><{else}><{t}>商品<{/t}><{/if}> <{$aProduct.product_name}> <{$aProduct.number}> <{$reships.memo}>
<{/if}>