Bozza envir

This commit is contained in:
Samuele Locatelli
2026-03-09 12:04:29 +01:00
parent a15e380beb
commit 55df301628
7 changed files with 28 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.1.2603.0911</Version>
<Version>1.1.2603.0912</Version>
</PropertyGroup>
<ItemGroup>
+9 -1
View File
@@ -18,13 +18,21 @@
</div>
<div class="px-0 d-flex justify-content-between">
<div class="px-0">
@if (!string.IsNullOrEmpty(SelCodGroup) && SelType != Enums.ItemClassType.ND)
@if (!showItemsBuy && (!string.IsNullOrEmpty(SelCodGroup) && SelType != Enums.ItemClassType.ND))
{
<button class="btn btn-sm btn-success" @onclick="DoAdd"><i class="fa-solid fa-cart-plus"></i> Nuovo</button>
}
</div>
<div class="px-1">
<div class="input-group input-group-sm">
<span class="input-group-text">Envir</span>
<select @bind="@SelEnvir" class="form-select">
<option value="NULL">--- Sel. Envir ---</option>
@* @foreach (var item in ListItemGroup)
{
<option value="@item.CodGroup">@item.Description</option>
} *@
</select>
<span class="input-group-text">Gruppo</span>
<select @bind="@SelCodGroup" class="form-select">
<option value="">--- Sel. Gruppo ---</option>
+14
View File
@@ -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;
}
}
}
/// <summary>
/// Modalità articoli vendita vs articoli acquisto
/// </summary>
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50</UserSecretsId>
<Version>1.1.2603.0911</Version>
<Version>1.1.2603.0912</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>LUX - Web Windows MES</i>
<h4>Versione: 1.1.2603.0911</h4>
<h4>Versione: 1.1.2603.0912</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.1.2603.0911
1.1.2603.0912
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.2603.0911</version>
<version>1.1.2603.0912</version>
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
<mandatory>false</mandatory>