Fix pagina scan INVE
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
<input @bind="@rawScan" class="fs-3 mb-2" @ref="@target" style="width: 17rem;" />
|
||||
<input @bind="@rawScan" class="fs-3 mb-2" @ref="@target" style="width: 17rem;" type="number" />
|
||||
|
||||
@if (rawScan != null)
|
||||
{
|
||||
|
||||
@@ -9,9 +9,8 @@ elenco di buttons che servono a confermare operazione:
|
||||
</ul>*@
|
||||
|
||||
<div class="btn-group" role="group" aria-label="Basic example">
|
||||
<button type="button" class="btn btn-primary">Left</button>
|
||||
<button type="button" class="btn btn-primary">Middle</button>
|
||||
<button type="button" class="btn btn-primary">Right</button>
|
||||
<button type="button" class="btn btn-success">Conferma</button>
|
||||
<button type="button" class="btn btn-danger">Annulla</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -23,14 +23,19 @@
|
||||
<ul class="p-0">
|
||||
<li class="list-group-item">Lotto: @udc.lottoNav.Lotto</li>
|
||||
<li class="list-group-item">Articolo: @udc.lottoNav.CodArt</li>
|
||||
<li class="list-group-item">Quantità: @Math.Round(udc.Qta, 0) pz.</li>
|
||||
<li class="list-group-item">
|
||||
Quantità:
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control" value="@Math.Round(udc.Qta, 0)" />
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="col-12 d-flex flex-row-reverse">
|
||||
<ProcOperat></ProcOperat>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<ProcOperat></ProcOperat>
|
||||
</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP.INVE</RootNamespace>
|
||||
<Version>6.16.2211.2511</Version>
|
||||
<Version>6.16.2211.2512</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOINVE </i>
|
||||
<h4>Versione: 6.16.2211.2511</h4>
|
||||
<h4>Versione: 6.16.2211.2512</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2211.2511
|
||||
6.16.2211.2512
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2211.2511</version>
|
||||
<version>6.16.2211.2512</version>
|
||||
<url>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/MP.INVE.zip</url>
|
||||
<changelog>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user