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) { - reqNewPODL()">Nuovo PODL + reqNewPODL()">Nuovo PODL } @@ -26,26 +26,26 @@ @if (filtActive) { - + @**@ @if (selReparto != "*") { - resetReparto()" title="Rimuovi Filtro Reparto">   + resetReparto()" title="Rimuovi Filtro Reparto">   } @if (macchina != "*") { - resetMacchina()" title="Rimuovi Filtro Impianto">   + resetMacchina()" title="Rimuovi Filtro Impianto">   } @if (StatoSel != "*") { - resetFase()" title="Rimuovi Filtro Parametro">   + resetFase()" title="Rimuovi Filtro Parametro">   } - + } @if (hasOdl) { - @selDtStart   - @selDtEnd   + @selDtStart   + @selDtEnd   } @@ -58,93 +58,93 @@ @if (currRecord != null) { - - - - @header - - - - - - - Ricerca - - + + + + @header + + + + + + + Ricerca + - - - Articolo - + + + + Articolo + @if (ListArticoli != null) { foreach (var item in ListArticoli) { @if (item.CodArticolo == currRecordControlli.CodArticolo) { - @item.CodArticolo | @item.DescArticolo | @item.Disegno + @item.CodArticolo | @item.DescArticolo | @item.Disegno } else { - @item.CodArticolo | @item.DescArticolo | @item.Disegno + @item.CodArticolo | @item.DescArticolo | @item.Disegno } } } - - + - - - # pz - - T.Ciclo - - + + + + # pz + + T.Ciclo + - - - Fase - + + + + Fase + @if (ListStati != null) { foreach (var item in ListStati) { @if (item.value == currRecordControlli.KeyRichiesta) { - @item.label + @item.label } else { - @item.label + @item.label } } } - + + + + + + + + + Gruppo + @if (currGruppoSel != null) + { + + @* @currGruppoSel.CodGruppo | @currGruppoSel.DescrGruppo *@ + } - - + + - Gruppo - @if (currGruppoSel != null) - { - -@* @currGruppoSel.CodGruppo | @currGruppoSel.DescrGruppo *@ - } - - - - - - - - Macchina - + Macchina + @if (ListMacchine != null) { foreach (var item in ListMacchine) @@ -154,112 +154,111 @@ if (item.IdxMacchina == currRecordControlli.IdxMacchina) { - @item.IdxMacchina | @item.Descrizione + @item.IdxMacchina | @item.Descrizione } else { - @item.IdxMacchina | @item.Descrizione + @item.IdxMacchina | @item.Descrizione } } } } - - + - - - Note - - - - - - - - - Attivabile - - - - + + + Note + + + + + + + + + + Attivabile + + + - + + + + + + cancel()">Annulla - - - cancel()">Annulla - - - - + + + @if (currRecord.CodArticolo != "" && currRecord.CodFase != "" && selReparto != "*" && currRecord.IdxMacchina != "") { - update(currRecord)">Salva + update(currRecord)">Salva } - + } - else if (addEnabled) + @* else if (addEnabled) { - - - @* reqNewPODL()">@btnNewText *@ - - @if (reqNew) - { - - - Azienda - - @if (ListAziende != null) - { - foreach (var item in ListAziende.Where(x => x.CodGruppo != "*").ToList()) - { - @item.DescrGruppo - } - } - - - - - - Search - - Articolo - - @if (ListArticoli != null) - { - foreach (var item in ListArticoli.Where(x => x.Azienda == currAzienda).ToList()) - { - @item.CodArticolo | @item.DescArticolo | @item.Disegno - } - } - - - - } - + + + + @if (reqNew) + { + + + Azienda + + @if (ListAziende != null) + { + foreach (var item in ListAziende.Where(x => x.CodGruppo != "*").ToList()) + { + @item.DescrGruppo } + } + + + + + + Search + + Articolo + + @if (ListArticoli != null) + { + foreach (var item in ListArticoli.Where(x => x.Azienda == currAzienda).ToList()) + { + @item.CodArticolo | @item.DescArticolo | @item.Disegno + } + } + + + + } + + }*@ @if (isLoading) { - + } else { - + }