Elenco istanze KIT di produzione
@if (EditRecord != null) { @* @if (doSearchArt) { }
Modifica
@if (string.IsNullOrEmpty(EditRecord.CodArtParent)) { } else { }
@if (string.IsNullOrEmpty(EditRecord.CodArtChild)) {
} else {
}
@if (EditRecord.Qty > 0 && !string.IsNullOrEmpty(EditRecord.CodArtParent) && !string.IsNullOrEmpty(EditRecord.CodArtChild)) { } else { }
*@ }
@if (ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato
} else {
@foreach (var record in ListRecords) { }
@if (EditRecord != null) { } Kit Istanza Cod Ext Cod Kit (Parent) Articolo (Child) Qty Kit Qty Art
@record.KeyKit
@record.KeyExtOrd
@record.CodArtParent
@record.CodArtChild
@record.QtyKIT
@record.QtyART
@if (DelEnabled(record)) { } else { }
}