@model VirtualTask.Models.Chiamate @{ ViewData["Title"] = "Nuova chiamata"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
   
@Html.DisplayNameFor(model => model.chcodimp) @Html.DropDownListFor(x => x.chcodimp, (IEnumerable)ViewBag.Impianti, new { @class = "agy-form-field require" })
@Html.DisplayNameFor(model => model.chtchiam) @Html.DropDownListFor(x => x.chtchiam, (IEnumerable)ViewBag.Tecnici, new { @class = "agy-form-field require" })
@Html.DisplayNameFor(model => model.chdtapp)
@Html.DisplayNameFor(model => model.chrifer)
@Html.DisplayNameFor(model => model.chtelef)
@Html.DisplayNameFor(model => model.chcodseg) @Html.DropDownListFor(x => x.chcodseg, (IEnumerable)ViewBag.CodiciSegnalazione, new { @class = "agy-form-field require" })
@Html.DisplayNameFor(model => model.chnote)
Torna alla lista
@Html.HiddenFor(x => x.chcodazi) @Html.HiddenFor(x => x.chserial) @Html.HiddenFor(x => x.chcodese) @Html.HiddenFor(x => x.chserial) @Html.HiddenFor(x => x.chnumero) @Html.HiddenFor(x => x.chora) @Html.HiddenFor(x => x.chmin) @Html.HiddenFor(x => x.chopins) @Html.HiddenFor(x => x.chopass) @Html.HiddenFor(x => x.chopchi) @Html.HiddenFor(x => x.chaziimp) @Html.HiddenFor(x => x.chtmanut) @Html.HiddenFor(x => x.chtipo)
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }