|
@@ -93,7 +93,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
statlist.Add(otherItem);
|
|
statlist.Add(otherItem);
|
|
|
otherItem = new Dictionary<string, object>();
|
|
otherItem = new Dictionary<string, object>();
|
|
|
otherItem.Add("Name", "电渠卡库存");
|
|
otherItem.Add("Name", "电渠卡库存");
|
|
|
- otherItem.Add("Count", maindb.PosMachinesTwo.Count(m => m.BrandId == 14 && m.PosSn.StartsWith("CS") && m.BuyUserId == 0 && m.BindingState == 0 && m.ActivationState == 0));
|
|
|
|
|
|
|
+ otherItem.Add("Count", maindb.PosMachinesTwo.Count(m => m.BrandId == 14 && m.StoreId == 8664 && m.PosSn.StartsWith("CS") && m.BuyUserId == 0 && m.BindingState == 0 && m.ActivationState == 0));
|
|
|
statlist.Add(otherItem);
|
|
statlist.Add(otherItem);
|
|
|
ViewBag.statlist = statlist;
|
|
ViewBag.statlist = statlist;
|
|
|
List<BsModels.RightDic> datalist = db.RightDic.Where(m => m.MainDataList == 1).OrderBy(m => m.Id).ToList();
|
|
List<BsModels.RightDic> datalist = db.RightDic.Where(m => m.MainDataList == 1).OrderBy(m => m.Id).ToList();
|