minor fix
This commit is contained in:
@@ -8,11 +8,11 @@ else
|
||||
{
|
||||
@if (idOpr == "0")
|
||||
{
|
||||
<span class="fs-4">Selezionare l'operatore</span>
|
||||
<span class="fs-4">Scansionare l'operatore</span>
|
||||
}
|
||||
else
|
||||
{
|
||||
<span class="fs-4">Selezionare la sessione</span>
|
||||
<span class="fs-4">Scansionare la sessione</span>
|
||||
}
|
||||
@*<input type="text" class="form-control" @bind="@idOpr" />*@
|
||||
<CodeScan lastRawScan="saveScan"></CodeScan>
|
||||
|
||||
@@ -121,9 +121,9 @@ namespace MP.INVE.Pages
|
||||
if (!string.IsNullOrEmpty(newScan))
|
||||
{
|
||||
//eseguo split su "?" e divido in due il link
|
||||
//var uriProc1 = newScan.Split("?");
|
||||
var uriProc1 = newScan.Split("?");
|
||||
//eseguo split su "&" e divido il rimanente del link ottenendo così le variabili singole
|
||||
var uriProc2 = newScan.Split("&");
|
||||
var uriProc2 = uriProc1[1].Split("&");
|
||||
string[] uriProc3;
|
||||
|
||||
for (int i = 0; i < uriProc2.Length; i++)
|
||||
|
||||
Reference in New Issue
Block a user