This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceVendorSentToID`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].vendorSentToID`
|
||||
)
|
||||
"
|
||||
@input="
|
||||
@@ -174,7 +174,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceRMANumber`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].rmaNumber`
|
||||
)
|
||||
"
|
||||
data-cy="outsideServices.rma"
|
||||
@@ -208,7 +208,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceRepairCost`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].repairCost`
|
||||
)
|
||||
"
|
||||
:rules="[
|
||||
@@ -252,7 +252,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceRepairPrice`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].repairPrice`
|
||||
)
|
||||
"
|
||||
:rules="[
|
||||
@@ -299,7 +299,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceVendorSentViaID`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].vendorSentViaID`
|
||||
)
|
||||
"
|
||||
@input="
|
||||
@@ -334,7 +334,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceTrackingNumber`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].trackingNumber`
|
||||
)
|
||||
"
|
||||
data-cy="outsideServices.trackingNumber"
|
||||
@@ -368,7 +368,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceShippingCost`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].shippingCost`
|
||||
)
|
||||
"
|
||||
:rules="[
|
||||
@@ -412,7 +412,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceShippingPrice`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].shippingPrice`
|
||||
)
|
||||
"
|
||||
:rules="[
|
||||
@@ -455,7 +455,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceDateSent`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].sentDate`
|
||||
)
|
||||
"
|
||||
@input="
|
||||
@@ -488,7 +488,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceDateETA`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].etaDate`
|
||||
)
|
||||
"
|
||||
@input="
|
||||
@@ -521,7 +521,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceDateReturned`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].returnDate`
|
||||
)
|
||||
"
|
||||
@input="
|
||||
@@ -556,7 +556,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceTaxCode`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].taxCodeId`
|
||||
)
|
||||
"
|
||||
@input="
|
||||
@@ -586,7 +586,7 @@
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].WorkOrderItemOutsideServiceNotes`
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].notes`
|
||||
)
|
||||
"
|
||||
data-cy="outsideServices.notes"
|
||||
|
||||
Reference in New Issue
Block a user