@using MP.SPEC.Components
@using MP.SPEC.Components.ProdKit
@using MP.SPEC.Data
@if (ListRecords == null || isLoading)
{
| @if (currRecord != null) { } | Cod | Articolo | Fase | @if (!(showRecipeConf || showRecipeArch)) {Macchina | Info ciclo | Att | } |
|---|---|---|---|---|---|---|---|
| @if (!(showRecipeConf || showRecipeArch)) { @if (!record.IsKit) { } else { } @if (record.IdxOdl == 0) { @if (!record.IsKit) { } else { } @if (enableStartPODL) { @if (canStartOdl(record.IdxMacchina)) { } else { } } else { } } } @if (MachineWithRecipe) { @if (machineHasRecipeConf(record.IdxMacchina)) { } else if (machineHasRecipeArch(record.IdxMacchina)) { } } |
PODL
@($"{record.IdxPromessa.ToString(padCodXdl)}")
ODL
@($"{record.IdxOdl.ToString(padCodXdl)}")
|
@record.CodArticolo
@if (CheckIsKit(record.CodArticolo))
{
}
@record.DescArticolo
|
@tradFase(record.KeyRichiesta)
@if (record.Note != "")
{
Note: @record.Note
}
|
@if (!(showRecipeConf || showRecipeArch))
{
@record.IdxMacchina
@record.Nome
|
N° pezzi: @record.NumPezzi
T. Ciclo: @record.Tcassegnato.ToString("N3")
|
@if (@record.Attivabile)
{
}
else
{
}
@if (!string.IsNullOrEmpty(record.Recipe))
{
@record.Recipe
}
|
@if (POdlDelEnabled(record.IdxOdl) && !record.IsKit) { } else { } | }