| <%=Tag("全选")%> | <%=Tag("ID")%> | <%=Tag("品牌名称")%> | <%=Tag("图片")%> | <%=Tag("首字母")%> | <%=Tag("商品数量")%> | <%=Tag("状态")%> | <%=Tag("操作")%> |
|---|---|---|---|---|---|---|---|
| <%=model.id%> |
<%=Lang(model.Name)%> " target="_blank"> |
<% if (model.ImageUrl == "")
{ %>
<%}
else
{ %>
|
<%=Shop.Bussiness.EX_Product.BrandProductCount("Brand_id=" + model.id + " and Supplier_id = " + CurrentSupplier.id +"")%> | <%=Shop.Bussiness.EX_Type.TypeName(model.Type_id_BrandStatus)%> | <%=Tag("编辑")%> |