From 17b7965589c4a8cba3f4e2f2b6c6bf4524acf782 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 1 Dec 2022 13:09:39 +0100 Subject: [PATCH] Fix preselezione articolo PODL --- MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Pages/PODL.razor | 261 +++++++++++++++---------------- MP.SPEC/Pages/PODL.razor.cs | 12 +- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- 6 files changed, 140 insertions(+), 141 deletions(-) diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index ea190326..b59041d0 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2212.112 + 6.16.2212.113 diff --git a/MP.SPEC/Pages/PODL.razor b/MP.SPEC/Pages/PODL.razor index 0c739be7..77590ffc 100644 --- a/MP.SPEC/Pages/PODL.razor +++ b/MP.SPEC/Pages/PODL.razor @@ -18,7 +18,7 @@ @if (addEnabled) { - + } @@ -26,26 +26,26 @@
@if (filtActive) { -
+
@**@ @if (selReparto != "*") { - + } @if (macchina != "*") { - + } @if (StatoSel != "*") { - + } -
+
} @if (hasOdl) { - @selDtStart   - @selDtEnd   + @selDtStart   + @selDtEnd   } @if (currRecord != null) { -
-
-
-
@header
-
-
-
-
-
-
- Ricerca - -
+
+
+
+
@header
+
+
+
+
+
+
+ Ricerca +
-
-
- Articolo - @if (ListArticoli != null) { foreach (var item in ListArticoli) { @if (item.CodArticolo == currRecordControlli.CodArticolo) { - + } else { - + } } } - -
+
-
-
- # pz - - T.Ciclo - -
+
+
+
+ # pz + + T.Ciclo +
-
-
- Fase - @if (ListStati != null) { foreach (var item in ListStati) { @if (item.value == currRecordControlli.KeyRichiesta) { - + } else { - + } } } - + +
+
+
+
+
+
+
+ Gruppo + @if (currGruppoSel != null) + { + + @* *@ + }
-
-
+
+
- Gruppo - @if (currGruppoSel != null) - { - -@* *@ - } -
-
-
-
-
-
-
- Macchina - @if (ListMacchine != null) { foreach (var item in ListMacchine) @@ -154,112 +154,111 @@ if (item.IdxMacchina == currRecordControlli.IdxMacchina) { - + } else { - + } } } } - -
+
-
-
- Note - -
-
-
-
-
-
-
- Attivabile -
-
- -
+
+
+ Note + +
+
+
+
+
+
+
+
+ Attivabile +
+
+
-
+
+
+
+
+
+
-
-
- -
-
-
-
+
+
+
@if (currRecord.CodArticolo != "" && currRecord.CodFase != "" && selReparto != "*" && currRecord.IdxMacchina != "") { - + } -
+
} - else if (addEnabled) + @* else if (addEnabled) { -
-
- @**@ -
- @if (reqNew) - { -
-
- Azienda - -
-
-
-
- Search - - Articolo - -
-
- } -
+
+
+
+ @if (reqNew) + { +
+
+ Azienda + +
+
+
+
+ Search + + Articolo + +
+
+ } +
+ }*@
@if (isLoading) { - + } else { - + }