Items List
@if (!ReadOnly)
{
Add Movement Line
}
Product
Warehouse
Quantity
@if (!ReadOnly)
{
Actions
}
@context.ProductName
@context.WarehouseName
@context.Movement
@if (!ReadOnly)
{
}
@code {
[Parameter] public string DeliveryOrderId { get; set; } = string.Empty;
[Parameter] public List