$!httpInclude.include("/top.htm")
$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=goods_report")
卖家中心 > 被举报禁售商品
被举报禁售商品
#foreach($obj in $objs) #if($!obj.status==0)#set($status="未处理")#end #if($!obj.status==1)#set($status="已处理")#end #if($!obj.status==-1)#set($status="已取消")#end #set($result="等待处理") #if($!obj.result==1) #set($result="有效举报") #end #if($!obj.result==-1) #set($result="无效举报") #end #if($!obj.result==-2) #set($result="恶意举报") #end #end
商品名称 举报类型 举报主题 图片 举报时间 状态 处理结果 操作
$!obj.goods.goods_name $!obj.subject.type.name $!obj.subject.title 查看图片 $!CommUtil.formatLongDate($!obj.addTime)$!status$!result 详细
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")