From eeef94c542be69aa8f6fe90251cb9bcf9635d4e1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 25 Jan 2022 00:18:27 +0000 Subject: [PATCH] --- ayanova/src/components/quote-item-labors.vue | 10 +++++----- ayanova/src/components/quote-item-parts.vue | 8 ++++---- ayanova/src/components/quote-item-scheduled-users.vue | 8 ++++---- ayanova/src/components/quote-item-units.vue | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ayanova/src/components/quote-item-labors.vue b/ayanova/src/components/quote-item-labors.vue index 5834345c..333be871 100644 --- a/ayanova/src/components/quote-item-labors.vue +++ b/ayanova/src/components/quote-item-labors.vue @@ -110,7 +110,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].labors[${activeItemIndex}].WorkOrderItemLaborServiceStartDate` + `Items[${activeWoItemIndex}].labors[${activeItemIndex}].serviceStartDate` ) " @input=" @@ -150,7 +150,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].labors[${activeItemIndex}].WorkOrderItemLaborServiceStopDate` + `Items[${activeWoItemIndex}].labors[${activeItemIndex}].serviceStopDate` ) " @input=" @@ -229,7 +229,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].labors[${activeItemIndex}].WorkOrderItemLaborServiceRateID` + `Items[${activeWoItemIndex}].labors[${activeItemIndex}].serviceRateId` ) " @input=" @@ -267,7 +267,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].labors[${activeItemIndex}].WorkOrderItemLaborUserID` + `Items[${activeWoItemIndex}].labors[${activeItemIndex}].userId` ) " @input=" @@ -349,7 +349,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].labors[${activeItemIndex}].WorkOrderItemLaborTaxRateSaleID` + `Items[${activeWoItemIndex}].labors[${activeItemIndex}].taxCodeSaleId` ) " @input=" diff --git a/ayanova/src/components/quote-item-parts.vue b/ayanova/src/components/quote-item-parts.vue index b4fa5fb9..d249413b 100644 --- a/ayanova/src/components/quote-item-parts.vue +++ b/ayanova/src/components/quote-item-parts.vue @@ -242,7 +242,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].parts[${activeItemIndex}].WorkOrderItemPartDescription` + `Items[${activeWoItemIndex}].parts[${activeItemIndex}].description` ) " @input=" @@ -280,7 +280,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].parts[${activeItemIndex}].WorkOrderItemPartTaxPartSaleID` + `Items[${activeWoItemIndex}].parts[${activeItemIndex}].taxPartSaleId` ) " @input=" @@ -318,7 +318,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].parts[${activeItemIndex}].PartPriceOverride` + `Items[${activeWoItemIndex}].parts[${activeItemIndex}].priceOverride` ) " :rules="[ @@ -349,7 +349,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].parts[${activeItemIndex}].WorkOrderItemPartSerials` + `Items[${activeWoItemIndex}].parts[${activeItemIndex}].serials` ) " data-cy="partSerials" diff --git a/ayanova/src/components/quote-item-scheduled-users.vue b/ayanova/src/components/quote-item-scheduled-users.vue index 6806e3ba..1b43b53e 100644 --- a/ayanova/src/components/quote-item-scheduled-users.vue +++ b/ayanova/src/components/quote-item-scheduled-users.vue @@ -123,7 +123,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].scheduledUsers[${activeItemIndex}].WorkOrderItemScheduledUserStartDate` + `Items[${activeWoItemIndex}].scheduledUsers[${activeItemIndex}].startDate` ) " @input=" @@ -163,7 +163,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].scheduledUsers[${activeItemIndex}].WorkOrderItemScheduledUserStopDate` + `Items[${activeWoItemIndex}].scheduledUsers[${activeItemIndex}].stopDate` ) " @input=" @@ -248,7 +248,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].scheduledUsers[${activeItemIndex}].WorkOrderItemScheduledUserUserID` + `Items[${activeWoItemIndex}].scheduledUsers[${activeItemIndex}].userID` ) " @input=" @@ -287,7 +287,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].scheduledUsers[${activeItemIndex}].WorkOrderItemScheduledUserServiceRateID` + `Items[${activeWoItemIndex}].scheduledUsers[${activeItemIndex}].serviceRateID` ) " @input=" diff --git a/ayanova/src/components/quote-item-units.vue b/ayanova/src/components/quote-item-units.vue index c4ce7055..30394413 100644 --- a/ayanova/src/components/quote-item-units.vue +++ b/ayanova/src/components/quote-item-units.vue @@ -171,7 +171,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].units[${activeItemIndex}].WorkOrderItemUnitNotes` + `Items[${activeWoItemIndex}].units[${activeItemIndex}].notes` ) " data-cy="unitUnitNotes" @@ -199,7 +199,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].units[${activeItemIndex}].WorkOrderItemUnitTags` + `Items[${activeWoItemIndex}].units[${activeItemIndex}].tags` ) " @input="