<{$detail.delivery_id}>
<{$detail.order_id}>
<{$detail.delivery}>
<{$detail.op_name}>
<{$detail.member_id}>
<{$detail.t_begin|cdate:SDATE_STIME}>
<{$detail.ship_name}>
<{$detail.ship_area|region}>
<{$detail.ship_addr}>
<{$detail.ship_zip}>
<{$detail.ship_tel}>
<{$detail.ship_mobile}>
<{$detail.logi_name}>
<{$detail.money}>
<{$detail.logi_no}>

<{if count($items) > 0}>

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

<{foreach from=$items item=aProduct}> <{/foreach}>
<{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}>
<{/if}>
<{t}>备注:<{/t}><{$detail.memo}>