From c92d8e00962cc8b88122e07b97cf00743436fb56 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 8 Feb 2023 15:38:42 +0100 Subject: [PATCH] Primo test spacchettamento ricetta --- MP.SPEC/Components/RecipeMan.razor | 27 +++++++++++++++++++++++++-- MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- 5 files changed, 29 insertions(+), 6 deletions(-) diff --git a/MP.SPEC/Components/RecipeMan.razor b/MP.SPEC/Components/RecipeMan.razor index 2ff2117a..86e9e2ff 100644 --- a/MP.SPEC/Components/RecipeMan.razor +++ b/MP.SPEC/Components/RecipeMan.razor @@ -9,13 +9,36 @@ else
Dati Ricetta
@if (CurrRecipe?.HeadVal != null) { -

testata: @CurrRecipe.HeadVal.Count valori

+
+ @foreach (var item in CurrRecipe.HeadVal) + { +
+
+ + +
+
+ } +
}
@if (CurrRecipe?.RowsVal != null) { -

righe: @CurrRecipe.RowsVal.Count valori

+ @foreach (var riga in CurrRecipe.RowsVal) + { +
+ @foreach (var item in riga.Value) + { +
+
+ + +
+
+ } +
+ } }
diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index 77ad4dca..4a372ee7 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2302.810 + 6.16.2302.815 diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index be294f9d..500c0062 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2302.810

+

Versione: 6.16.2302.815


Note di rilascio: