Added calculation errors that were missing
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
:error-messages="errors.amount"
|
:error-messages="errors.amount"
|
||||||
@change="change('amount', ...arguments)"
|
@change="change('amount', ...arguments)"
|
||||||
/>
|
/>
|
||||||
|
<calculation-error-list :errors="model.amountErrors" />
|
||||||
<smart-select
|
<smart-select
|
||||||
label="Damage Type"
|
label="Damage Type"
|
||||||
style="flex-basis: 200px;"
|
style="flex-basis: 200px;"
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
:error-messages="errors.quantityExpected"
|
:error-messages="errors.quantityExpected"
|
||||||
@change="change('quantityExpected', ...arguments)"
|
@change="change('quantityExpected', ...arguments)"
|
||||||
/>
|
/>
|
||||||
|
<calculation-error-list :errors="model.quantityExpectedErrors" />
|
||||||
<text-field
|
<text-field
|
||||||
label="Condition"
|
label="Condition"
|
||||||
hint="A caclulation to determine if this slot should be active"
|
hint="A caclulation to determine if this slot should be active"
|
||||||
|
|||||||
Reference in New Issue
Block a user