From a4bb7e96ef989a6cf723bd8a0c26d9baa7347487 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 6 Nov 2023 18:34:51 +0100 Subject: [PATCH] Update pag fixODL --- MP-TAB-SERV/Components/FixOdl.razor | 60 +++++++++++++++++++++++-- MP-TAB-SERV/Components/FixOdl.razor.cs | 62 +++++++++++++++++++------- MP-TAB-SERV/Components/OdlMan.razor | 2 +- MP-TAB-SERV/MP-TAB-SERV.csproj | 2 +- MP-TAB-SERV/Resources/ChangeLog.html | 2 +- MP-TAB-SERV/Resources/VersNum.txt | 2 +- MP-TAB-SERV/Resources/manifest.xml | 2 +- MP.Data/Controllers/MpTabController.cs | 31 +++++++++++++ MP.Data/Services/TabDataService.cs | 39 ++++++++++++++++ 9 files changed, 177 insertions(+), 25 deletions(-) diff --git a/MP-TAB-SERV/Components/FixOdl.razor b/MP-TAB-SERV/Components/FixOdl.razor index 2b65f2eb..f16f5f60 100644 --- a/MP-TAB-SERV/Components/FixOdl.razor +++ b/MP-TAB-SERV/Components/FixOdl.razor @@ -8,14 +8,65 @@

Ultimi ODL lavorati:

- ...tabella... + + + + + + + + + @foreach (var item in ListPaged) + { + + + + + } + +
ODL / Articolo# Pezzi
+
+
+ @item.IdxOdl +
+
+ @item.CodArticolo +
+
+
+
+ @($"{item.DataInizio:yyyy.MM.dd HH:mm:ss}") +
+
+ +
+
+ @($"{item.DataFine:yyyy.MM.dd HH:mm:ss}") +
+
+ @if (!string.IsNullOrEmpty(item.Note)) + { +
+ @item.Note +
+ } +
+
+ @item.NumPezzi.ToString("N0") +
+
+ TC: @item.Tcassegnato.ToString("N2") | pz/pallet: @item.PzPallet +
+
+ +