This commit is contained in:
2021-11-03 22:57:29 +00:00
parent 2b099d3b34
commit ac324b0149
2 changed files with 9 additions and 9 deletions

View File

@@ -120,7 +120,7 @@
`Items[${activeWoItemIndex}].expenses[${activeItemIndex}].name` `Items[${activeWoItemIndex}].expenses[${activeItemIndex}].name`
) )
" "
data-cy="expenses.description" data-cy="expenses.name"
></v-text-field> ></v-text-field>
</v-col> </v-col>

View File

@@ -146,7 +146,7 @@
:disabled="isDeleted" :disabled="isDeleted"
:label="$ay.t('WorkOrderItemLoanRate')" :label="$ay.t('WorkOrderItemLoanRate')"
:ref="`Items[${activeWoItemIndex}].loans[${activeItemIndex}].rate`" :ref="`Items[${activeWoItemIndex}].loans[${activeItemIndex}].rate`"
data-cy="loanUnitRateUnit" data-cy="loans.rate"
:error-messages=" :error-messages="
form().serverErrors( form().serverErrors(
this, this,
@@ -182,7 +182,7 @@
:ref=" :ref="
`Items[${activeWoItemIndex}].loans[${activeItemIndex}].quantity` `Items[${activeWoItemIndex}].loans[${activeItemIndex}].quantity`
" "
data-cy="loanQuantity" data-cy="loans.quantity"
:error-messages=" :error-messages="
form().serverErrors( form().serverErrors(
this, this,
@@ -224,7 +224,7 @@
:ref=" :ref="
`Items[${activeWoItemIndex}].loans[${activeItemIndex}].outDate` `Items[${activeWoItemIndex}].loans[${activeItemIndex}].outDate`
" "
data-cy="loanUnitOutDate" data-cy="loans.loaned"
:error-messages=" :error-messages="
form().serverErrors( form().serverErrors(
this, this,
@@ -256,7 +256,7 @@
:ref=" :ref="
`Items[${activeWoItemIndex}].loans[${activeItemIndex}].dueDate` `Items[${activeWoItemIndex}].loans[${activeItemIndex}].dueDate`
" "
data-cy="loanUnitDueDate" data-cy="loans.due"
:error-messages=" :error-messages="
form().serverErrors( form().serverErrors(
this, this,
@@ -288,7 +288,7 @@
:ref=" :ref="
`Items[${activeWoItemIndex}].loans[${activeItemIndex}].returnDate` `Items[${activeWoItemIndex}].loans[${activeItemIndex}].returnDate`
" "
data-cy="loanUnitReturnDate" data-cy="loans.returned"
:error-messages=" :error-messages="
form().serverErrors( form().serverErrors(
this, this,
@@ -325,7 +325,7 @@
:ref=" :ref="
`Items[${activeWoItemIndex}].loans[${activeItemIndex}].taxCodeId` `Items[${activeWoItemIndex}].loans[${activeItemIndex}].taxCodeId`
" "
data-cy="loanTaxCodeSaleId" data-cy="loans.taxCodeSaleId"
:error-messages=" :error-messages="
form().serverErrors( form().serverErrors(
this, this,
@@ -363,7 +363,7 @@
:ref=" :ref="
`Items[${activeWoItemIndex}].loans[${activeItemIndex}].priceOverride` `Items[${activeWoItemIndex}].loans[${activeItemIndex}].priceOverride`
" "
data-cy="loanpriceoverride" data-cy="loans.priceoverride"
:error-messages=" :error-messages="
form().serverErrors( form().serverErrors(
this, this,
@@ -399,7 +399,7 @@
) )
" "
:ref="`Items[${activeWoItemIndex}].loans[${activeItemIndex}].notes`" :ref="`Items[${activeWoItemIndex}].loans[${activeItemIndex}].notes`"
data-cy="loanUnitNotes" data-cy="loans.notes"
@input=" @input="
fieldValueChanged( fieldValueChanged(
`Items[${activeWoItemIndex}].loans[${activeItemIndex}].notes` `Items[${activeWoItemIndex}].loans[${activeItemIndex}].notes`