| <%=Tag("时间")%> | <%=Tag("金额")%> | <%=Tag("会员")%> | <%=Tag("类型")%> | <%=Tag("状态")%> | <%=Tag("订单编号")%> | <%=Tag("下级用户")%> | <%if (Shop.LebiAPI.Service.Instanse.Check("plugin_gongyingshang")){ %><%=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 (Shop.LebiAPI.Service.Instanse.Check("plugin_gongyingshang")){ %><%if (model.Supplier_id > 0){ %> <%=Shop.Bussiness.EX_Supplier.GetSupplier(model.Supplier_id).Company%><%} %> | <%} %>
| <%=Tag("合计")%> | <%=FormatMoney(total)%> | ||||||