{extend name="../../admin/view/main"} {block name="button"} {if $admin_id !=10000} {if isset($type) and $type eq 'index'} {else} {/if} {/if} {/block} {block name="content"}
商品信息 | 商品分类 | 商家名称 | 商家电话 | 审核时间 | 审核管理员 | 商品状态 | {if $admin_id !=10000}操作 | {/if}||
---|---|---|---|---|---|---|---|---|---|
{notempty name='vo.cover'}
{/notempty}
商品名称:{$vo.name|default='--'}
商品编号:{$vo.code|default='--'}
|
{notempty name='vo.marks'}{foreach $vo.marks as $mark}
{$mark}
{/foreach}{/notempty}
{notempty name='vo.cateinfo'}
{:join('', $vo.cateinfo.names)}
{/notempty}
|
{$vo.user.nickname} | {$vo.user.contact_phone} | {$vo.examine_time} | {$vo.examine_adminid} |
库存 {$vo.stock_total} 件;
{eq name='vo.status' value='0'}
已下架
{/eq}
{eq name='vo.status' value='1'}
销售中
{/eq}
{eq name='vo.status' value='2'}
已售罄
{/eq}
|
编 辑 编 辑 {if isset($type) and $type eq 'index'} {if isset($vo.status) and $vo.status eq 1} 下 架 下 架 {else} 上 架 上 架 {/if} {if auth("remove")} 删 除 {/if} |