| <{t}>货号<{/t}> | <{t}>商品名称<{/t}> | <{t}>已发货量<{/t}> | <{t}>单价<{/t}> | <{t}>合计金额<{/t}> | <{t}>购买量<{/t}> | <{if count($goodsItems) > 0}> <{foreach from=$goodsItems item=aGoods name="item"}> <{if $aGoods.product}>
|---|---|---|---|---|---|
| <{$aGoods.product.bn}> | <{if $aGoods.product.link}><{/if}><{$aGoods.product.name}><{if $aGoods.product.link}><{/if}><{if $aGoods.product.is_type == 'goods' && $aGoods.product.small_pic}> ' title='<{$aGoods.product.name}>'> <{/if}> | <{$aGoods.product.sendnum}> | <{$aGoods.product.price|cur_odr:$order.currency}> | <{$aGoods.product.total_amount|cur_odr:$order.currency}> | <{$aGoods.product.quantity}> |
| <{t}>商品配件<{/t}> | |||||
| <{$ajuncts.bn}> | <{if $ajuncts.link}><{/if}><{$ajuncts.name}>
<{if $ajuncts.minfo && is_array($ajuncts.minfo)}>
<{foreach from=$ajuncts.minfo item=minfo key=name}> <{$minfo.label}>:<{$minfo.value}> <{/foreach}> <{/if}><{if $ajuncts.link}><{/if}><{if $ajuncts.is_type == 'goods' && $ajuncts.small_pic}> ' title='<{$ajuncts.name}>'> <{/if}> |
<{$ajuncts.sendnum}> | <{$ajuncts.price|cur_odr:$order.currency}> | <{$ajuncts.total_amount|cur_odr:$order.currency}> | <{$ajuncts.quantity}> |
| <{t}>商品赠品<{/t}> | |||||
| <{$gifts.bn}> | <{if $gifts.link}><{/if}><{$gifts.name}>
<{if $gifts.minfo && is_array($gifts.minfo)}>
<{foreach from=$gifts.minfo item=minfo key=name}> <{$minfo.label}>:<{$minfo.value}> <{/foreach}> <{/if}><{if $gifts.link}><{/if}><{if $gifts.small_pic}> ' title='<{$gifts.name}>'> <{/if}> |
<{$gifts.sendnum}> | <{$gifts.price|cur_odr:$order.currency}> | <{$gifts.total_amount|cur_odr:$order.currency}> | <{$gifts.quantity}> |
<{t}>优惠赠品<{/t}> |
|||||
| <{$aGoods.bn}> | <{if $aGoods.link}><{/if}><{$aGoods.name}><{if $aGoods.link}><{/if}> <{if $aGoods.small_pic}> ' title='<{$aGoods.name}>'> <{/if}> | <{$aGoods.sendnum}> | <{$aGoods.price|cur_odr:$order.currency}> | <{$aGoods.total_amount|cur_odr:$order.currency}> | <{$aGoods.quantity}> |