Progetti

@*
*@
@*
@if (CurrItem == null) { } else { }
*@
Macchina
@if (CurrItem != null) { @*
*@ }
@if (ListRecords == null || isLoading) { } else if (totalCount == 0) {
Nessun record trovato
} else { @* @if (ProjDbId == 0) { } *@ @* *@ @* *@ @foreach (var item in ListRecords) { string cssTime = item.ProcTimeReal > 0 ? "text-dark fw-bold" : "text-secondary"; @* @if (ProjDbId == 0) { } *@ }
ID Macchina Descrizione Filename Inserito Aggiornato Produzione Prog % Time
@* *@
@($"{item.ProjDbId:000000}")
@if (item.PType == Enums.BWType.BEAM) { } else { } @if (item.IsArchived) { }
[@item.MachineID] @item.Machine @if (!string.IsNullOrEmpty(item.ProjDescription)) {
@item.ProjDescription
} else {
Undef
} @item.Machine | @item.BTLFileName
@($"{item.DtCreated:yyyy-MM-dd}")
@($"{item.DtCreated:ddd HH:mm:ss}")
@($"{item.DtLastAction:yyyy-MM-dd}")
@($"{item.DtLastAction:ddd HH:mm:ss}")
real:
@if (item.DtStartProd > DateTime.MinValue) { @($"{item.DtStartProd:yyyy-MM-dd}") } else { n.a. }
prev:
@if (item.DtSchedule > DateTime.MinValue) { @($"{item.DtSchedule:yyyy-MM-dd}") } else { n.a. }
@if (item.ValAct > 0) { } else { } @if (item.ProcTimeReal > 0) { @($"{item.ProcTimeReal:N1}") min } else { @($"{item.ProcTimeEst:N1}") min }
}