<%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.buyer_user_name,16)%>  <%=GetBuyerUserInfo(model)%>   买号:{model.buyer_nick_name} <%if(string.IsNullOrWhiteSpace(model.seller_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<5&&!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" title="<%=model.Product.title%>"><%=Utils.CutString(model.Product.title, 13)%>
<%=model.Product.shop_name%>
  • 下单价格:<%=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.status<5)%>   ', this)" class="red" title="可以适当追加红包">+追加 <%/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==2)%> <%/if%>
您的留言:<%=model.message_remind.Replace("\r\n", "")%>
系统提醒:该试用要求试客【收货好评后删除订单】,请与对方联系确认已删除该订单,防止售后维权
<%=GetStatusInfo(model)%> <%=GetButtonStatus(model)%> <%if(model.status<5)%> 查看凭证 " target="_blank">试品详情 <%/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"%>