{template 'public/header'} {template 'public/comhead'} {if $operation == 'display'}
{if $deleted != 1} {/if} {if $deleted != 1} {/if} {loop $list $item} {if $deleted != 1} {/if} {if $deleted != 1} {/if} {/loop} {if $deleted != 1} {/if}
顺序编号 商品名称 分类 价格打包费 赠送积分 每日库存 剩余库存 总销量是否上架 操作
{$item['id']}
{$item['title']} {if $item['isoptions']==1}
多规格 {/if}
{if !empty($category[$item['pcate']])}{$category[$item['pcate']]['name']}{/if} {if !empty($label[$item['labelid']])}
标签:{$label[$item['labelid']]['title']}{/if}
{$item['marketprice']}元 {if !empty($item['memberprice'])}
会员:{$item['memberprice']}元 {/if}
{$item['packvalue']} {$item['credit']} {if $item['counts']==-1} 未启用 {else} {$item['counts']} {/if} {if $item['counts']==-1} 未启用 {else} {php echo $item['counts']-$item['today_counts']} {/if} {$item['sales']} {if $item['status']}已上架{else}已下架{/if} {if $deleted == 0} {/if} {if $item['deleted']==1 && $deleted == 1} 删除 还原 {/if}
{$pager}
{elseif $operation == 'post'} {php include $this->template('web/goods_detail');} {/if} {if $_W['isfounder']} {template 'common/footer'} {else} {template 'public/footer'} {/if}