This commit is contained in:
2021-02-22 21:06:17 +00:00
parent 98d33c010a
commit b259584b85
3 changed files with 14 additions and 9 deletions

View File

@@ -359,6 +359,12 @@
:label="$ay.t('PurchaseOrderItemQuantityReceived')"
ref="Items.QuantityReceived"
data-cy="Items.QuantityReceived"
:error-messages="
form().serverErrors(
this,
`Items[${editPoItemIndex}].QuantityReceived`
)
"
:rules="[
form().decimalValid(this, 'Items.QuantityReceived'),
form().required(this, 'Items.QuantityReceived')
@@ -452,6 +458,7 @@
></v-text-field>
</v-col>
</v-row>
{{ formState.serverError }}
<!-- {{ obj.items[editPoItemIndex] }} -->
</v-card-text>
<v-card-actions>