@using MES.Production.Service; @using Central.Control.Domain; @using Ant.Service.Common; @using CommonToolHelper; @{ ViewBag.Title = "Detail"; Layout = "~/Views/Shared/_Layout.cshtml"; } @**@ @using (Ajax.BeginForm("SaveMarkAlarm", 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.HiddenFor(p => p.ID)*@ @Html.Hidden("CarID", ViewData["CarID"]) @Html.Hidden("CarBar", ViewData["CarBar"])
@*@Html.TextBox("txt_carname", ViewData["carname"], new { @class = "input-sm form-control", @enabled = "false", @placeholder = "请输入农机整机条码查询" })*@
@*@Html.TextBoxFor(p => p.AddTime, new { @class = "form-control", @id = "startdate", @readonly = "readonly" })*@ @Html.TextBox("startdate", ViewData["startdate"], new { @class = "form-control", @placeholder = "请输入解防开始时间", @readonly = "readonly" }) @**@
@*@Html.TextBoxFor(p => p.AddTime, new { @class = "form-control", @id = "startdate", @readonly = "readonly" })*@ @Html.TextBox("enddate", ViewData["enddate"], new { @class = "form-control", @placeholder = "请输入解防结束时间", @readonly = "readonly" }) @**@
@*
@Html.TextBox("backPayTime", ViewData["backPayTime"], new { @class = "form-control", @placeholder = "请输入预计回款时间", @readonly = "readonly" })
@Html.TextBox("buyTime", ViewData["buyTime"], new { @class = "form-control", @placeholder = "请输入购买时间", @readonly = "readonly" })
*@
@Html.TextBox("username", "", new { @class = "form-control", @placeholder = "请输入购买人姓名" })
@Html.TextBox("userTel", "", new { @class = "form-control", @id = "CarID", @placeholder = "购买人手机号" })
@Html.TextBox("userAddress", "", new { @class = "form-control", @placeholder = "请输入购买人地址" })
@Html.TextArea("notes", "", new { @class = "form-control", @rows = "3", @cols = "20", @maxlength = "1000", @placeholder = "请输入标记原因" })
} @section scripts{ }