This commit is contained in:
@@ -125,9 +125,7 @@
|
||||
`Items[${activeWoItemIndex}].units[${activeItemIndex}].notes`
|
||||
)
|
||||
"
|
||||
:ref="
|
||||
`Items[${activeWoItemIndex}].units[ ${activeItemIndex} ].notes`
|
||||
"
|
||||
:ref="`Items[${activeWoItemIndex}].units[${activeItemIndex}].notes`"
|
||||
data-cy="unitUnitNotes"
|
||||
@input="
|
||||
fieldValueChanged(
|
||||
@@ -146,15 +144,13 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].units[ ${activeItemIndex} ].tags`
|
||||
`Items[${activeWoItemIndex}].units[${activeItemIndex}].tags`
|
||||
)
|
||||
"
|
||||
:ref="
|
||||
`Items[${activeWoItemIndex}].units[ ${activeItemIndex} ].tags`
|
||||
"
|
||||
:ref="`Items[${activeWoItemIndex}].units[${activeItemIndex}].tags`"
|
||||
@input="
|
||||
fieldValueChanged(
|
||||
`Items[${activeWoItemIndex}].units[ ${activeItemIndex} ].tags`
|
||||
`Items[${activeWoItemIndex}].units[${activeItemIndex}].tags`
|
||||
)
|
||||
"
|
||||
></gz-tag-picker>
|
||||
@@ -170,18 +166,18 @@
|
||||
:parent-v-m="this"
|
||||
key-start-with="WorkOrderItemUnitCustom"
|
||||
:ref="
|
||||
`Items[${activeWoItemIndex}].units[ ${activeItemIndex} ].customFields`
|
||||
`Items[${activeWoItemIndex}].units[${activeItemIndex}].customFields`
|
||||
"
|
||||
data-cy="unitCustomFields"
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].units[ ${activeItemIndex} ].customFields`
|
||||
`Items[${activeWoItemIndex}].units[${activeItemIndex}].customFields`
|
||||
)
|
||||
"
|
||||
@input="
|
||||
fieldValueChanged(
|
||||
`Items[${activeWoItemIndex}].units[ ${activeItemIndex} ].customFields`
|
||||
`Items[${activeWoItemIndex}].units[${activeItemIndex}].customFields`
|
||||
)
|
||||
"
|
||||
></gz-custom-fields>
|
||||
@@ -191,14 +187,12 @@
|
||||
<gz-wiki
|
||||
:aya-type="$ay.ayt().WorkOrderItem"
|
||||
:aya-id="value.id"
|
||||
:ref="
|
||||
`Items[${activeWoItemIndex}].units[ ${activeItemIndex} ].wiki`
|
||||
"
|
||||
:ref="`Items[${activeWoItemIndex}].units[${activeItemIndex}].wiki`"
|
||||
v-model="value.items[activeWoItemIndex].units[activeItemIndex].wiki"
|
||||
:readonly="formState.readOnly"
|
||||
@input="
|
||||
fieldValueChanged(
|
||||
`Items[${activeWoItemIndex}].units[ ${activeItemIndex} ].wiki`
|
||||
`Items[${activeWoItemIndex}].units[${activeItemIndex}].wiki`
|
||||
)
|
||||
"
|
||||
></gz-wiki
|
||||
|
||||
Reference in New Issue
Block a user