@{ ViewBag.Title = "岗位管理"; Layout = "~/Views/Shared/_Lymap.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 UserCarMapModel 地图
@Html.Hidden("hidfilename", "") @Html.Hidden("hidfileid", "")
@{ if (Model.carType.ToInt32() != 4) {
} }
@Html.TextBoxFor(p => p.applyName, new { @class = "form-control", @placeholder = "请输入申请人", @datatype = "n15-20", @nullmsg = "请输入申请人", @errormsg = "农机条码必须是15-20位的数字!" })
@Html.TextAreaFor(p => p.applyReason, new { @class = "form-control", @placeholder = "请输入申请原因", @datatype = "n15-20", @nullmsg = "请输入申请原因", @errormsg = "农机条码必须是15-20位的数字!" })
@Html.PasswordFor(p => p.applyPwd, new { @class = "form-control", @placeholder = "请输入密码", @datatype = "n15-20", @nullmsg = "请输入密码", @errormsg = "必须是15-20位的数字!" })
@{ if (Model.carState != MES.Production.Entity.Enum.CarState.Sales.GetHashCode()) {
@* *@
} }