@{ /**/ 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 ResponseAlarmCheckInfo @using (Ajax.BeginForm("SaveApplyCheck", 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("apply_id", Model.apply_id)
@{ switch (Model.carType) { case 1: { } break; case 2: { } break; case 3: { } break; case 4: { } break; } }
@{ switch (Model.MarkFenceType) { case "10": { } break; case "20": { } break; case "30": { } break; case "40": { } break; } }
@{ if (Model.MarkFenceType == "20") {
} } @{ if (Model.MarkFenceType == "30") {
} } @{ if (Model.MarkFenceType == "10") {
} }
@Html.TextArea("notes", "", new { @class = "form-control", @rows = "3", @cols = "20", @maxlength = "1000", @placeholder = "请输入标记原因" })
} @section scripts{ }