@{ 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; @using ChangFa.Machinery.WebPage.Areas; @using ChangFa.Machinery.WebPage.Areas.SysManage.Controllers; @model PageInfo
资格审查
@* 导出*@
@using (Ajax.BeginForm("EventScheduling", null, new AjaxOptions() { }, new { @id = "form1", @class = "form-horizontal", @method = "get" })) {

查询条件

@Html.TextBox("nameOrProject", ViewData["nameOrProject"], new { @class = "input-sm form-control", @placeholder = "请输入赛事名称" })
}
@section scripts{ }