This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Vendor"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.manufacturerId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('PartManufacturerID')"
|
||||
@@ -151,7 +151,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Vendor"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.wholeSalerId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('PartWholesalerID')"
|
||||
@@ -189,7 +189,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Vendor"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.alternativeWholeSalerId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('PartAlternativeWholesalerID')"
|
||||
|
||||
Reference in New Issue
Block a user