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

日采购明细

查询条件

<{if isset($smarty.get.date)}> <{/if}>

日采购明细

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