+
+@* @model VirtualTask.Models.Anag *@
+
+@* @{ *@
+@* ViewData["Title"] = "Dettaglio cliente"; *@
+@* Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; *@
+@* } *@
+
+@*
*@
+
diff --git a/Views/Anag/Edit.cshtml b/Views/Anag/Edit.cshtml
index fbab174..886d804 100644
--- a/Views/Anag/Edit.cshtml
+++ b/Views/Anag/Edit.cshtml
@@ -7,81 +7,96 @@
-
-
-
+ @Html.HiddenFor(x => x.antipcon)
+ @Html.HiddenFor(x => x.andtobso)
+ @Html.HiddenFor(x => x.annumlis)
+
+
-
-
+
+
+
+
@section Scripts {
@{
await Html.RenderPartialAsync("_ValidationScriptsPartial");
@@ -89,3 +104,94 @@
}
+
+
+@* @model VirtualTask.Models.Anag *@
+
+@* @{ *@
+@* ViewData["Title"] = "Modifica cliente"; *@
+@* Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; *@
+@* } *@
+
+@*
*@
+@*
*@
+@*
*@
+@*
*@
+@*
*@
+@* @section Scripts { *@
+@* @{ *@
+@* await Html.RenderPartialAsync("_ValidationScriptsPartial"); *@
+@* } *@
+@* } *@
+@*
*@
+@*
*@
diff --git a/Views/Articoli/Details.cshtml b/Views/Articoli/Details.cshtml
index c0adec3..d2e584f 100644
--- a/Views/Articoli/Details.cshtml
+++ b/Views/Articoli/Details.cshtml
@@ -7,41 +7,116 @@
-
-
-
- @Html.DisplayNameFor(model => model.SlCodice) @Html.DisplayFor(model => model.SlCodice)
-
-
- @Html.DisplayNameFor(model => model.ArDesArt) @Html.DisplayFor(model => model.ArDesArt)
-
-
- @Html.DisplayNameFor(model => model.SlCodMag) @Html.DisplayFor(model => model.SlCodMag)
-
-
- @Html.DisplayNameFor(model => model.SlQtAper) @Html.DisplayFor(model => model.SlQtAper)
-
-
- @Html.DisplayNameFor(model => model.LiPrezzo) @Html.DisplayFor(model => model.LiPrezzo)
-
- @Html.HiddenFor(model => model.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)
-
-
+
+
+
+
+ | |
+ |
+
+
+
+
+ |
+ @Html.DisplayNameFor(model => model.SlCodice)
+ |
+ @Html.DisplayFor(model => model.SlCodice) |
+
+
+ |
+ @Html.DisplayNameFor(model => model.ArDesArt)
+ |
+ @Html.DisplayFor(model => model.ArDesArt) |
+
+
+ |
+ @Html.DisplayNameFor(model => model.SlCodMag)
+ |
+ @Html.DisplayFor(model => model.SlCodMag) |
+
+
+ |
+ @Html.DisplayNameFor(model => model.SlQtAper)
+ |
+ @Html.DisplayFor(model => model.SlQtAper) |
+
+
+ |
+ @Html.DisplayNameFor(model => model.LiPrezzo)
+ |
+ @Html.DisplayFor(model => model.LiPrezzo) |
+
+
+
+
+
+ @* Hidden fields *@
+ @Html.HiddenFor(model => model.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)
+
+
+
+
+@* @model VirtualTask.Models.Articoli *@
+
+@* @{ *@
+@* ViewData["Title"] = "Dettaglio articolo"; *@
+@* Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; *@
+@* } *@
+
+@*
*@
+@*
*@
+@*
*@
+@*
*@
+@*
*@
+@* @Html.DisplayNameFor(model => model.SlCodice) @Html.DisplayFor(model => model.SlCodice) *@
+@*
*@
+@*
*@
+@* @Html.DisplayNameFor(model => model.ArDesArt) @Html.DisplayFor(model => model.ArDesArt) *@
+@*
*@
+@*
*@
+@* @Html.DisplayNameFor(model => model.SlCodMag) @Html.DisplayFor(model => model.SlCodMag) *@
+@*
*@
+@*
*@
+@* @Html.DisplayNameFor(model => model.SlQtAper) @Html.DisplayFor(model => model.SlQtAper) *@
+@*
*@
+@*
*@
+@* @Html.DisplayNameFor(model => model.LiPrezzo) @Html.DisplayFor(model => model.LiPrezzo) *@
+@*
*@
+@* @Html.HiddenFor(model => model.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) *@
+@*
*@
+@*
*@
+@*
*@
+@*
*@
+@*
*@
diff --git a/Views/Articoli/Edit.cshtml b/Views/Articoli/Edit.cshtml
index fd6da9b..4372c6c 100644
--- a/Views/Articoli/Edit.cshtml
+++ b/Views/Articoli/Edit.cshtml
@@ -7,65 +7,151 @@
-
-
+
+
+
+ @* 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"; *@
+@* } *@
+
+@*
*@
+
@*