This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user