Order Items
@if (!ReadOnly)
{
Add Item
}
Product
Unit Price
Quantity
Total
@if (!ReadOnly)
{
Actions
}
@context.ProductName
@context.UnitPrice?.ToString("N2")
@context.Quantity
@context.Total?.ToString("N2")
@if (!ReadOnly)
{
}
@code {
[Parameter] public string SalesOrderId { get; set; } = string.Empty;
[Parameter] public List