@page "/projects/new"
@page "/projects/{Id:int}"
@inject ProjectService ProjectService
@inject MaterialService MaterialService
@inject SupplierService SupplierService
@inject NavigationManager Navigation
@using CutList.Core.Formatting
Loading...
} else {No parts added yet.
} else {| Name | Length | Qty | |
|---|---|---|---|
| @part.Name | @ArchUnits.FormatFromInches((double)part.LengthInches) | @part.Quantity |
No stock bins added yet.
} else {| Length | Qty | Priority | |
|---|---|---|---|
| @ArchUnits.FormatFromInches((double)bin.LengthInches) | @(bin.Quantity == -1 ? "Unlimited" : bin.Quantity.ToString()) | @bin.Priority |