@using Microsoft.Ajax.Utilities @using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesFinshedStoreInfoEnterOutStoreHouseQueryMg; //The menu item will be active for this page. ViewBag.Title = "进出库数量查询"; List storeHouseList = ViewBag.StoreHouseList; var searchForm = new SearchFormViewModal(new List() { new SearchItem("productName","产品名称"), new SearchItem("model","规格"), new SearchItem("surfaceColor","表色"), new SearchItem("material","材质"), new SearchItem("rigidity","硬度"), new SearchItem("dateTiem","记录时间",FiledType.Dnull,ExpType.GreaterOrEqual), new SearchItem("dateTiem","至",FiledType.Dnull,ExpType.LessOrEqual), new SearchItem("productNo","成品编号").SetSearchIcon("query_Product_modal"), new SearchItem("productionOrderNo","批次号"), }, false); } @section css{ }
@Html.Action("ToolMenu", "Layout", new { pageName = ViewBag.ActiveMenu, searchForm })
批次号 名称 规格 硬度 材质 表色 标志 数量(千件) 仓库 日期 客户编号 客户名称 编号
@section modal{ @Html.Partial("Modals/Query/_Product", "KeyWords-8") }
@Html.DropDownList("hid-storeHouse", storeHouseList)
@section scripts { }