$!httpInclude.include("/top.htm") $!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=spare_goods")
卖家中心
>
闲置商品
闲置列表
下架闲置
闲置商品标题
违规状态
商品状态
操作
#foreach($obj in $objs) #if($!obj.status==-1) #set($status = "违规") #end #if($!obj.status==0) #set($status = "正常") #end #if($!obj.down==-1) #set($down = "下架") #end #if($!obj.down==0) #set($down = "上架") #end
$!CommUtil.substring($!obj.title,40)
$!status
$!down
#if($!type==-1)
上架
| #end #if($!type==0 ||!$!type)
下架
| #end
详细
|
编辑
|
删除
#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")