$!httpInclude.include("/top.htm")
$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=complaint")
卖家中心
>
投诉管理
投诉列表
选择投诉状态
对话中
待仲裁
已完成
投诉人
投诉主题
投诉时间
投诉状态
操作
#foreach($obj in $objs)
$!obj.from_user.userName
$!obj.cs.title
$!CommUtil.formatLongDate($!obj.addTime)
#if($!obj.status==0) #set($status="新投诉") #end #if($!obj.status==1) #set($status="待申诉") #end #if($!obj.status==2) #set($status="对话中") #end #if($!obj.status==3) #set($status="待仲裁") #end #if($!obj.status==4) #set($status="已完成") #end
$!status
详细
#end
$!gotPageFormHTML
$!httpInclude.include("/footer.htm")