@using ShwasherSys @using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Views.Shared.New.Modals @using ShwasherSys.Views.Shared.New.Table @{ ViewBag.Title = "包装日报统计"; string activeMenu = PermissionNames.PagesStatisticMgPackageDailyMg; //The menu item will be active for this page. ViewBag.ActiveMenu = activeMenu; } @section css{ }