regNameSurnameMandatory

askUSernameTelegramToTheReg
@ davanti all'username
This commit is contained in:
Surya Paolo
2024-01-19 23:38:15 +01:00
parent 1ea2ef1ea3
commit fbebd925b1
8 changed files with 53 additions and 16 deletions

View File

@@ -44,14 +44,14 @@
<q-separator></q-separator>
<div
v-if="myTotalPriceCalc() !== myTotalPrice() && myTotalPriceCalc() !== ''"
v-if="
myTotalPriceCalc() !== myTotalPrice() && myTotalPriceCalc() !== ''
"
class="col-6 q-mr-sm"
style="text-align: right"
>
<span class="text-grey q-mr-xs">{{ t('ecomm.calcolato') }}:</span>
<span class="text-subtitle1 q-mr-sm"
> {{ myTotalPriceCalc() }}</span
>
<span class="text-subtitle1 q-mr-sm">€ {{ myTotalPriceCalc() }}</span>
</div>
<div class="col-6 q-mr-sm" style="text-align: right">
<q-input
@@ -60,7 +60,7 @@
:label="t('ecomm.totalPrice')"
filled
dense
style="width: 150px;"
style="width: 150px"
debounce="1000"
@change="changeTotalPrice"
>
@@ -94,8 +94,11 @@
@update:model-value="change_field('note')"
>
</q-input>
<q-field v-else> Note: {{ myrec.note }} </q-field>
<div v-else>
<q-field> Note: {{ myrec.note }} </q-field>
<q-field color="red"> Note per il Gestore: {{ myrec.note_per_gestore }} </q-field>
</div>
<q-input
v-if="editOn && tools.isManager() && getNumItems() > 0"
v-model="myrec.note_per_gestore"