@page "/suppliers/new"
@page "/suppliers/{Id:int}"
@inject SupplierService SupplierService
@inject NavigationManager Navigation
@inject CutList.Web.Data.ApplicationDbContext DbContext
@using CutList.Core.Formatting
@using Microsoft.EntityFrameworkCore
Loading...
} else {No offerings configured yet.
} else {| Stock Item | Part # | Price | Actions |
|---|---|---|---|
| @offering.StockItem.Material.DisplayName - @ArchUnits.FormatFromInches((double)offering.StockItem.LengthInches) | @(offering.PartNumber ?? "-") | @(offering.Price.HasValue ? offering.Price.Value.ToString("C") : "-") |