@page "/stock/new"
@page "/stock/{Id:int}"
@inject StockItemService StockItemService
@inject MaterialService MaterialService
@inject SupplierService SupplierService
@inject NavigationManager Navigation
@using CutList.Core.Formatting
Loading...
} else {No supplier offerings configured yet.
} else {| Supplier | Part # | Price | Actions |
|---|---|---|---|
| @offering.Supplier.Name | @(offering.PartNumber ?? "-") | @(offering.Price.HasValue ? offering.Price.Value.ToString("C") : "-") |