|
<%=Tag("数据统计")%>
|
|
<%=Tag("上架商品总数")%>
|
<%=Shop.Bussiness.EX_Product.GetCount_Product("", "", "Supplier_id = " + CurrentSupplier.id + " and Type_id_ProductStatus = 101 and Product_id = 0")%>
|
|
<%=Tag("下架商品总数")%>
|
<%=Shop.Bussiness.EX_Product.GetCount_Product("", "", "Supplier_id = " + CurrentSupplier.id + " and Type_id_ProductStatus = 100 and Product_id = 0")%>
|
|
<%=Tag("未审核商品总数")%>
|
<%=Shop.Bussiness.EX_Product.GetCount_Product("", "", "Supplier_id = " + CurrentSupplier.id + " and Type_id_ProductStatus = 102 and Product_id = 0")%>
|
|
<%=Tag("订单总数")%>
|
<%=Shop.Bussiness.Order.GetCount_Order("", "", "Supplier_id = " + CurrentSupplier.id + " and Type_id_OrderType = 211")%>
|
|
<%=Tag("站内信总数")%>
|
<%=Shop.Bussiness.Message.GetCount_Message("", "", "Supplier_id = " + CurrentSupplier.id + "")%>
|