This commit is contained in:
2021-11-03 23:13:42 +00:00
parent 9c6b526a2c
commit 999c47884e

View File

@@ -340,6 +340,7 @@
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].trackingNumber`
)
"
data-cy="outsideServices.trackingNumber"
></v-text-field>
</v-col>
<v-col
@@ -361,7 +362,7 @@
:ref="
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].shippingCost`
"
data-cy="outsideServicepriceoverride"
data-cy="outsideServices.shippingCost"
:error-messages="
form().serverErrors(
this,
@@ -401,7 +402,7 @@
:ref="
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].shippingPrice`
"
data-cy="outsideServicepriceoverride"
data-cy="outsideServices.shippingPrice"
:error-messages="
form().serverErrors(
this,
@@ -440,7 +441,7 @@
:ref="
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].sentDate`
"
data-cy="outsideServiceSentDate"
data-cy="outsideServices.sentDate"
:error-messages="
form().serverErrors(
this,
@@ -473,7 +474,7 @@
:ref="
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].etaDate`
"
data-cy="outsideServiceEtaDate"
data-cy="outsideServices.etaDate"
:error-messages="
form().serverErrors(
this,
@@ -506,7 +507,7 @@
:ref="
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].returnDate`
"
data-cy="outsideServiceDateReturned"
data-cy="outsideServices.returnDate"
:error-messages="
form().serverErrors(
this,
@@ -541,7 +542,7 @@
:ref="
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].taxCodeId`
"
data-cy="outsideServiceTaxCodeSaleId"
data-cy="outsideServices.taxCodeId"
:error-messages="
form().serverErrors(
this,
@@ -578,7 +579,7 @@
:ref="
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].notes`
"
data-cy="outsideServiceNotes"
data-cy="outsideServices.notes"
@input="
fieldValueChanged(
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].notes`