{layout:default} {class:Shop.Admin.agent.product} <%=Tag("商品列表")%>-<%=site.title%>
<%foreach (DB.LebiShop.Lebi_Agent_Product amodel in models) { DB.LebiShop.Lebi_Product model = Shop.Bussiness.EX_Product.GetProduct(amodel.Product_id); DB.LebiShop.Lebi_Agent_Product_User auser = GetAgentUser(amodel.User_id); %> <%} %>
<%=Tag("全选")%> <%=Tag("图片")%> <%=Tag("编号")%> <%=Tag("商品名称")%> <%=Tag("子商品")%> <%=Tag("销售价")%> <%=Tag("库存")%> <%=Tag("冻结库存")%> <%=Tag("销量")%> <%=Tag("浏览量")%> <%=Tag("状态")%> <%=Tag("代理人")%> <%=Tag("佣金")%>
<%=model.Number%> <%=Lang(model.Name)%> "> "><%=CountSon(model.id)%> <%=FormatMoney(model.Price)%> <%=model.Count_Stock%> "><%=model.Count_Freeze%> "><%=model.Count_Sales_Show %> <%=model.Count_Views_Show%> <%=Shop.Bussiness.EX_Type.TypeName(model.Type_id_ProductStatus)%> <%=amodel.User_UserName%> <%=auser.Commission%>%
<%=PageString%>