@model VirtualTask.Models.Articoli @{ ViewData["Title"] = "Nuovo articolo"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
 
 
 
@Html.DropDownListFor(x => x.SlCodMag, (IEnumerable)ViewBag.Magazzini, new { @class = "agy-form-field require" })
 
 
 
@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"); } }