Scrapping Items
@if (!ReadOnly)
{
Add Item
}
Product
Quantity
@if (!ReadOnly)
{
Actions
}
@context.ProductName
@context.Movement?.ToString("N2")
@if (!ReadOnly)
{
}
@code {
[Parameter] public string ScrappingId { get; set; } = string.Empty;
[Parameter] public List