diff --git a/Views/GiriChiudi/Chiudi.cshtml b/Views/GiriChiudi/Chiudi.cshtml index 996aaf4..4a7bc5f 100644 --- a/Views/GiriChiudi/Chiudi.cshtml +++ b/Views/GiriChiudi/Chiudi.cshtml @@ -3,7 +3,86 @@ ViewData["Title"] = "Area riservata"; Layout = "~/Views/Shared/_LayoutAreaRis.cshtml"; } -
+ +
+ +
+
+
+
Chiusura Giro
+
+
+
+
+
+ +
+
@Html.DisplayFor(model => model.SerialeGiro)
+
+
+
+ +
+
@Html.DisplayFor(model => model.CodAutista)-@Html.DisplayFor(model => model.Autista)
+
+
+
+ +
+
@Html.DisplayFor(model => model.DataGiro)
+
+
+
+ +
+
@Html.DisplayFor(model => model.BancaliCaricati)
+
+
+
+ +
+
@Html.DisplayFor(model => model.ImportoDaRecuperare)
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+ +
+ +
+
+
+
+ + Torna alla lista +
+
+ @Html.HiddenFor(x => x.SerialeGiro) + @Html.HiddenFor(x => x.CodAutista) + @Html.HiddenFor(x => x.Autista) + @Html.HiddenFor(x => x.DataGiro) + @Html.HiddenFor(x => x.BancaliCaricati) + @Html.HiddenFor(x => x.ImportoDaRecuperare) +
+
+
+
+
+ + +@*
@@ -54,4 +133,4 @@
-
+
*@