@model GODATA.Models.Inventory.VanList @Html.ValidationSummary(true) @Html.HiddenFor(model => model.VanId, new { id = "hdnVanId" }) @Html.HiddenFor(model => model.vanCityId, new { id = "CityName" })
| @Html.LabelFor(model => model.VanAlias) * | @Html.TextBoxFor(model => model.VanAlias) * | @Html.LabelFor(model => model.VanState) * | @Html.TextBoxFor(model => model.VanState, new { @readonly = "readonly", @class = "disable_btn" }) * |
| @Html.LabelFor(model => model.VanCity) * | @* @Html.TextBoxFor(model => model.VanCity)*@ | @Html.LabelFor(model => model.VanModelName) * | @Html.TextBoxFor(model => model.VanModelName) |
| @Html.LabelFor(model => model.VanRegistrationNo) * | @Html.Partial("RegistrationNo", new ViewDataDictionary { { "RegNo", Model.VanRegistrationNo }, { "id", "VanRegistrationNo" }, { "BlurFunction", "CheckVanDupRegistrationNo()" }, { "name", "VanRegistrationNo" } }) @*@Html.TextBoxFor(model => model.VanRegistrationNo, new { @onblur = "" })*@ | @Html.LabelFor(model => model.ServiceEngineerAlias) * | @Html.TextBoxFor(model => model.ServiceEngineerName) |
| Product Variant | |||
| Product Variant | |||
| @Html.LabelFor(model => model.ServiceEngineerContactNumber) * | @Html.TextBoxFor(model => model.ServiceEngineerContactNumber, new { @onblur = "CheckVanDupContactNo()", @onkeypress = "return isNumber(event,this);" }) | @Html.LabelFor(model => model.ServiceEngineerApplicationLicenseKey) # | @Html.TextBoxFor(model => model.ServiceEngineerApplicationLicenseKey, new { @readonly = true, @class = "disable_btn" }) |