{layout:default} {class:Shop.Admin.Supplier.Supplier_User} <%=Tag("商家管理")%>-<%=site.title%>
<%foreach (Shop.Model.Lebi_Supplier model in models){ string _money = Shop.Bussiness.Common.GetValue("select sum(Money) from Lebi_Supplier_Money where Supplier_id=" + model.id + " and Type_id_MoneyStatus = 181"); decimal money = 0; decimal.TryParse(_money, out money); %> <%} %>
<%=Tag("全选")%> <%=Tag("登陆账号")%> <%=Tag("商家编号")%> <%=Tag("公司名称")%> <%=Tag("短信")%> <%=Tag("余额")%> <%=Tag("分组")%> <%=Tag("独立发货")%> <%=Tag("独立收款")%> <%=Tag("推广佣金")%> <%=Tag("最后登录")%> <%=Tag("状态")%> <%=Tag("操作")%>
<%=model.UserName%> ">" /> <%=model.SupplierNumber%> <%=model.Company%> " title="<%=Tag("发信息")%>" /> <%//=model.Money %> <%=FormatMoney(money, "Number")%> <%=GroupName(model.Supplier_Group_id)%> <%=model.IsSupplierTransport==1?Tag("是"):Tag("否") %> <%=model.IsCash==1?Tag("是"):Tag("否") %> <%=model.IsSpread==1?Tag("是"):Tag("否") %> <%=FormatTime(model.Time_Last) %> <%=Shop.Bussiness.EX_Type.TypeName(model.Type_id_SupplierStatus, CurrentLanguage)%>
<%=PageString%>