@{ ViewBag.Title = "报警信息"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using MES.Production.Service; @using Central.Control.Domain; @using Ant.Service.Common; @using Ant.Service.Common.Enums; @using CommonToolHelper; @using MES.Production.Entity; @model PageInfo
报警列表
@using (Ajax.BeginForm("Index", null, new AjaxOptions() { }, new { @id = "form1", @class = "form-horizontal", @method = "get" })) {

查询条件

@Html.TextBox("startdate", ViewData["startdate"], new { @class = "form-control", @placeholder = "请输入查询开始时间", @readonly = "readonly" })
@Html.TextBox("enddate", ViewData["enddate"], new { @class = "form-control", @placeholder = "请输入查询结束时间", @readonly = "readonly" })
@*  导 出*@
}
@section scripts{ }