<{capture name="header"}> <{/capture}>

发货单号<{$dly.delivery_bn}>物流单列表信息:

<{if $dlyChildListCount>0}><{if $write != '1' || $dlyCorp.tmpl_type == 'electron'}><{/if}><{/if}> <{foreach from=$dlyChildList item=item}> <{if $item.type == 1}> <{if $write != '1' || $dlyCorp.tmpl_type == 'electron'}><{/if}> <{elseif $item.type == 2}> <{if $write != '1' || $dlyCorp.tmpl_type == 'electron'}><{/if}> <{/if}> <{/foreach}>
物流公司 物流运单号 状态
<{$dly.logi_name}> <{$item.logi_no}> <{if $item.status == 1}>已发货<{else}>未发货<{/if}>
<{$dly.logi_name}> <{if $write != '1'}><{else}><{$item.logi_no}><{/if}> <{if $item.status == 1}>已发货<{elseif $item.status == 2}>已取消<{else}>未发货<{/if}>

<{if $write != '1' || $dlyCorp.tmpl_type == 'electron'}>
<{if $dlyChildListCount>1}><{button type="button" onclick="printdly();" label="打印快递单" }><{/if}><{button type="submit" label="提交" }>

<{/if}>