工号:
@Html.TextBoxFor(m => m.eid, new { style = "width:160px;" })
@Html.ValidationMessageFor(m => m.eid)
密码:
@Html.PasswordFor(m => m.passwd, new { style = "width:160px;" })
@Html.ValidationMessageFor(m => m.passwd)
@if (ViewBag.ShowSnCode != null && ViewBag.ShowSnCode)
{
验证码:
@Html.TextBoxFor(m => m.SnCode, new { style = "width:60px;" })
@Html.ValidationMessageFor(m => m.SnCode)
}
@**@
@this.ViewBag.LogOnError