From c6a943b3ec49b073ddf0cef4cbe23dec0c7ab281 Mon Sep 17 00:00:00 2001 From: Marco Audiffredi Date: Thu, 18 Jul 2024 12:50:50 +0200 Subject: [PATCH] form chiudi --- Views/GiriChiudi/Chiudi.cshtml | 83 +++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 2 deletions(-) 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 @@
-
+
*@