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

物品管理 物品进行管理

<{$current_cate}>

  
<{if isset($smarty.get.cid) && $smarty.get.cid}> <{else}> 请在左侧菜单选择物品分类, 再添加物品 <{/if}>
<{foreach from=$data item=d }> <{/foreach}>
物品名称 物品别名 分类 操作
<{$d.name}> <{$d.alias}> <{foreach from=$category item=c }> checked<{/if}>><{$c.name}> <{/foreach}>
<{include file="Backend/Common/tpl/pager.tpl"}>
<{include file="Backend/Common/tpl/table_resource.tpl"}> <{include file="Backend/Common/tpl/subinfo.tpl"}>