- AdvStep(CompileStep.Header)">
-
+ AdvStep(Enums.CompileStep.Header)">
+
- AdvStep(CompileStep.General)">
-
+ AdvStep(Enums.CompileStep.General)">
+
- AdvStep(CompileStep.Rows)">
-
+ AdvStep(Enums.CompileStep.Rows)">
+
- AdvStep(CompileStep.Delivery)">
-
+ AdvStep(Enums.CompileStep.Delivery)">
+
- AdvStep(CompileStep.FinalCheck)">
-
+ AdvStep(Enums.CompileStep.FinalCheck)">
+
@@ -50,23 +50,23 @@
- @if (currStep == CompileStep.Header)
+ @if (currStep == Enums.CompileStep.Header)
{
-
+
}
- else if (currStep == CompileStep.General)
+ else if (currStep == Enums.CompileStep.General)
{
}
- else if (currStep == CompileStep.Rows)
+ else if (currStep == Enums.CompileStep.Rows)
{
}
- else if (currStep == CompileStep.Delivery)
+ else if (currStep == Enums.CompileStep.Delivery)
{
}
- else if (currStep == CompileStep.FinalCheck)
+ else if (currStep == Enums.CompileStep.FinalCheck)
{
}
diff --git a/Lux.UI/Components/Pages/Offers.razor.cs b/Lux.UI/Components/Pages/Offers.razor.cs
index 868632d2..38754b8a 100644
--- a/Lux.UI/Components/Pages/Offers.razor.cs
+++ b/Lux.UI/Components/Pages/Offers.razor.cs
@@ -15,23 +15,6 @@ namespace Lux.UI.Components.Pages
{
public partial class Offers
{
- #region Protected Enums
-
- ///
- /// Stato compilazione offerta
- ///
- protected enum CompileStep
- {
- Draft = 0,
- Header = 1,
- General,
- Rows,
- Delivery,
- FinalCheck
- }
-
- #endregion Protected Enums
-
#region Protected Properties
///
@@ -96,6 +79,7 @@ namespace Lux.UI.Components.Pages
private List ListRecords = new List();
+ private List ListtChanges = new();
private int numRecord = 10;
///
@@ -345,6 +329,27 @@ namespace Lux.UI.Components.Pages
UpdateTable();
}
+ private void SetDirty(EditStepDto updData)
+ {
+#if false
+ // semodificato imposto colore variato x header
+ if (updData.Changed)
+ {
+ if (!ListtChanges.Contains(updData.SrcStep))
+ {
+ ListtChanges.Add(updData.SrcStep);
+ }
+ }
+ else
+ {
+ if (ListtChanges.Contains(updData.SrcStep))
+ {
+ ListtChanges.Remove(updData.SrcStep);
+ }
+ }
+#endif
+ }
+
///
/// Imposta periodo da filtro
///
diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj
index 5a792384..88531093 100644
--- a/Lux.UI/Lux.UI.csproj
+++ b/Lux.UI/Lux.UI.csproj
@@ -5,7 +5,7 @@
enable
enable
aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50
- 1.1.2603.2310
+ 1.1.2603.2317
diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index b3df74fb..e20dcab3 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
LUX - Web Windows MES
- Versione: 1.1.2603.2310
+ Versione: 1.1.2603.2317
Note di rilascio:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index 6514f5bf..ecd866d3 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-1.1.2603.2310
+1.1.2603.2317
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index ebd53735..9ccb15fb 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 1.1.2603.2310
+ 1.1.2603.2317
http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip
http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html
false