@model VirtualTask.Models.Chiamate @{ ViewData["Title"] = "Nuova chiamata"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
@Html.DropDownListFor(x => x.chcodimp, (IEnumerable)ViewBag.Impianti, new { @class = "agy-form-field require" })
 
@Html.DropDownListFor(x => x.chtchiam, (IEnumerable)ViewBag.Tecnici, new { @class = "agy-form-field require" })
@*
 
@Html.DropDownListFor(x => x.chstato, (IEnumerable)ViewBag.StatiChiamata, new { @class = "agy-form-field require" })
*@
 
@* *@
 
@* *@
 
@* *@
 
@Html.DropDownListFor(x => x.chcodseg, (IEnumerable)ViewBag.CodiciSegnalazione, new { @class = "agy-form-field require" })
 
@* *@
@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.chdata) *@ @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.chdtapp) *@ @Html.HiddenFor(x => x.chtipo)
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }