@page "/projects/new"
@page "/projects/{Id:int}"
@inject ProjectService ProjectService
@inject MaterialService MaterialService
@inject NavigationManager Navigation
@using CutList.Core.Formatting
Loading...
} else if (IsNew) {No parts added yet.
Add the parts you need to cut, selecting the material for each.
| Material | Length | Qty | Name | Actions |
|---|---|---|---|---|
| @part.Material.DisplayName | @ArchUnits.FormatFromInches((double)part.LengthInches) | @part.Quantity | @(string.IsNullOrWhiteSpace(part.Name) ? "-" : part.Name) |