@{ 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; @model PageInfo
@if (Convert.ToInt32(ViewData["state"]) == 0) { }

比赛项目

@**@
@Html.Hidden("sportsId", ViewData["sportsIds"]) @Html.TextBox("SmallEventName", ViewData["SmallEventName"], new { @class = "input-sm form-control", @readonly = "readonly", @placeholder = "请选择比赛项目名称", style = "display:none;" }) 设置组别项目
@*
*@
@section scripts{ }