@using MES.Production.Service; @using Central.Control.Domain; @using Ant.Service.Common; @{ ViewBag.Title = "聚星物联管理系统"; } @model Account
×

@*

*@

聚星物联管理系统

@using (Ajax.BeginForm("login", null, new AjaxOptions() { HttpMethod = "Post", OnBegin = "dig.Loading", OnSuccess = "dig.Success", OnFailure = "dig.Failure", OnComplete = "dig.Complete" }, new { @class = "form-signin" })) { @Html.TextBoxFor(model => model.LogName, new { @class = "form-control", @placeholder = "登录用户名11", @datatype = "*", @nullmsg = "请输入用户名!", @errormsg = "请输入用户名!", @maxlength = 20, @required = "required" }) @Html.PasswordFor(model => model.PassWord, new { @class = "form-control", @placeholder = "登录密码", @datatype = "*", @nullmsg = "请输入密码!", @errormsg = "请输入密码!", @maxlength = 10, @required = "required" })
@Html.TextBox("code", "", new { @class = "form-control", @placeholder = "请输入验证码", @datatype = "*", @nullmsg = "请输入验证码!", @maxlength = 4, @required = "required" })
看不清?点击更换
}
@**@
Copyright © 聚星物联管理系统