Update gestione batch-ODL (primo test)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>0.9.2601.2110</Version>
|
||||
<Version>0.9.2601.2116</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -198,7 +198,7 @@ namespace Lux.UI.Components.Compo.Config
|
||||
{
|
||||
Dictionary<string, string> DictExec = new Dictionary<string, string>();
|
||||
var cMode = Egw.Window.Data.Enums.QuestionModes.CONFIG;
|
||||
var cSubMode = Egw.Window.Data.Enums.QuestionConfSubModes.THRESHOLDLIST;
|
||||
var cSubMode = Egw.Window.Data.Enums.QuestionConfSubModes.PROFILEDATA;
|
||||
DictExec.Add("UID", "");
|
||||
DictExec.Add("RUID", "");
|
||||
DictExec.Add("ProfileName", "");
|
||||
|
||||
@@ -633,7 +633,7 @@ namespace Lux.UI.Components.Compo
|
||||
UpdateTable();
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Prepara URL x download file JWD
|
||||
/// </summary>
|
||||
@@ -809,8 +809,12 @@ namespace Lux.UI.Components.Compo
|
||||
|
||||
private Dictionary<string, List<Threshold>> AvailThreshold { get; set; } = new Dictionary<string, List<Threshold>>()
|
||||
{
|
||||
{"Profilo78", new List<Threshold>() { new Threshold(3, "Bottom")}},
|
||||
{"ProfiloSaomad", new List<Threshold>(){ new Threshold(3, "Bottom")}}
|
||||
#if false
|
||||
{"Profilo78", new List<Threshold>() { new Threshold(3, "Bottom"), new Threshold(1, "Threshold")}},
|
||||
{"ProfiloSaomad", new List<Threshold>(){ new Threshold(3, "Bottom"), new Threshold(2, "BottomWaterdrip"), new Threshold(1, "Threshold")}}
|
||||
{"ProfiloSaomad", new List<Threshold>(){ new Threshold(3, "Bottom"), new Threshold(2, "BottomWaterdrip"), new Threshold(1, "Threshold")}}
|
||||
#endif
|
||||
};
|
||||
|
||||
#endregion Private Properties
|
||||
|
||||
@@ -126,7 +126,7 @@ namespace Lux.UI.Components.Pages
|
||||
}
|
||||
|
||||
// ora lavoro sugli items x collegarli agli ODL... parto dal dizionario e cerco nell'elenco degli ODL creati...
|
||||
|
||||
int fatto = await DLService.ProdItem2ODL_AssignAsync(dbList, dictParts);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UserSecretsId>aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50</UserSecretsId>
|
||||
<Version>0.9.2601.2110</Version>
|
||||
<Version>1.0.2601.2116</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -5,7 +5,7 @@ $FileManIn="..\Resources\manifest-original.xml"
|
||||
$FileManOut="..\Resources\manifest.xml"
|
||||
$FileCLogIn="..\Resources\ChangeLog-original.html"
|
||||
$FileCLogOut="..\Resources\ChangeLog.html"
|
||||
$MajMin="0.9."
|
||||
$MajMin="1.0."
|
||||
$currentDate = get-date -format yyMM;
|
||||
$currentTime = get-date -format ddHH;
|
||||
$find = "<Version>(.|\n)*?</Version>";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>LUX - Web Windows MES</i>
|
||||
<h4>Versione: 0.9.2601.2110</h4>
|
||||
<h4>Versione: 1.0.2601.2116</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.9.2601.2110
|
||||
1.0.2601.2116
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>0.9.2601.2110</version>
|
||||
<version>1.0.2601.2116</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