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