This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().TaxCode"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.taxPartPurchaseId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('GlobalTaxPartPurchaseID')"
|
||||
@@ -27,7 +27,7 @@
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().TaxCode"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.taxRateSaleId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('GlobalTaxRateSaleID')"
|
||||
@@ -41,7 +41,7 @@
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().TaxCode"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.taxPartSaleId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('GlobalTaxPartSaleID')"
|
||||
@@ -305,7 +305,7 @@
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Report"
|
||||
:variant="ayaTypes().WorkOrder.toString()"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.customerDefaultWorkOrderReportId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('CustomerAccessWorkOrderReport')"
|
||||
|
||||
Reference in New Issue
Block a user