@model VirtualTask.Models.Chiamate @{ ViewData["Title"] = "Nuovo"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
@Html.DropDownListFor(x => x.chcodimp,(IEnumerable)ViewBag.Impianti, new {@class = "form-control"})
 
@Html.DropDownListFor(x => x.chtchiam,(IEnumerable)ViewBag.Tecnici, new {@class = "form-control"})
 
@Html.DropDownListFor(x => x.chstato,(IEnumerable)ViewBag.StatiChiamata, new {@class = "form-control"})
 
@* *@
 
@* *@
 
@Html.DropDownListFor(x => x.chcodseg,(IEnumerable)ViewBag.CodiciSegnalazione, new {@class = "form-control"})
 
@* *@
@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)
Torna alla lista
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }
@*

Nuova chiamata


@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)
@Html.DropDownListFor(x => x.chcodimp,(IEnumerable)ViewBag.Impianti, new {@class = "form-control"})
@Html.DropDownListFor(x => x.chtchiam,(IEnumerable)ViewBag.Tecnici, new {@class = "form-control"})
@Html.DropDownListFor(x => x.chstato,(IEnumerable)ViewBag.StatiChiamata, new {@class = "form-control"})
@Html.DropDownListFor(x => x.chcodseg,(IEnumerable)ViewBag.CodiciSegnalazione, new {@class = "form-control"})
@Html.HiddenFor(x => x.chmodrac) @Html.HiddenFor(x => x.choraapi) @Html.HiddenFor(x => x.chminapi) @Html.HiddenFor(x => x.choraapf) @Html.HiddenFor(x => x.chminapf) @Html.HiddenFor(x => x.chstopi) @Html.HiddenFor(x => x.chdtass) @Html.HiddenFor(x => x.chorass) @Html.HiddenFor(x => x.chminass) @Html.HiddenFor(x => x.chdtchi) @Html.HiddenFor(x => x.chorachi) @Html.HiddenFor(x => x.chminchi) @Html.HiddenFor(x => x.chdtlin) @Html.HiddenFor(x => x.chorali) @Html.HiddenFor(x => x.chminli) @Html.HiddenFor(x => x.chdtlfi) @Html.HiddenFor(x => x.choralf) @Html.HiddenFor(x => x.chminlf) @Html.HiddenFor(x => x.chvalfat) @Html.HiddenFor(x => x.cpccchk) @Html.HiddenFor(x => x.chnrap1) @Html.HiddenFor(x => x.chsrap1) @Html.HiddenFor(x => x.chnrap2) @Html.HiddenFor(x => x.chsrap2) @Html.HiddenFor(x => x.chprgann) @Html.HiddenFor(x => x.chserchi) @Html.HiddenFor(x => x.chdesfat) @Html.HiddenFor(x => x.chdessup) @Html.HiddenFor(x => x.chimpofa) @Html.HiddenFor(x => x.chserdoc) @Html.HiddenFor(x => x.chimpmat) @Html.HiddenFor(x => x.chimpman) @Html.HiddenFor(x => x.chperman) @Html.HiddenFor(x => x.chflstim) @Html.HiddenFor(x => x.chfleste) @Html.HiddenFor(x => x.chserext) @Html.HiddenFor(x => x.chrifiutata)
Back to List
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} } *@