This commit is contained in:
2021-05-07 18:33:04 +00:00
parent ea9ba291ae
commit 5203dd1c23
3 changed files with 14 additions and 21 deletions

View File

@@ -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>