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