Orders view changes in pay modal
This commit is contained in:
parent
6927b86570
commit
ce7e04379a
|
@ -122,7 +122,7 @@ const onConfirmPay = async () => {
|
||||||
</QPageSticky>
|
</QPageSticky>
|
||||||
<VnConfirm
|
<VnConfirm
|
||||||
v-model="showAmountToPayDialog"
|
v-model="showAmountToPayDialog"
|
||||||
:message="t('amountToPay')"
|
message=" "
|
||||||
:promise="onConfirmPay"
|
:promise="onConfirmPay"
|
||||||
>
|
>
|
||||||
<template #customHTML>
|
<template #customHTML>
|
||||||
|
@ -133,7 +133,9 @@ const onConfirmPay = async () => {
|
||||||
type="number"
|
type="number"
|
||||||
min="0"
|
min="0"
|
||||||
:max="debt * -1"
|
:max="debt * -1"
|
||||||
/>
|
>
|
||||||
|
<template #append>€</template>
|
||||||
|
</VnInput>
|
||||||
</template>
|
</template>
|
||||||
</VnConfirm>
|
</VnConfirm>
|
||||||
</QPage>
|
</QPage>
|
||||||
|
|
Loading…
Reference in New Issue