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

商家中心 - 试用活动管理

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

<%=tabFields%>

<%foreach(var model in product_list)%>
<%if(model.try_type==1)%>发正品 <%else if(model.try_type==2)%>发赠品 <%else if(model.try_type==3)%>折扣 <%/if%> " target="_blank" title="点击查看详细"><%=model.product_no%> <%if(string.IsNullOrWhiteSpace(model.memo))%> <%else%> <%/if%> 开始时间:<%=model.add_date%>    <%if((DateTime.Now-model.end_date).TotalSeconds>0)%> 活动已过期:<%=model.end_date%> <%else%> 结束时间:<%=model.end_date%><%/if%>
<%if(model.status<4&&!string.IsNullOrWhiteSpace(model.message_remind))%> <%/if%>
<%if(!string.IsNullOrWhiteSpace(model.product_pic))%> " target="_blank"> <%else%> <%/if%> " target="_blank" title="<%=model.title%>"><%=Utils.CutString(model.title, 12)%>
<%=model.shop_name%>
  • 下单价格:<%=GetPrice(model.price, model.total_count)%>
  • <%=model.total_count%> 份
  • 红包:<%=GetRedbag(model.redbag_price, model.total_count)%> 元/份 <%=GetAddRedbag(model)%>
<%if(model.try_type==3)%>
  • 折扣价格:<%=Utils.GetNum(model.price-model.refund_price)%> 元 (<%=Utils.GetNum(model.discount_rate)%>折)
<%/if%>
试用要求:<%=GetRequireInfo(model)%>
您的留言:<%=model.message_remind.Replace("\r\n", "")%>
<%if(model.status==2)%> 已申请:"><%=Utils.GetNum(model.apply_count)%>
已通过:<%=GetTradeNum(model.id)%> / <%=GetAllowApplyNum(model.id)%>
已完成:<%=Utils.GetNum(model.finish_count)%> / <%=model.total_count%> 份
<%/if%> <%=GetStatusInfo(model)%>
<%=GetButtonStatus(model)%>
<%/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"%>