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

定价管理 管理定价数据

定价列表

<{if isset($smarty.get.buyer) and isset($smarty.get.seller)}>
<{/if}>
<{foreach from=$data item=d }> <{/foreach}>
买家 卖家 类型 生效时间 失效时间 操作
<{$d.buyer_name}> <{$d.seller_name}> <{$d.type_txt}> <{$d.start_date}> <{$d.end_date}>
 查看定价详情
<{include file="Backend/Common/tpl/pager.tpl"}>、
<{include file="Backend/Common/tpl/table_resource.tpl"}> <{include file="Backend/Common/tpl/subinfo.tpl"}>