@using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesBasicInfoStoreHouses; //The menu item will be active for this page. ViewBag.Title = "仓库信息维护"; List storeHouseType = ViewBag.StoreHouseType; }
@Html.Action("ToolMenu", "Layout", new { pageName = ViewBag.ActiveMenu })
@section modal{
} @section scripts { @* *@ }