@if (isLoading)
{
|
orderByCodInt()">
COD. ARTICOLO
@if (orderType == orderTypeEnum.codIntAscending)
{
}
else if (orderType == orderTypeEnum.codIntDescending)
{
}
else
{
}
orderByCodForn()">
COD. FORNITORE
@if (orderType == orderTypeEnum.codExtAscending)
{
}
else if (orderType == orderTypeEnum.codExtDescending)
{
}
else
{
}
|
DESC. ARTICOLO
DESC. FORNITORE
|
orderByStock()" class="col-1"> 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}") |