@using MP.SPEC.Components @using MP.SPEC.Components.ProdKit @using MP.SPEC.Data @if (ListRecords == null || isLoading) { } else if (totalCount == 0) {
Nessun record trovato
} else {
@if (showKitDetail) { } @if (!(showRecipeConf || showRecipeArch)) { } @foreach (var record in ListRecords) { @if (!(showRecipeConf || showRecipeArch)) { } }
@if (currRecord != null) { } Cod Articolo Fase 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)}")
@if (record.IdxOdl > 0) {
ODL
@($"{record.IdxOdl.ToString(padCodXdl)}")
}
@record.CodArticolo @if (CheckIsKit(record.CodArticolo)) { }
@record.DescArticolo
@tradFase(record.KeyRichiesta)
@if (record.Note != "") {
Note: @record.Note
}
@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 { }
@if (currRecord != null) { @if (showRecipeConf) {
} else if (showRecipeArch) {
} }
}