This commit is contained in:
@@ -301,7 +301,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().TaxCode"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].expenses[activeItemIndex]
|
||||
.chargeTaxCodeId
|
||||
|
||||
@@ -334,7 +334,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().TaxCode"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].labors[activeItemIndex]
|
||||
.taxCodeSaleId
|
||||
|
||||
@@ -311,7 +311,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().TaxCode"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].loans[activeItemIndex].taxCodeId
|
||||
"
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().Unit"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].outsideServices[activeItemIndex]
|
||||
.unitId
|
||||
@@ -132,7 +132,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().Vendor"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].outsideServices[activeItemIndex]
|
||||
.vendorSentToId
|
||||
@@ -281,7 +281,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().Vendor"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].outsideServices[activeItemIndex]
|
||||
.vendorSentViaId
|
||||
@@ -529,7 +529,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().TaxCode"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].outsideServices[activeItemIndex]
|
||||
.taxCodeId
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().PartWarehouse"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].parts[activeItemIndex]
|
||||
.partWarehouseId
|
||||
@@ -281,7 +281,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().TaxCode"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].parts[activeItemIndex]
|
||||
.taxPartSaleId
|
||||
@@ -392,7 +392,7 @@
|
||||
<v-card-text>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().PartAssembly"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="selectedPartAssembly"
|
||||
:label="$ay.t('PartAssemblyList')"
|
||||
ref="selectedPartAssembly"
|
||||
@@ -405,7 +405,7 @@
|
||||
form().showMe(this, 'WorkOrderItemPartPartWarehouseID')
|
||||
"
|
||||
:aya-type="$ay.ayt().PartWarehouse"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="selectedPartWarehouse"
|
||||
:label="$ay.t('WorkOrderItemPartPartWarehouseID')"
|
||||
ref="selectedPartWarehouse"
|
||||
|
||||
@@ -283,7 +283,7 @@
|
||||
<v-card-text>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().TaskGroup"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="selectedTaskGroup"
|
||||
:label="$ay.t('TaskGroupList')"
|
||||
ref="selectedTaskGroup"
|
||||
|
||||
@@ -325,7 +325,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().TaxCode"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
value.items[activeWoItemIndex].travels[activeItemIndex]
|
||||
.taxCodeSaleId
|
||||
|
||||
@@ -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')"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Vendor"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.vendorId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Vendor')"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
readonly
|
||||
v-model="obj.customerId"
|
||||
:aya-type="ayaTypes().Customer"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:label="$ay.t('Customer')"
|
||||
></gz-pick-list>
|
||||
</v-col>
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().WorkOrderTemplate"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.defaultServiceTemplatedId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('WorkOrderTemplate')"
|
||||
@@ -223,7 +223,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().HeadOffice"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.headOfficeId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('HeadOffice')"
|
||||
@@ -243,7 +243,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Contract"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.contractId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Contract')"
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Contract"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.contractId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Contract')"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Customer"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:include-inactive="true"
|
||||
v-model="obj.customerId"
|
||||
:readonly="true"
|
||||
@@ -46,7 +46,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().HeadOffice"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:include-inactive="true"
|
||||
v-model="obj.headOfficeId"
|
||||
:readonly="true"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</h2>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Customer"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:include-inactive="true"
|
||||
v-model="obj.customerId"
|
||||
readonly
|
||||
@@ -116,7 +116,7 @@
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().User"
|
||||
:variant="'outside'"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.requestedByUserId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('CustomerServiceRequestRequestedBy')"
|
||||
@@ -137,7 +137,7 @@
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Unit"
|
||||
:variant="'customerid:' + obj.customerId"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.unitId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('CustomerServiceRequestItemUnitID')"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().User"
|
||||
:variant="'inside'"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:allow-no-selection="false"
|
||||
:can-clear="false"
|
||||
v-model="obj.userId"
|
||||
@@ -31,7 +31,7 @@
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().User"
|
||||
:variant="'inside'"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.assignedByUserId"
|
||||
readonly
|
||||
:label="$ay.t('ReviewAssignedByUserId')"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Part"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:allow-no-selection="false"
|
||||
v-model="obj.partId"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -35,7 +35,7 @@
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().PartWarehouse"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:allow-no-selection="false"
|
||||
v-model="obj.partWarehouseId"
|
||||
:readonly="formState.readOnly"
|
||||
|
||||
@@ -162,7 +162,7 @@
|
||||
:allow-no-selection="false"
|
||||
:can-clear="false"
|
||||
:aya-type="ayaTypes().Part"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.items[editItemIndex].partId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Part')"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
readonly
|
||||
v-model="selectedPartId"
|
||||
:aya-type="ayaTypes().Part"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:label="$ay.t('Part')"
|
||||
ref="selectedPartId"
|
||||
data-cy="selectedPartId"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
readonly
|
||||
v-model="selectedPartId"
|
||||
:aya-type="ayaTypes().Part"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:label="$ay.t('Part')"
|
||||
ref="selectedPartId"
|
||||
data-cy="selectedPartId"
|
||||
@@ -20,7 +20,7 @@
|
||||
<gz-pick-list
|
||||
v-model="selectedPartWarehouseId"
|
||||
:aya-type="ayaTypes().PartWarehouse"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:label="$ay.t('PartSerialWarehouseID')"
|
||||
ref="partWarehouseId"
|
||||
data-cy="partWarehouseId"
|
||||
|
||||
@@ -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')"
|
||||
|
||||
@@ -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')"
|
||||
|
||||
@@ -1102,7 +1102,7 @@
|
||||
:can-clear="false"
|
||||
:aya-type="ayaTypes().ServiceRate"
|
||||
:variant="'contractrates'"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
obj.serviceRateItems[editServiceRateItemIndex]
|
||||
.serviceRateId
|
||||
@@ -1217,7 +1217,7 @@
|
||||
:can-clear="false"
|
||||
:aya-type="ayaTypes().TravelRate"
|
||||
:variant="'contractrates'"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="
|
||||
obj.travelRateItems[editTravelRateItemIndex].travelRateId
|
||||
"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Customer"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
:include-inactive="true"
|
||||
v-model="obj.customerId"
|
||||
readonly
|
||||
@@ -110,7 +110,7 @@
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().User"
|
||||
:variant="'outside'"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.requestedByUserId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('CustomerServiceRequestRequestedBy')"
|
||||
@@ -131,7 +131,7 @@
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Unit"
|
||||
:variant="'customerid:' + obj.customerId"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.unitId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('CustomerServiceRequestItemUnitID')"
|
||||
|
||||
@@ -331,7 +331,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Unit"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.unitId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('LoanUnitShadowUnit')"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().User"
|
||||
:variant="'inside'"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.projectOverseerId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('ProjectProjectOverseerID')"
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Vendor"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.vendorId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('UnitModelVendorID')"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Customer"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.customerId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Customer')"
|
||||
@@ -72,7 +72,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().UnitModel"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.unitModelId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('UnitModel')"
|
||||
@@ -92,7 +92,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Unit"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.replacedByUnitId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('UnitReplacedByUnitID')"
|
||||
@@ -114,7 +114,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Unit"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.parentUnitId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('UnitParentUnitID')"
|
||||
@@ -134,7 +134,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Contract"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.contractId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Contract')"
|
||||
@@ -254,7 +254,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().Vendor"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.purchasedFromVendorId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('UnitPurchaseFromID')"
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="ayaTypes().User"
|
||||
:show-edit-icon="true"
|
||||
show-edit-icon
|
||||
v-model="obj.userId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('User')"
|
||||
|
||||
Reference in New Issue
Block a user