Fix naming (maybe)
This commit is contained in:
@@ -8,7 +8,7 @@ using NLog;
|
||||
using System.Text;
|
||||
using static EgwCoreLib.Utils.DtUtils;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class AlarmsMan
|
||||
{
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using MP_TAB_SERV.Shared;
|
||||
using MP_TAB3.Shared;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class CheckControls
|
||||
{
|
||||
@@ -17,9 +17,9 @@ namespace MP_TAB_SERV.Components
|
||||
#region Protected Properties
|
||||
|
||||
/// <summary>
|
||||
/// Determina se dato lo stato dell'impianto si debba mostrare btn fermata perché
|
||||
/// Determina se dato lo stato dell'impianto si debba mostrare btn fermata perch�
|
||||
/// - fermo > xx min (da web.config, es 20')
|
||||
/// - impianto fermo (controllando idxStato: priorità > 1)
|
||||
/// - impianto fermo (controllando idxStato: priorit� > 1)
|
||||
/// </summary>
|
||||
protected bool CheckShowInsFermata
|
||||
{
|
||||
@@ -37,7 +37,7 @@ namespace MP_TAB_SERV.Components
|
||||
{
|
||||
try
|
||||
{
|
||||
// in questo caso controllo idxStato... e recupero priorità se > 1 -->
|
||||
// in questo caso controllo idxStato... e recupero priorit� se > 1 -->
|
||||
// richiesta qualifica
|
||||
answ = SMServ.GetStateRow(idxStato).Priorita > 1;
|
||||
}
|
||||
@@ -50,7 +50,7 @@ namespace MP_TAB_SERV.Components
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verifica necessità visualizzare il check controlli
|
||||
/// Verifica necessit� visualizzare il check controlli
|
||||
/// </summary>
|
||||
protected async Task<bool> CheckShowReqControls()
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Components;
|
||||
using MP.Data.Services;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class CmpFooter : IDisposable
|
||||
{
|
||||
|
||||
@@ -2,12 +2,12 @@ using Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.DTO;
|
||||
using MP.Data.Services;
|
||||
using MP_TAB_SERV.Pages;
|
||||
using MP_TAB3.Pages;
|
||||
using Newtonsoft.Json;
|
||||
using NLog;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class CmpTop
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using MP.Data;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class CommentEditor
|
||||
{
|
||||
@@ -87,7 +87,7 @@ namespace MP_TAB_SERV.Components
|
||||
MatrOpr = MatrOpr,
|
||||
pallet = "-"
|
||||
};
|
||||
// elimino vecchio se c'è...
|
||||
// elimino vecchio se c'�...
|
||||
await TabServ.EvListDelete(IdxMacc, DateSel, idxTipoCommento);
|
||||
// inserisco
|
||||
await TabServ.EvListInsert(newRec, MP.Data.Objects.Enums.tipoInputEvento.barcode);
|
||||
|
||||
@@ -4,7 +4,7 @@ using MP.Data.Services;
|
||||
using NLog;
|
||||
using static EgwCoreLib.Utils.DtUtils;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class ControlsMan
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using MP.Data;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class DeclarEditor
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using NLog;
|
||||
using Org.BouncyCastle.Asn1.IsisMtt.X509;
|
||||
using static EgwCoreLib.Utils.DtUtils;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class DeclarMan
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using global::Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class DisabledAlert
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class FixOdl
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using MP.Data.DTO;
|
||||
using MP.Data.Objects;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class IobInfoMan
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using MP.Data.Services;
|
||||
using System.Data;
|
||||
using System.Reflection.Metadata;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class LongStopList
|
||||
{
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using MP_TAB_SERV.Shared;
|
||||
using MP_TAB3.Shared;
|
||||
using System;
|
||||
using System.Reflection.Metadata;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class MachSel
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class MachineBlock
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class MachineSelOdl
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class MseSampler : IDisposable
|
||||
{
|
||||
|
||||
@@ -11,9 +11,9 @@ using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
||||
using Microsoft.JSInterop;
|
||||
using MP_TAB_SERV;
|
||||
using MP_TAB_SERV.Shared;
|
||||
using MP_TAB_SERV.Components;
|
||||
using MP_TAB3;
|
||||
using MP_TAB3.Shared;
|
||||
using MP_TAB3.Components;
|
||||
using MP.Data;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.DTO;
|
||||
@@ -21,7 +21,7 @@ using MP.Data.Services;
|
||||
using Newtonsoft.Json;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class NotesEditor
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using MP.Data.DTO;
|
||||
using MP.Data.Services;
|
||||
using NLog.LayoutRenderers.Wrappers;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class NotesMan
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ using NLog;
|
||||
using System.Text;
|
||||
using static MP.Data.Objects.Enums;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class OdlMan
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using MP.Data.DTO;
|
||||
using MP.Data.Services;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class ParamsMan : IDisposable
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class PrintMag
|
||||
{
|
||||
@@ -41,7 +41,7 @@ namespace MP_TAB_SERV.Components
|
||||
int answ = 1;
|
||||
string codGrp = "IMB";
|
||||
string codVal = "NUM_PZ_CONT";
|
||||
// recupero dato da scheda tecnica della quantità per UDC
|
||||
// recupero dato da scheda tecnica della quantit� per UDC
|
||||
var tabSTAR = await TabDServ.STAR_byGrpOdlLbl(codGrp, codVal, IdxOdl);
|
||||
if (tabSTAR.Count > 0)
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using global::Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class ProdAdvDispl
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class ProdConfirm
|
||||
{
|
||||
@@ -231,7 +231,7 @@ namespace MP_TAB_SERV.Components
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Cambio stato visibilità pannello e testo button
|
||||
/// Cambio stato visibilit� pannello e testo button
|
||||
/// </summary>
|
||||
protected async Task ToggleConfProd()
|
||||
{
|
||||
@@ -281,7 +281,7 @@ namespace MP_TAB_SERV.Components
|
||||
#region Private Methods
|
||||
|
||||
/// <summary>
|
||||
/// Registra conferma produzione in modalità nuova (con rettifica pezzi lasciati) o legacy
|
||||
/// Registra conferma produzione in modalit� nuova (con rettifica pezzi lasciati) o legacy
|
||||
/// (con anticipo periodo)
|
||||
/// </summary>
|
||||
private bool effettuaConfermaProd()
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class ProdPlanMan
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class ProdStat
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class ProdStopMan
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using MP.Data;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class ScrapEditor
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class ScrapKitMan
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using MP.Data.Services;
|
||||
using NLog;
|
||||
using static EgwCoreLib.Utils.DtUtils;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class ScrapMan
|
||||
{
|
||||
@@ -134,7 +134,7 @@ namespace MP_TAB_SERV.Components
|
||||
{
|
||||
await TabDServ.RegScartiKitSplit(currItem);
|
||||
}
|
||||
// faccio toggle show item (se era già selezionato --> null!)
|
||||
// faccio toggle show item (se era gi� selezionato --> null!)
|
||||
if (!currItem.Equals(selItem))
|
||||
{
|
||||
selItem = currItem;
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class SelTempoMSMC
|
||||
{
|
||||
#region Public Enums
|
||||
|
||||
/// <summary>
|
||||
/// modalità di visualizzazione ed interazione controllo tempo
|
||||
/// modalit� di visualizzazione ed interazione controllo tempo
|
||||
/// </summary>
|
||||
public enum timeControlMode
|
||||
{
|
||||
@@ -24,7 +24,7 @@ namespace MP_TAB_SERV.Components
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// modalità tempo principale (Minuti Secondi o Minuti Centesimali=
|
||||
/// modalit� tempo principale (Minuti Secondi o Minuti Centesimali=
|
||||
/// </summary>
|
||||
public enum timeMode
|
||||
{
|
||||
@@ -47,14 +47,14 @@ namespace MP_TAB_SERV.Components
|
||||
public EventCallback<decimal> E_TCRich { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// modalità rendering controllo
|
||||
/// modalit� rendering controllo
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public timeControlMode modoControllo { get; set; } = timeControlMode.testo;
|
||||
|
||||
#if false
|
||||
/// <summary>
|
||||
/// modalità controllo tempo
|
||||
/// modalit� controllo tempo
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public timeMode modoTempo { get; set; } = timeMode.MC;
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class SlideMenu
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.Services;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class TcHistoryFilter
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using Microsoft.JSInterop;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class TechSheetMan
|
||||
{
|
||||
@@ -82,16 +82,16 @@ namespace MP_TAB_SERV.Components
|
||||
#region Private Methods
|
||||
|
||||
/// <summary>
|
||||
/// Verifica visibilità reset
|
||||
/// Verifica visibilit� reset
|
||||
/// </summary>
|
||||
private void checkReset()
|
||||
{
|
||||
// condizioni booleane
|
||||
inAttr = false;
|
||||
// SOLO SE ho articolo sennò niente reset...
|
||||
// SOLO SE ho articolo senn� niente reset...
|
||||
if (!string.IsNullOrEmpty(CodArticolo))
|
||||
{
|
||||
// controllo se la macchina è in attrezzaggio...
|
||||
// controllo se la macchina � in attrezzaggio...
|
||||
var rigaStato = TabDServ.StatoMacchina(IdxMaccSel);
|
||||
if (rigaStato != null)
|
||||
{
|
||||
|
||||
@@ -11,9 +11,9 @@ using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
||||
using Microsoft.JSInterop;
|
||||
using MP_TAB_SERV;
|
||||
using MP_TAB_SERV.Shared;
|
||||
using MP_TAB_SERV.Components;
|
||||
using MP_TAB3;
|
||||
using MP_TAB3.Shared;
|
||||
using MP_TAB3.Components;
|
||||
using MP.Data;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.DTO;
|
||||
@@ -22,7 +22,7 @@ using Newtonsoft.Json;
|
||||
using NLog;
|
||||
using Microsoft.Extensions.Primitives;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class TechSheet_ST_Detail
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using MP.Data.DatabaseModels;
|
||||
using MP.Data.Objects;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class TechSheet_ST_ObjCheck
|
||||
{
|
||||
@@ -171,7 +171,7 @@ namespace MP_TAB_SERV.Components
|
||||
// ciclo tra TUTTE le richeiste attive
|
||||
foreach (var item in tabRichieste)
|
||||
{
|
||||
// verifico EVENTUALI deroghe se è deroga x gruppo/tipo/num corretto...
|
||||
// verifico EVENTUALI deroghe se � deroga x gruppo/tipo/num corretto...
|
||||
if (currDeroga.CanForce && item.CodGruppo == currDeroga.CodGruppo && item.CodTipo == currDeroga.CodTipo && item.Num == currDeroga.Num && item.Oggetto == currDeroga.Oggetto)
|
||||
{
|
||||
// ... forzo accettazione deroga
|
||||
|
||||
@@ -4,7 +4,7 @@ using MP.Data.DatabaseModels;
|
||||
using MP.Data.Objects;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Components
|
||||
namespace MP_TAB3.Components
|
||||
{
|
||||
public partial class TechSheet_ST_ObjView
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>6.16.2312.1810</Version>
|
||||
<Version>6.16.2312.1811</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP_TAB_SERV</RootNamespace>
|
||||
<RootNamespace>MP_TAB3</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class Alarms
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class Controls
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class Declarations
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@page
|
||||
@model MP_TAB_SERV.Pages.ErrorModel
|
||||
@model MP_TAB3.Pages.ErrorModel
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
|
||||
[IgnoreAntiforgeryToken]
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class IobInfo
|
||||
{
|
||||
|
||||
@@ -11,9 +11,9 @@ using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
||||
using Microsoft.JSInterop;
|
||||
using MP_TAB_SERV;
|
||||
using MP_TAB_SERV.Shared;
|
||||
using MP_TAB_SERV.Components;
|
||||
using MP_TAB3;
|
||||
using MP_TAB3.Shared;
|
||||
using MP_TAB3.Components;
|
||||
using MP.Data;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.DTO;
|
||||
@@ -23,7 +23,7 @@ using NLog;
|
||||
using EgwCoreLib.Razor;
|
||||
using Blazored.LocalStorage;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class Logout
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class MachineDetail
|
||||
{
|
||||
@@ -92,7 +92,7 @@ namespace MP_TAB_SERV.Pages
|
||||
{
|
||||
try
|
||||
{
|
||||
// se non c'è chiama stored x rigenerare
|
||||
// se non c'� chiama stored x rigenerare
|
||||
DataLayerObj.taMagELotti.UpsertByOdl(idxOdl, true);
|
||||
}
|
||||
catch
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class Notes
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class ODL
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class Parameters
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class ProdPlan
|
||||
{
|
||||
|
||||
@@ -2,10 +2,10 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using MP_TAB_SERV.Components;
|
||||
using MP_TAB3.Components;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class ProdStop
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using MP.Data.DTO;
|
||||
using MP.Data.Services;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class RegNewDevice
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class Scrap
|
||||
{
|
||||
|
||||
@@ -3,11 +3,11 @@ using Microsoft.JSInterop;
|
||||
using MP.Data.Conf;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using MP_TAB_SERV.Shared;
|
||||
using MP_TAB3.Shared;
|
||||
using NLog;
|
||||
using System.Runtime.ExceptionServices;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class StatusMap
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class TCHistory
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class TechSheet
|
||||
{
|
||||
@@ -45,9 +45,9 @@ namespace MP_TAB_SERV.Pages
|
||||
|
||||
#region Private Fields
|
||||
|
||||
private string disMessage = "Gestione schede tecniche di attrezzaggio, collaudo e verifica procedure di setup. Il modulo opzionale è attivabile su richiesta.";
|
||||
private string disMessage = "Gestione schede tecniche di attrezzaggio, collaudo e verifica procedure di setup. Il modulo opzionale � attivabile su richiesta.";
|
||||
|
||||
private string disSubtitle = "Funzionalità disattivata";
|
||||
private string disSubtitle = "Funzionalit� disattivata";
|
||||
|
||||
private string disTitle = "Scheda Tecnica";
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ using global::Microsoft.AspNetCore.Components;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
|
||||
namespace MP_TAB_SERV.Pages
|
||||
namespace MP_TAB3.Pages
|
||||
{
|
||||
public partial class WorkShift
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@page "/"
|
||||
@namespace MP_TAB_SERV.Pages
|
||||
@namespace MP_TAB3.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@{
|
||||
Layout = "_Layout";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@namespace MP_TAB_SERV.Pages
|
||||
@namespace MP_TAB3.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
|
||||
<!DOCTYPE html>
|
||||
@@ -20,6 +20,7 @@
|
||||
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="css/font.min.css" />
|
||||
<link rel="stylesheet" href="css/site.css" />
|
||||
<link rel="stylesheet" href="MP-TAB-SERV.styles.css" />
|
||||
<link rel="stylesheet" href="MP-TAB3.styles.css" />
|
||||
<component type="typeof(HeadOutlet)" render-mode="Server" />
|
||||
@* <component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" /> *@
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"MP-TAB-SERV": {
|
||||
"MP-TAB3": {
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOSPEC </i>
|
||||
<h4>Versione: 6.16.2312.1810</h4>
|
||||
<h4>Versione: 6.16.2312.1811</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2312.1810
|
||||
6.16.2312.1811
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2312.1810</version>
|
||||
<url>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip</url>
|
||||
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html</changelog>
|
||||
<version>6.16.2312.1811</version>
|
||||
<url>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip</url>
|
||||
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
</item>
|
||||
|
||||
@@ -3,10 +3,10 @@ using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.JSInterop;
|
||||
using MP.Data.DatabaseModels;
|
||||
using MP.Data.Services;
|
||||
using MP_TAB_SERV.Components;
|
||||
using MP_TAB3.Components;
|
||||
using NLog;
|
||||
|
||||
namespace MP_TAB_SERV.Shared
|
||||
namespace MP_TAB3.Shared
|
||||
{
|
||||
public partial class MainLayout : IDisposable
|
||||
{
|
||||
@@ -33,7 +33,7 @@ namespace MP_TAB_SERV.Shared
|
||||
protected string CurrLevel { get; set; } = "";
|
||||
|
||||
/// <summary>
|
||||
/// Elenco items da menù per pagina corrente...
|
||||
/// Elenco items da men� per pagina corrente...
|
||||
/// </summary>
|
||||
protected List<LinkMenu> CurrMenuItems { get; set; } = new List<LinkMenu>();
|
||||
|
||||
@@ -160,7 +160,7 @@ namespace MP_TAB_SERV.Shared
|
||||
}
|
||||
|
||||
CurrLevel = MStor.PageLevel(NavMan.Uri);
|
||||
// recupero menù
|
||||
// recupero men�
|
||||
if (MStor.DictMenu.ContainsKey(CurrLevel))
|
||||
{
|
||||
CurrMenuItems = MStor.DictMenu[CurrLevel];
|
||||
@@ -227,7 +227,7 @@ namespace MP_TAB_SERV.Shared
|
||||
{
|
||||
// Logger.LogInformation("URL of new location: {Location}", e.Location);
|
||||
CurrLevel = MStor.PageLevel(NavMan.Uri);
|
||||
// recupero menù
|
||||
// recupero men�
|
||||
if (MStor.DictMenu.ContainsKey(CurrLevel))
|
||||
{
|
||||
CurrMenuItems = MStor.DictMenu[CurrLevel];
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||
@using Microsoft.JSInterop
|
||||
@using MP_TAB_SERV
|
||||
@using MP_TAB_SERV.Shared
|
||||
@using MP_TAB_SERV.Components
|
||||
@using MP_TAB3
|
||||
@using MP_TAB3.Shared
|
||||
@using MP_TAB3.Components
|
||||
@using MP.Data
|
||||
@using MP.Data.DatabaseModels
|
||||
@using MP.Data.DTO
|
||||
|
||||
Reference in New Issue
Block a user