This commit is contained in:
2021-07-15 19:06:15 +00:00
parent 9dc58631d2
commit e1501c19c0
28 changed files with 60 additions and 60 deletions

View File

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