Added calculation errors that were missing

This commit is contained in:
Stefan Zermatten
2021-07-20 10:37:32 +02:00
parent fc240a34c4
commit 73ef109d4d
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
:error-messages="errors.amount"
@change="change('amount', ...arguments)"
/>
<calculation-error-list :errors="model.amountErrors" />
<smart-select
label="Damage Type"
style="flex-basis: 200px;"

View File

@@ -33,6 +33,7 @@
:error-messages="errors.quantityExpected"
@change="change('quantityExpected', ...arguments)"
/>
<calculation-error-list :errors="model.quantityExpectedErrors" />
<text-field
label="Condition"
hint="A caclulation to determine if this slot should be active"