$!httpInclude.include("/top.htm")
$!httpInclude.include("/buyer/head.htm")
$!httpInclude.include("/buyer/nav.htm?op=complaint")
发起投诉
投诉进程
新投诉
待申诉
对话中
待仲裁
已完成
订单详情
订单信息
#if($!obj.of.order_status==0) #set($status="已取消") #end #if($!obj.of.order_status==10) #set($status="待付款") #end #if($!obj.of.order_status==15) #set($status="线下支付待审核") #end #if($!obj.of.order_status==20) #set($status="已付款") #end #if($!obj.of.order_status==30) #set($status="已发货") #end #if($!obj.of.order_status==40) #set($status="已收货") #end #if($!obj.of.order_status==50) #set($status="已完成,已评价") #end #if($!obj.of.order_status==60) #set($status="已结束") #end
订单状态:
$!status
订单号:
$!obj.of.order_id
下单时间:$!CommUtil.formatLongDate($!obj.of.addTime)
订单总额:¥$!{obj.of.totalPrice}
卖家信息
卖家店铺:
$!{obj.of.store.store_name}
买家信息
买家名称:$!{obj.of.user.userName}
投诉详情
投诉信息
投诉状态:
新投诉
#if($!obj.type=="buyer") #set($type="买家投诉") #else #set($type="卖家投诉") #end
投诉类别:$!type
投诉人:$!obj.from_user.userName
选择投诉主题
#foreach($cs in $css)
$!cs.title
$!cs.content
#end
选择要投诉的商品
商品信息
数量
价格
#foreach($gc in $obj.of.gcs)
$!{gc.goods.goods_name}
$!{gc.spec_info}
$!{gc.count}
¥$!{gc.goods.store_price}
问题描述:
#end
投诉内容:
投诉图片
(图片必须是jpg/jpeg/gif/png格式)
$!httpInclude.include("/footer.htm")