@page "/KIT"
KIT
Definizione KIT multiprodotto per singolo ciclo
Azienda: @CodAzienda | @kitCount Kit disp.
@if (enabKitCount) {
}
@if (EditRecord != null) { @if (doSearchArt) { }
Modifica
@if (string.IsNullOrEmpty(EditRecord.CodArtParent)) { } else { }
@if (string.IsNullOrEmpty(EditRecord.CodArtChild)) {
@if (enabFreeCodArt) { } else { }
} else {
}
@if (EditRecord.Qty > 0 && !string.IsNullOrEmpty(EditRecord.CodArtParent) && !string.IsNullOrEmpty(EditRecord.CodArtChild)) { } else { }
}
@if (ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato @if (enabKitSearch && !string.IsNullOrEmpty(SearchParent) && totalCount == 0) {
}
} else {
@foreach (var record in ListRecords) { }
@if (EditRecord != null) { } Cod Kit (Parent) Articolo (Child) Art/Kit Qty
@record.Qty
}