<{include file="Backend/Common/tpl/nav.tpl"}> <{include file="Backend/Common/tpl/sidebar.tpl"}>

<{$smarty.get.date}>采购明细

采购明细(总计:  <{$total}>

<{foreach from=$data item=d name=data }> <{/foreach}>
序号 名称 下单数量 下单单位 实送数量 实送单位 单价 小计
<{$smarty.foreach.data.index + 1}> <{$d.goods_name}> <{$d.amount}> <{$d.unit}> <{$d.actual}> <{$d.actual_unit}> <{$d.selling}> <{$d.xj}>
<{include file="Backend/Common/tpl/table_resource.tpl"}> <{include file="Backend/Common/tpl/subinfo.tpl"}>