<%template src="_header.html"%>
<%template src="_ucenter_nav.html"%>
<%if(action=="apply")%>
填写申诉表单
标题:
被申诉用户:
订单编号:
是否锁定:
违规试用或有违规行为可锁定便于客服介入处理;注:待发货、待交报告、待审核返款申诉请别锁定,以免对方无法操作
申诉内容:
期望解决方案:
<%/if%> <%if(action=="apply_list")%>
我发起的申诉
<%set DataTable appeal_list=get_appeal_list(20, page,"user_id="+userModel.id,out totalcount)%> <%set string pagelist=get_page_link(20, page, totalcount, "appeal", action, "__id__")%> <%foreach(DataRow dr in appeal_list.Rows)%> <%/foreach%> <%if(appeal_list.Rows.Count==0)%> <%/if%>
标题 被申诉人 申诉时间 订单编号 是否辩解 辩解时间 官网意见 操作
{dr[title]} {dr[object_name]} <%datetostr({dr[add_date]},yyyy-MM-dd HH:mm:ss)%> {dr[task_no]} <%=get_is_reply_format({dr[reply_content]})%> <%=get_reply_date_format({dr[reply_date]})%> <%=get_is_accept_format( {dr[is_accepted]} )%> 查看详情   删除
暂无记录...
{pagelist}
<%/if%> <%if(action=="recive_list")%>
我收到的申诉
<%set DataTable appeal_list=get_appeal_list(20, page,"object_name='"+userModel.user_name+"'",out totalcount)%> <%set string pagelist=get_page_link(20, page, totalcount, "appeal", action, "__id__")%> <%foreach(DataRow dr in appeal_list.Rows)%> <%/foreach%> <%if(appeal_list.Rows.Count==0)%> <%/if%>
标题 申诉人 申诉时间 订单编号 是否辩解 辩解时间 官网意见 操作
{dr[title]} {dr[user_name]} <%datetostr({dr[add_date]},yyyy-MM-dd HH:mm:ss)%> {dr[task_no]} <%=get_is_reply_format({dr[reply_content]})%> <%=get_reply_date_format({dr[reply_date]})%> <%=get_is_accept_format( {dr[is_accepted]} )%> 查看详情
暂无记录...
{pagelist}
<%/if%> <%if(action=="apply_edit")%>
我要补充
标题: {model.title} 发起申诉人:{model.user_name} 申诉日期:{model.add_date}
订单编号: {model.task_no}<%if({model.is_lock_task})%> [已锁定任务]<%/if%> 被申诉用户:{model.object_name} 辩解日期:{model.reply_date}
申诉内容: {model.content}
希望解决方案: {model.hope_solution}
被申诉方辩解的方案: {model.reply_content}
官方处理回复: 受理人:{model.accept_name}    受理时间:{model.accept_date}
{model.accept_result}
我要补充:
<%/if%> <%if(action=="reply_edit")%>
我要辩解
标题: {model.title} 发起申诉人:{model.user_name} 申诉日期:{model.add_date}
订单编号: {model.task_no}<%if({model.is_lock_task})%> [已锁定任务]<%/if%> 被申诉用户:{model.object_name} 辩解日期:{model.reply_date}
申诉内容: {model.content}
希望解决方案: {model.hope_solution}
被申诉方辩解的方案: {model.reply_content}
官方处理回复: 受理人:{model.accept_name}    受理时间:{model.accept_date}
{model.accept_result}
我要辩解:
<%/if%>
<%template src="_footer.html"%>