@using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesBasicInfoStoreHouseLocations; //The menu item will be active for this page. ViewBag.Title = "仓库位置管理"; List storeHouse = ViewBag.StoreHouse; }
@Html.DropDownList("hide-StoreHouse", storeHouse)
@Html.Action("ToolMenu", "Layout", new { pageName = ViewBag.ActiveMenu })
@section modal{
} @section scripts { @* *@ }