<{t}>发货单据列表<{/t}>
<{t}>建立日期<{/t}>
<{t}>发货单号<{/t}>
<{t}>物流单号<{/t}>
<{t}>收件人<{/t}>
<{t}>配送方式<{/t}>
<{foreach from=$consign item=aBill}>
<{$aBill.t_begin|cdate:SDATE_STIME}>
<{$aBill.delivery_id}>
<{if $aBill.logi_no && $services.logisticstrack}>
<{$aBill.logi_no}>
<{else}> <{$aBill.logi_no}> <{/if}>
<{$aBill.ship_name}>
<{$aBill.delivery|ship_name}>
<{/foreach}>
<{t}>退货单据列表<{/t}>
<{t}>建立日期<{/t}>
<{t}>退货单号<{/t}>
<{t}>物流单号<{/t}>
<{t}>退货人<{/t}>
<{t}>配送方式<{/t}>
<{foreach from=$reship item=aBill}>
<{$aBill.t_begin|cdate:SDATE_STIME}>
<{$aBill.reship_id}>
<{if $aBill.logi_no && $services.logisticstrack}>
<{$aBill.logi_no}>
<{else}> <{$aBill.logi_no}> <{/if}>
<{$aBill.ship_name}>
<{$aBill.delivery|ship_name}>
<{/foreach}>