diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 0382fc6a..c3583a87 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.1.2603.0911 + 1.1.2603.0912 diff --git a/Lux.UI/Components/Pages/Items.razor b/Lux.UI/Components/Pages/Items.razor index d4836532..767e6ecc 100644 --- a/Lux.UI/Components/Pages/Items.razor +++ b/Lux.UI/Components/Pages/Items.razor @@ -18,13 +18,21 @@ - @if (!string.IsNullOrEmpty(SelCodGroup) && SelType != Enums.ItemClassType.ND) + @if (!showItemsBuy && (!string.IsNullOrEmpty(SelCodGroup) && SelType != Enums.ItemClassType.ND)) { Nuovo } + Envir + + --- Sel. Envir --- + @* @foreach (var item in ListItemGroup) + { + @item.Description + } *@ + Gruppo --- Sel. Gruppo --- diff --git a/Lux.UI/Components/Pages/Items.razor.cs b/Lux.UI/Components/Pages/Items.razor.cs index b43d0b6a..ab4348c0 100644 --- a/Lux.UI/Components/Pages/Items.razor.cs +++ b/Lux.UI/Components/Pages/Items.razor.cs @@ -45,6 +45,20 @@ namespace Lux.UI.Components.Pages } } + protected EgwMultiEngineManager.Data.Constants.EXECENVIRONMENTS SelEnvir + { + get => CurrFilt.Envir; + set + { + if (CurrFilt.Envir != value) + { + isLoading = true; + CurrFilt.Envir = value; + isLoading = false; + } + } + } + /// /// Modalità articoli vendita vs articoli acquisto /// diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index d09d45a8..bdc1f637 100644 --- a/Lux.UI/Lux.UI.csproj +++ b/Lux.UI/Lux.UI.csproj @@ -5,7 +5,7 @@ enable enable aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50 - 1.1.2603.0911 + 1.1.2603.0912 diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index 658255f5..4031541e 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ LUX - Web Windows MES - Versione: 1.1.2603.0911 + Versione: 1.1.2603.0912 Note di rilascio: diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt index 80606144..9497adeb 100644 --- a/Resources/VersNum.txt +++ b/Resources/VersNum.txt @@ -1 +1 @@ -1.1.2603.0911 +1.1.2603.0912 diff --git a/Resources/manifest.xml b/Resources/manifest.xml index c49b75ec..be1f2262 100644 --- a/Resources/manifest.xml +++ b/Resources/manifest.xml @@ -1,6 +1,6 @@ - 1.1.2603.0911 + 1.1.2603.0912 http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html false