@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.PagesStatisticMgInventoryCheckReportMg; //The menu item will be active for this page. ViewBag.ActiveMenu = activeMenu; var CheckStateListStr = ViewBag.CheckStateListStr; } @section css{ }
@* *@
@if (IsGranted(PermissionNames.PagesStatisticMgInventoryCheckReportMgQuery)) { } @* *@
上海上垫垫圈有限公司库存盘点任务表
序号 盘点编号 仓库 库区 货架 层次 序列 盘点状态 盘点计划日期 盘点人员
@section modal{ @Html.Partial("Modals/Query/_Employee", "employeeId,1:query-man") } @section scripts { }
@*@Html.DropDownList("hid-type", type)*@