This commit is contained in:
@@ -92,6 +92,12 @@
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].unitId`
|
||||
"
|
||||
data-cy="outsideServices.unitId"
|
||||
:rules="[
|
||||
form().required(
|
||||
this,
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].unitId`
|
||||
)
|
||||
]"
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
@@ -656,7 +662,7 @@ export default {
|
||||
this.value.items[this.activeWoItemIndex].outsideServices.push({
|
||||
id: 0,
|
||||
concurrency: 0,
|
||||
unitId: null,
|
||||
unitId: 0,
|
||||
notes: null,
|
||||
vendorSentToId: null,
|
||||
vendorSentViaId: null,
|
||||
|
||||
Reference in New Issue
Block a user