diff --git a/MP.INVE/Components/ListScan.razor b/MP.INVE/Components/ListScan.razor new file mode 100644 index 00000000..7cc8ac6d --- /dev/null +++ b/MP.INVE/Components/ListScan.razor @@ -0,0 +1,47 @@ +
| Oggetto | ++ |
|---|---|
|
+
+
+
+ Cod: @item.ScanValue
+
+
+ Lotto: @item.Lotto
+
+
+
+
+ Art: @item.CodArticolo
+
+
+ Qty: @Math.Round(item.Qty, 0)
+
+ |
+
+
+
+
+ |
+