From 96fbdcde6c0da2f3650e0efc9bb1e8f1c345c313 Mon Sep 17 00:00:00 2001 From: michele Date: Wed, 15 Oct 2025 16:17:03 +0200 Subject: [PATCH] modifiche layout articoli, chiamate delete, commesse delete e impianti delete, magazzini delete e progressivi --- Views/Articoli/Delete.cshtml | 2 +- Views/Chiamate/Delete.cshtml | 116 +++++++++++++++++++++++++++++++- Views/CommesseVT/Delete.cshtml | 6 ++ Views/Impianti/Delete.cshtml | 2 +- Views/MagazziniVT/Delete.cshtml | 2 +- Views/Progressivi/Edit.cshtml | 95 +++++++++++++++----------- 6 files changed, 179 insertions(+), 44 deletions(-) diff --git a/Views/Articoli/Delete.cshtml b/Views/Articoli/Delete.cshtml index 0d342a1..a6556fa 100644 --- a/Views/Articoli/Delete.cshtml +++ b/Views/Articoli/Delete.cshtml @@ -10,7 +10,7 @@

- Sei sicuro di voler eliminare questo tecnico?
+ Sei sicuro di voler eliminare questo articolo?
Questa operazione non può essere annullata.

diff --git a/Views/Chiamate/Delete.cshtml b/Views/Chiamate/Delete.cshtml index c957a8e..7224bd2 100644 --- a/Views/Chiamate/Delete.cshtml +++ b/Views/Chiamate/Delete.cshtml @@ -5,6 +5,120 @@ Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; } +
+
+ +

+ Sei sicuro di voler eliminare questa chiamata?
+ Questa operazione non può essere annullata. +

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  
+ @Html.DisplayNameFor(model => model.chserial) + @Html.DisplayFor(model => model.chserial)
+ @Html.DisplayNameFor(model => model.chcodese) + @Html.DisplayFor(model => model.chcodese)
+ @Html.DisplayNameFor(model => model.tcdescri) + @Html.DisplayFor(model => model.tcdescri)
+ @Html.DisplayNameFor(model => model.chtipo) + @Html.DisplayFor(model => model.chtipo)
+ @Html.DisplayNameFor(model => model.chnumero) + @Html.DisplayFor(model => model.chnumero)
+ @Html.DisplayNameFor(model => model.chdata) + @Html.DisplayFor(model => model.chdata)
+ @Html.DisplayNameFor(model => model.chcodimp) + @Html.DisplayFor(model => model.chcodimp)
+ @Html.DisplayNameFor(model => model.chtchiam) + @Html.DisplayFor(model => model.chtchiam)
+ @Html.DisplayNameFor(model => model.chstato) + @Html.DisplayFor(model => model.chstato)
+ @Html.DisplayNameFor(model => model.chrifer) + @Html.DisplayFor(model => model.chrifer)
+ @Html.DisplayNameFor(model => model.chtelef) + @Html.DisplayFor(model => model.chtelef)
+ @Html.DisplayNameFor(model => model.chcodseg) + @Html.DisplayFor(model => model.chcodseg)
+ @Html.DisplayNameFor(model => model.chnote) + @Html.DisplayFor(model => model.chcodimp)
+
+ +
+ + model.chserial) name="id" /> + Torna alla lista +
+
+
+ +@* @model VirtualTask.Models.Chiamate + +@{ + ViewData["Title"] = "Elimina chiamata"; + Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; +} +
@@ -59,4 +173,4 @@
- \ No newline at end of file + *@ \ No newline at end of file diff --git a/Views/CommesseVT/Delete.cshtml b/Views/CommesseVT/Delete.cshtml index d1e677a..7b97644 100644 --- a/Views/CommesseVT/Delete.cshtml +++ b/Views/CommesseVT/Delete.cshtml @@ -17,6 +17,12 @@ @Html.HiddenFor(model => model.ladeslav) @Html.HiddenFor(model => model.latipcli) @Html.HiddenFor(model => model.lacodcli) + +

+ Sei sicuro di voler eliminare questa commessa?
+ Questa operazione non può essere annullata. +

+
diff --git a/Views/Impianti/Delete.cshtml b/Views/Impianti/Delete.cshtml index ec89bc3..07d91ad 100644 --- a/Views/Impianti/Delete.cshtml +++ b/Views/Impianti/Delete.cshtml @@ -9,7 +9,7 @@

- Sei sicuro di voler eliminare questo tecnico?
+ Sei sicuro di voler eliminare questo impianto?
Questa operazione non può essere annullata.

diff --git a/Views/MagazziniVT/Delete.cshtml b/Views/MagazziniVT/Delete.cshtml index c16fddd..956bf82 100644 --- a/Views/MagazziniVT/Delete.cshtml +++ b/Views/MagazziniVT/Delete.cshtml @@ -9,7 +9,7 @@

- Sei sicuro di voler eliminare questo tecnico?
+ Sei sicuro di voler eliminare questo magazzino?
Questa operazione non può essere annullata.

diff --git a/Views/Progressivi/Edit.cshtml b/Views/Progressivi/Edit.cshtml index 0d35fde..19a534d 100644 --- a/Views/Progressivi/Edit.cshtml +++ b/Views/Progressivi/Edit.cshtml @@ -5,8 +5,61 @@ Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; } -
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
  
@Html.DisplayNameFor(model => model.azienda) + + +
@Html.DisplayNameFor(model => model.tipo_prog) + + +
@Html.DisplayNameFor(model => model.val_prog) + + +
+
+ +
+ + Torna alla lista +
+ + + + @section Scripts { + @{ + await Html.RenderPartialAsync("_ValidationScriptsPartial"); + } + } + + + +@*
@@ -48,42 +101,4 @@ }
-
- -@*

Modifica progressivo

- -

Progressivo

-
-
-
-
-
-
- - - -
-
- - - -
-
- - - -
-
- -
-
-
-
- -
- Torna indietro -
- -@section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} *@ +
*@ \ No newline at end of file