{layout:default} {class:Shop.Admin.agent.agentmoney} <%=Tag("佣金查询")%>-<%=Tag("分销")%>-<%=site.title%>

<%=Tag("佣金查询")%>

<%if (Shop.LebiAPI.Service.Instanse.Check("plugin_gongyingshang")){ %> <%} %> <%decimal total = 0;foreach (DB.LebiShop.Lebi_Agent_Money model in models){%> <%if (Shop.LebiAPI.Service.Instanse.Check("plugin_gongyingshang")){ %> <%} %> <%total+=model.Money;} %>
<%=Tag("时间")%> <%=Tag("金额")%> <%=Tag("会员")%> <%=Tag("类型")%> <%=Tag("状态")%> <%=Tag("订单编号")%> <%=Tag("下级用户")%> <%=Tag("商家")%>
<%=FormatTime(model.Time_add)%> <%=FormatMoney(model.Money)%> <%=model.User_UserName%> <%=Shop.Bussiness.EX_Type.TypeName(model.Type_id_AgentMoneyType,CurrentLanguage.Code)%> <%=Shop.Bussiness.EX_Type.TypeName(model.Type_id_AgentMoneyStatus,CurrentLanguage.Code)%> <%=model.Order_Code%> <%=Shop.Bussiness.Order.GetOrder(model.Order_id).User_UserName%> <%if (model.Supplier_id > 0){ %> <%=Shop.Bussiness.EX_Supplier.GetSupplier(model.Supplier_id).Company%><%} %>
<%=Tag("合计")%><%=FormatMoney(total)%>
{MOD:DateRangePicker}