This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
ref="customerId"
|
ref="customerId"
|
||||||
data-cy="customerId"
|
data-cy="customerId"
|
||||||
variant="ho"
|
variant="ho"
|
||||||
template="{}"
|
template="{}"<----this is where I left off
|
||||||
@input="fieldValueChanged('customerId')"
|
@input="fieldValueChanged('customerId')"
|
||||||
></gz-pick-list>
|
></gz-pick-list>
|
||||||
</v-col>
|
</v-col>
|
||||||
@@ -80,7 +80,8 @@
|
|||||||
>
|
>
|
||||||
<gz-pick-list
|
<gz-pick-list
|
||||||
:aya-type="ayaTypes().Unit"
|
:aya-type="ayaTypes().Unit"
|
||||||
:variant="'customerid:' + obj.customerId"
|
:variant="'customerid:' + obj.customerId" //also this needs hoid variant here
|
||||||
|
template="{}"<----this is where I left off
|
||||||
v-model="obj.unitId"
|
v-model="obj.unitId"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('CustomerServiceRequestItemUnitID')"
|
:label="$ay.t('CustomerServiceRequestItemUnitID')"
|
||||||
|
|||||||
Reference in New Issue
Block a user