This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Vendor"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:allow-no-selection="false"
|
||||
v-model="obj.vendorId"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -126,7 +126,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Project"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.projectId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Project')"
|
||||
@@ -200,7 +200,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Customer"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.dropShipToCustomerId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('PurchaseOrderDropShipToCustomerID')"
|
||||
@@ -387,7 +387,7 @@
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Part"
|
||||
:allow-no-selection="false"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.items[editPoItemIndex].partId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Part')"
|
||||
@@ -410,7 +410,7 @@
|
||||
v-if="obj.hasSelectableWarehouses"
|
||||
:aya-type="ayaTypes().PartWarehouse"
|
||||
:allow-no-selection="false"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.items[editPoItemIndex].partWarehouseId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('PartWarehouse')"
|
||||
@@ -570,7 +570,7 @@
|
||||
<gz-pick-list
|
||||
v-if="form().showMe(this, 'Items.PurchaseTaxCodeId')"
|
||||
:aya-type="ayaTypes().TaxCode"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.items[editPoItemIndex].purchaseTaxCodeId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaxCode')"
|
||||
|
||||
Reference in New Issue
Block a user