@{ ViewBag.Title = "Detail"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using MES.Production.Service; @using Central.Control.Domain; @using Ant.Service.Common; @using Ant.Service.Common.Enums; @using MES.Production.Entity; @using CommonToolHelper; @model Ent_YW_Notice @using (Ajax.BeginForm("Save", null, new AjaxOptions() { HttpMethod = "Post", OnBegin = "SubAjax.Loading", OnComplete = "SubAjax.Complate", OnFailure = "SubAjax.Failure", OnSuccess = "SubAjax.Success" }, new { @class = "form-horizontal dig-from", @role = "form" })) {
@Html.Hidden("hidfilename", Model.ImgUrl)@*Html.Hidden("hidfilename", new HtmlString(ViewBag.imgurl))*@ @Html.Hidden("hidfileid", Model.ImgUrl)
@Html.HiddenFor(p => p.ID) @Html.TextBoxFor(p => p.Title, new { @class = "form-control", @id = "POSTNAME", @placeholder = "请输入公告名称", @datatype = "*", @nullmsg = "请输入岗位名称!", @errormsg = "请输入岗位名称!" })
@*
@Html.TextBoxFor(p => p.RoleId, new { @class = "form-control", @placeholder = "请输入显示顺序", @datatype = "n1-10", @nullmsg = "请输入显示顺序!", @errormsg = "显示顺序必须是数字!" })
*@ @*
*@
} @section scripts{ }