+添加特价商品
<{if $goods}> <{foreach from=$goods item=list}> <{/foreach}> <{else}> <{/if}>
商品图片 <{$lang.goods_codeno}> <{$lang.goods_name}> 特价 原价 折扣 <{$lang.status}>
<{$list.codeno}> <{$list.base_name|truncate:18}> <{$list.price|price_format}> <{$list.old_price|price_format}> <{if $list.status}> 销售中 <{else}>已下架 <{/if}>
<{$lang.not_found_record}>
<{$lang.delete}> <{include file="../../pages/list.htm"}>