@model VirtualTask.Models.Chiusure @{ ViewData["Title"] = "Modifica chiusura"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
   
@Html.DisplayNameFor(m => m.cccodice) @Html.HiddenFor(x => x.cccodice) @Html.DisplayFor(x => x.cccodice)
@Html.DisplayNameFor(m => m.ccdescr)
@Html.DisplayNameFor(m => m.ccdessup)
@* Campi nascosti *@ @Html.HiddenFor(x => x.cccodazi) @Html.HiddenFor(x => x.ccflfatt) @Html.HiddenFor(x => x.ccflrep) @Html.HiddenFor(x => x.cctipcod) @Html.HiddenFor(x => x.ccgruppo) @Html.HiddenFor(x => x.ccimpint) @Html.HiddenFor(x => x.ccimpman) @Html.HiddenFor(x => x.ccserint) @Html.HiddenFor(x => x.ccserman) @Html.HiddenFor(x => x.ccnumore) @Html.HiddenFor(x => x.ccperman) @Html.HiddenFor(x => x.corecom) @Html.HiddenFor(x => x.codtobso) @Html.HiddenFor(x => x.ccriapre) @Html.HiddenFor(x => x.ccchiint) @Html.HiddenFor(x => x.ccrapabi) @Html.HiddenFor(x => x.ccrapobb)
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }
@* @model VirtualTask.Models.Chiusure *@ @* @{ *@ @* ViewData["Title"] = "Modifica chiusura"; *@ @* Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; *@ @* } *@ @* *@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@ @* @Html.HiddenFor(x => x.cccodice) *@ @* @Html.DisplayFor(model => model.cccodice) *@ @* *@ @*
*@ @*
 
*@ @*
*@ @*
*@ @* *@ @* *@ @*
*@ @*
 
*@ @*
*@ @*
*@ @* *@ @* *@ @*
*@ @*
 
*@ @*
*@ @* *@ @* Torna alla lista *@ @*
*@ @* @Html.HiddenFor(x => x.cccodazi) *@ @* @Html.HiddenFor(x => x.ccflfatt) *@ @* @Html.HiddenFor(x => x.ccflrep) *@ @* @Html.HiddenFor(x => x.cctipcod) *@ @* @Html.HiddenFor(x => x.ccgruppo) *@ @* @Html.HiddenFor(x => x.ccimpint) *@ @* @Html.HiddenFor(x => x.ccimpman) *@ @* @Html.HiddenFor(x => x.ccserint) *@ @* @Html.HiddenFor(x => x.ccserman) *@ @* @Html.HiddenFor(x => x.ccnumore) *@ @* @Html.HiddenFor(x => x.ccperman) *@ @* @Html.HiddenFor(x => x.corecom) *@ @* @Html.HiddenFor(x => x.codtobso) *@ @* @Html.HiddenFor(x => x.ccriapre) *@ @* @Html.HiddenFor(x => x.ccchiint) *@ @* @Html.HiddenFor(x => x.ccrapabi) *@ @* @Html.HiddenFor(x => x.ccrapobb) *@ @*
*@ @*
*@ @*
*@ @* @section Scripts { *@ @* @{ *@ @* await Html.RenderPartialAsync("_ValidationScriptsPartial"); *@ @* } *@ @* } *@ @*
*@ @*
*@ @*
*@