This commit is contained in:
@@ -88,8 +88,6 @@
|
||||
v-if="form().showMe(this, 'Items.WorkOrderItemSummary')"
|
||||
cols="12"
|
||||
>
|
||||
servererrors:
|
||||
{{ form().serverErrors(this, `items[${activeItemIndex}].notes`) }}
|
||||
<v-textarea
|
||||
v-model="value.items[activeItemIndex].notes"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -125,7 +123,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(this, `items[${activeItemIndex}].sequence`)
|
||||
"
|
||||
@input="fieldValueChanged('sequence')"
|
||||
@input="fieldValueChanged(`items[${activeItemIndex}].sequence`)"
|
||||
type="number"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user