rough draft of supply store.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-21 21:13:03 -07:00
parent 5c8f03003e
commit 92b3bc3aea
4 changed files with 112 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
<input type="text" id="serviceRecordDescription" class="form-control" placeholder="Description of item(s) serviced(i.e. Oil Change)" value="@Model.Description">
<label for="serviceRecordCost">Cost</label>
<input type="text" id="serviceRecordCost" class="form-control" placeholder="Cost of the service" value="@(isNew ? "" : Model.Cost)">
@await Html.PartialAsync("_SupplyStore", "serviceRecordCost")
</div>
<div class="col-md-6 col-12">
<label for="serviceRecordNotes">Notes(optional)</label>