@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.PagesStatisticMgProductionReportMg; //The menu item will be active for this page. ViewBag.ActiveMenu = activeMenu; } @section css{ }
@* *@
@if (IsGranted(PermissionNames.PagesStatisticMgProductionReportMgQuery)) { } @* *@
@**@ @**@
@section modal{ @Html.Partial("Modals/Query/_Employee", "1:query-man,employeeId") } @section scripts { }
@*@Html.DropDownList("hid-type", type)*@