@model VirtualTask.Models.Articoli @{ ViewData["Title"] = "Modifica articolo"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
   
@Html.DisplayNameFor(m => m.SlCodice)
@Html.DisplayNameFor(m => m.ArDesArt)
@Html.DisplayNameFor(m => m.SlCodMag) @Html.DropDownListFor(x => x.SlCodMag, (IEnumerable)ViewBag.Magazzini, new { @class = "agy-form-field require" })
@Html.DisplayNameFor(m => m.SlQtAper)
@Html.DisplayNameFor(m => m.LiPrezzo)
@* Campi nascosti *@ @Html.HiddenFor(x => x.Azienda) @Html.HiddenFor(x => x.AmCodice) @Html.HiddenFor(x => x.LoCodice) @Html.HiddenFor(x => x.LiCodLis) @Html.HiddenFor(x => x.LiCodArt) @Html.HiddenFor(x => x.LiDatAtt) @Html.HiddenFor(x => x.LiQuanti) @Html.HiddenFor(x => x.LiScont1) @Html.HiddenFor(x => x.LiScont2) @Html.HiddenFor(x => x.LiScont3) @Html.HiddenFor(x => x.LiScont4) @Html.HiddenFor(x => x.Gest_Matr) @Html.HiddenFor(x => x.Gest_Lotti) @Html.HiddenFor(x => x.Desc_sup)
@* @model VirtualTask.Models.Articoli *@ @* @{ *@ @* ViewData["Title"] = "Modifica articolo"; *@ @* Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; *@ @* } *@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@ @*
 
*@ @*
*@ @*
*@ @* *@ @* *@ @*
*@ @*
 
*@ @*
*@ @*
*@ @* *@ @* *@ @*
*@ @*
 
*@ @*
*@ @*
*@ @* @Html.DropDownListFor(x => x.SlCodMag, (IEnumerable)ViewBag.Magazzini, new { @class = "agy-form-field require" }) *@ @* *@ @*
*@ @*
 
*@ @*
*@ @*
*@ @* *@ @* *@ @*
*@ @*
 
*@ @*
*@ @*
*@ @* *@ @* *@ @*
*@ @*
 
*@ @*
*@ @* *@ @* Torna alla lista *@ @*
*@ @* @Html.HiddenFor(x => x.Azienda) *@ @* @Html.HiddenFor(model => model.AmCodice) *@ @* @Html.HiddenFor(model => model.LoCodice) *@ @* @Html.HiddenFor(model => model.LiCodLis) *@ @* @Html.HiddenFor(model => model.LiCodArt) *@ @* @Html.HiddenFor(model => model.LiDatAtt) *@ @* @Html.HiddenFor(model => model.LiQuanti) *@ @* @Html.HiddenFor(model => model.LiScont1) *@ @* @Html.HiddenFor(model => model.LiScont2) *@ @* @Html.HiddenFor(model => model.LiScont3) *@ @* @Html.HiddenFor(model => model.LiScont4) *@ @* @Html.HiddenFor(model => model.Gest_Matr) *@ @* @Html.HiddenFor(model => model.Gest_Lotti) *@ @* @Html.HiddenFor(model => model.Desc_sup) *@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@ @* @section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } } *@