Added calculation errors that were missing
This commit is contained in:
@@ -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;"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user