<{if $dataList}>
<{foreach from=$dataList item=item}>
发货单号:<{$item.delivery_bn}>状态:<{$item.dly_confirm}>
收件人:<{$item.ship_name}> 手机号:<{$item.ship_mobile}>
<{if $item.ship_tel}>
电话:<{$item.ship_tel}>
<{/if}>
订单交付方式:<{$item.logi_name}>
门店名称:<{$item.shop_info.store_name}>
门店手机号:<{$item.shop_info.mobile}>
<{if $item.shop_info.tel}>
门店电话:<{$item.shop_info.tel}>
<{/if}>
门店地址:<{$item.shop_info.area|region}> <{$item.shop_info.addr}>
订单号:<{$item.order_info.order_bn}>
订单金额:<{$item.order_info.total_amount}> 订单类型:<{$item.order_info.is_cod_type}>
<{if $baidu_map_show}>
<{/if}>
<{if $item.delivery_items}>
货 号 |
商品名称 |
购买数量 |
<{foreach from=$item.delivery_items item=dly_item}>
<{$dly_item.bn}> |
<{$dly_item.product_name}> |
<{$dly_item.number}> |
<{/foreach}>
<{/if}>
<{if $item.confirm == 3}>
<{/if}>
<{/foreach}>
<{else}>
暂时没有业务需要处理哦,亲...