@using System.Web.UI.HtmlControls @using Abp.Authorization @using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesOrderInfoOrderSendWarn; //The menu item will be active for this page. ViewBag.Title = "订单分批发货提醒"; var searchForm = new SearchFormViewModal(new List() { //new SearchItem("planDate", "分批发货日期",FiledType.D,ExpType.GreaterOrEqual), //new SearchItem("planDate", "到",FiledType.D,ExpType.LessOrEqual), new SearchItem("customerId", "客户编号").SetSearchIcon("query_customer_modal"), new SearchItem("orderNo", "流水号"), new SearchItem("productName", "产品名称"), new SearchItem("model", "规格"), new SearchItem("material", "材质"), new SearchItem("surfaceColor", "表色"), }, false); } @section css{ }
@Html.Action("ToolMenu", "Layout", new { pageName = ViewBag.ActiveMenu, searchForm })
@section modal{
@*@Html.Hidden("isForSearch", "0");*@ @Html.Partial("Modals/Query/_Customer", "KeyWords-1")
} @section scripts { @* *@ }