This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
ref="customerId"
|
||||
data-cy="customerId"
|
||||
variant="ho"
|
||||
template="{}"
|
||||
template="{}"<----this is where I left off
|
||||
@input="fieldValueChanged('customerId')"
|
||||
></gz-pick-list>
|
||||
</v-col>
|
||||
@@ -80,7 +80,8 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
: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"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('CustomerServiceRequestItemUnitID')"
|
||||
|
||||
Reference in New Issue
Block a user