This commit is contained in:
2021-02-22 18:23:39 +00:00
parent 40be953fe6
commit 7d11e0f46d
3 changed files with 6 additions and 16 deletions

View File

@@ -402,8 +402,8 @@
ref="receivedCost"
data-cy="receivedCost"
:rules="[
form().decimalValid(this, 'receivedCost'),
form().required(this, 'receivedCost')
form().decimalValid(this, 'Items.ReceivedCost'),
form().required(this, 'Items.ReceivedCost')
]"
></gz-currency>
</v-col>