$!httpInclude.include("/top.htm")
$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=consult")
卖家中心
>
咨询管理
全部咨询
未回复咨询
已回复咨询
全选
删除
#foreach($obj in $objs)
$!{obj.goods.goods_name}
[商品咨询]
删除
#if($!obj.reply)编辑#end回复
咨询用户:
$!{obj.consult_user.userName}
咨询时间:
$!CommUtil.formatLongDate($!obj.addTime)
咨询内容:
$!{obj.consult_content}
#if($!obj.consult_reply)
回复内容:
$!{obj.consult_reply}
回复时间:
$!CommUtil.formatLongDate($!obj.reply_time)
#end
#end
全选
删除
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")