Quando si inserisce un evento, su giunge alla fine, si salva, NON SI MEMORIZZANO foto, data e orario!

This commit is contained in:
Surya Paolo
2023-06-07 17:25:14 +02:00
parent 9908558bf7
commit 1a57d5a2e3
11 changed files with 239 additions and 57 deletions

View File

@@ -550,6 +550,7 @@
@save="SaveValue"
@show="selItem(row, col)"
@showandsave="showandsel"
>
</CMyPopupEdit>
</div>
@@ -1194,6 +1195,7 @@
@show="selItem(rowclicksel, mycol)"
@showandsave="showandsel"
@annulla="annulla"
@update_col="update_col"
>
</CMyPopupEdit>
</div>
@@ -1214,6 +1216,7 @@
<q-btn flat round color="white" icon="close" v-close-popup></q-btn>
</q-bar>
<q-card-section class="inset-shadow">
newRecord: {{newRecord}}
<div
:class="$q.screen.lt.sm ? `` : `row` + ` text-blue `"
v-for="col in mycolumns"
@@ -1252,6 +1255,7 @@
@save="SaveValue"
@show="selItem(newRecord, col)"
@showandsave="showandsel"
@update_col="update_col"
>
</CMyPopupEdit>
</div>
@@ -1390,6 +1394,7 @@
@save="SaveValue"
@show="selItem(recModif, col, true)"
@showandsave="showandsel"
@update_col="update_col"
>
</CMyPopupEdit>
</div>