fix Saldo when press refuse coins.

fix Risolvere problema del ritardo quando si fa il primo login...
This commit is contained in:
Paolo Arena
2022-09-16 17:39:28 +02:00
parent a194acfc69
commit 78a79e1ad5
53 changed files with 3779 additions and 3498 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<q-dialog v-model="show" :maximized="$q.screen.lt.sm" @hide="hide" @show="qtyRef.focus()">
<q-dialog v-model="show" :maximized="$q.screen.lt.sm" @hide="hide" @show="qtyRef ? qtyRef.focus() : ''">
<q-card class="dialog_card">
<q-toolbar class="bg-primary text-white">
<q-toolbar-title>
@@ -25,18 +25,16 @@
<q-input v-model="from_username" label="Mittente" class="full-width" readonly>
</q-input>
<CMyUser
<CMyUserOnlyView
:mycontact="to_user"
:visu="costanti.FIND_PEOPLE"
@setCmd="tools.setCmd"
labelextra="Destinatario"
>
</CMyUser>
</CMyUserOnlyView>
<div v-if="circuitloaded">
<q-input
mask="#.##"
reverse-fill-mask
ref="qtyRef"
class="q-py-sm text-h5"
outlined v-model="qty" type="text"