<%template src="_header.html"%>
<%template src="_ucenter_nav.html"%>

试客中心 - 试用参与订单

这里查看您参与的试用活动详情和进度
" method="post">

<%=tabFields%>

<%foreach(var model in product_list)%>
<%if(model.Product.try_type==1)%>发正品 <%else if(model.Product.try_type==2)%>发赠品 <%else if(model.Product.try_type==3)%>折扣 <%/if%> "><%=model.apply_date.ToString("yyyy-MM-dd HH:mm")%> 编号:<%=model.order_no%> " target="_blank" title="商家账号,可查看对方的信用评价"><%cutstring(model.user_name,16)%>  <%=GetSellerUserInfo(model)%>   买号:{model.buyer_nick_name} <%if(string.IsNullOrWhiteSpace(model.buyer_memo))%> <%else%> <%/if%> <%if(!string.IsNullOrWhiteSpace(this.user_mobile))%> " target="_blank" title="给商家发送手机短信"> <%/if%> " target="_blank" title="申诉或举报商家">
<%if(model.status>1&&!string.IsNullOrWhiteSpace(model.trade_no))%> <%/if%> <%if(model.status<4&&!string.IsNullOrWhiteSpace(model.message_remind))%> <%/if%> <%if(model.status>2&&model.status<5&&model.Product.after_sales==1)%> <%/if%>
<%if(!string.IsNullOrWhiteSpace(model.Product.product_pic))%> " target="_blank"> <%else%> <%/if%> " target="_blank" <%if(model.status>1)%>title="<%=model.Product.title%>"<%/if%>><%=Utils.CutString(model.Product.title, 13)%>
<%=GetShopName(model.Product.shop_name, model.status)%>
  • 下单价格:<%=GetPrice(model.Product.price)%>
  • 返还:<%=Utils.GetNum((model.Product.try_type==3 ? model.Product.refund_price : model.Product.price) + model.Product.redbag_price + model.added_redbag_price)%> 元 <%if(model.Product.redbag_price>0||model.added_redbag_price>0)%>(含红包 <%=GetRedbag(model.Product.redbag_price+model.added_redbag_price)%> 元)<%/if%>
<%if(model.Product.try_type==3)%>
  • 折扣价格:<%=Utils.GetNum(model.Product.price-model.Product.refund_price)%> 元 (<%=Utils.GetNum(model.Product.discount_rate)%>折)
<%/if%>
试用要求:<%=GetRequireInfo(model)%>
订单号: <%if(model.status<3)%> <%/if%>
商家留言:<%=model.message_remind.Replace("\r\n", "")%>
系统提醒:该试用要求你【收货好评后删除该订单】,和回收站里面也要删除,再截图发给商家确认
<%=GetStatusInfo(model)%>
<%if(model.status==1)%> " onclick="return IsQuittry()">退出试用 <%/if%>
<%=GetButtonStatus(model)%> <%if(model.status<5)%> 上传操作凭证 <%/if%>
<%/foreach%> <%if(product_list.Count==0)%>
暂无记录...
<%/if%>
<%if(product_list.Count>0)%>
<%if(this.totalPrice>0)%>
本页商品金额共计:<%=this.totalPrice%> 元  本页红包共计:<%=this.totalRedbag%>
<%/if%> <%if(pagelist!="")%>
{pagelist}
<%/if%>
<%/if%>
<%template src="_footer.html"%>