This commit is contained in:
2021-09-09 14:15:20 +00:00
parent 3fd06a33bb
commit 2abe816549

View File

@@ -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')"