diff --git a/StockMan.CORE/Components/ItemList.razor b/StockMan.CORE/Components/ItemList.razor index a3d02d7..d1fb754 100644 --- a/StockMan.CORE/Components/ItemList.razor +++ b/StockMan.CORE/Components/ItemList.razor @@ -1,4 +1,11 @@ -@if (isLoading) +
| DESC. ARTICOLO | -- GIACENZA + | orderByCodForn()"> + COD. FORNITORE + | +orderByStock()"> + STOCK | VALORE UNIT. @@ -47,27 +53,92 @@ else | @item.CodInt | -+ | @item.Descr | ++ @item.CodExt + |
@item.QtaBatch
|
- + | @($"{item.CurrValue:C2}") | -- @(item.CurrValue * item.QtaBatch) + | + @($"{(item.CurrValue * item.QtaBatch):C2}") | - + | }
|---|