@if (isLoading) { } else if (ListRecord == null || ListRecord.Count == 0) { nessun record } else {
@**@
@foreach (var item in ListRecord) { }
COD. ARTICOLO @if (orderType == orderTypeEnum.codIntAscending) { } else if (orderType == orderTypeEnum.codIntDescending) { } else { }
COD. FORNITORE @if (orderType == orderTypeEnum.codExtAscending) { } else if (orderType == orderTypeEnum.codExtDescending) { } else { }
DESC. ARTICOLO
DESC. FORNITORE
STOCK @if (orderType == orderTypeEnum.stockAscending) { } else if (orderType == orderTypeEnum.stockDescending) { } else { } VALORE UNIT. VALORE TOT.
@item.CodInt
@item.CodExt
@item.Descr
@item.DescrExt
@item.QtaBatch
@($"{item.CurrValue:C2}") @($"{(item.CurrValue * item.QtaBatch):C2}")
}