Correzioni interfaccia ordini
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>1.1.2604.2016</Version>
|
||||
<Version>1.1.2604.2110</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>1.1.2604.2109</Version>
|
||||
<Version>1.1.2604.2111</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -102,7 +102,6 @@ else
|
||||
<button class="btn btn-sm btn-primary" style="min-width: 6rem;" @onclick="ForceReloadData"><i class="fa-solid fa-rotate-right"></i></button>
|
||||
</th>
|
||||
<th>Preview</th>
|
||||
<th>ID</th>
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -85,7 +85,7 @@ else
|
||||
@if (DisplayMode == EgwCoreLib.Lux.Core.Enums.DisplayMode.Edit)
|
||||
{
|
||||
<th>
|
||||
<button class="btn btn-sm btn-primary" style="min-width: 6rem;" @onclick="ForceReloadData"><i class="fa-solid fa-rotate-right"></i></button>
|
||||
<button class="btn btn-sm btn-primary" style="min-width: 4rem;" @onclick="ForceReloadData"><i class="fa-solid fa-rotate-right"></i></button>
|
||||
</th>
|
||||
}
|
||||
<th class="text-start">Preview</th>
|
||||
@@ -134,8 +134,8 @@ else
|
||||
<td class="text-nowrap align-top">
|
||||
@if (CurrEditMode == EditMode.None)
|
||||
{
|
||||
<button class="btn btn-sm btn-info" @onclick="() => DoEdit(item.Original)"><i class="fa-solid fa-pencil"></i></button>
|
||||
<button class="btn btn-sm btn-warning" @onclick="() => DoClone(item.Original)"><i class="fa-solid fa-wand-magic" title="Duplica Articoo (Riga Offerta)"></i></button>
|
||||
<button class="btn btn-sm btn-info" @onclick="() => DoEdit(item.Original)"><i class="fa-solid fa-pencil" title="Modifica riga Offerta"></i></button>
|
||||
<button class="btn btn-sm btn-warning" @onclick="() => DoClone(item.Original)"><i class="fa-solid fa-wand-magic" title="Duplica riga Offerta"></i></button>
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -210,9 +210,9 @@ else
|
||||
<td class="align-top">
|
||||
<div class="align-content-center">
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item d-flex justify-content-between align-items-start align-items-center px-2 py-1 active">
|
||||
@* <li class="list-group-item d-flex justify-content-between align-items-start align-items-center px-2 py-1 active">
|
||||
@item.Original.Note
|
||||
</li>
|
||||
</li> *@
|
||||
<li class="list-group-item d-flex justify-content-between align-items-start align-items-center px-2 py-1">
|
||||
<div class="fw-bold">@item.Original.OrderRowUID</div>
|
||||
@if (ShowBom(item.Original))
|
||||
|
||||
@@ -79,6 +79,7 @@ namespace Lux.UI.Components.Compo.Templates
|
||||
{
|
||||
ConfInit();
|
||||
prevJwd = "";
|
||||
|
||||
await ReloadBaseList();
|
||||
DLService.PipeUpdate.EA_NewMessage += PipeUpdate_EA_NewMessage;
|
||||
DLService.PipePng.EA_NewMessage += PipePng_EA_NewMessage;
|
||||
@@ -92,6 +93,7 @@ namespace Lux.UI.Components.Compo.Templates
|
||||
protected override async Task OnParametersSetAsync()
|
||||
{
|
||||
await ReloadDataAsync();
|
||||
currPage = 1;
|
||||
UpdateTable();
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UserSecretsId>aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50</UserSecretsId>
|
||||
<Version>1.1.2604.2016</Version>
|
||||
<Version>1.1.2604.2110</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>LUX - Web Windows MES</i>
|
||||
<h4>Versione: 1.1.2604.2109</h4>
|
||||
<h4>Versione: 1.1.2604.2111</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.1.2604.2109
|
||||
1.1.2604.2111
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.1.2604.2109</version>
|
||||
<version>1.1.2604.2111</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>
|
||||
|
||||
Reference in New Issue
Block a user