- corretto img profilo

- corretto coordinata non obbligatoria
This commit is contained in:
Surya Paolo
2024-09-17 18:50:05 +02:00
parent b9a5c54071
commit d4e0f2cf1a
44 changed files with 155 additions and 96 deletions

View File

@@ -1317,8 +1317,8 @@ export default defineComponent({
}
function showandsel(row: any, col: any, newval: any, valinitial: any) {
console.log('showandsel CGridTable', row, col, newval)
function showandsave(row: any, col: any, newval: any, valinitial: any) {
console.log('showandsave CGridTable', row, col, newval)
rowsel.value = row
colsel.value = col
idsel = row._id
@@ -2262,7 +2262,7 @@ export default defineComponent({
return {
selItem,
SaveValdb,
showandsel,
showandsave,
annulla,
SaveValue,
updatedcol,

View File

@@ -198,7 +198,7 @@
minuteinterval="1"
@save="SaveValue"
@show="selItem(row, col)"
@showandsave="showandsel"
@showandsave="showandsave"
>
</CMyPopupEdit>
</div>
@@ -276,7 +276,7 @@
:subfield="mycol.subfield"
@save="SaveValdb"
@show="selItem(rowclicksel, mycol)"
@showandsave="showandsel"
@showandsave="showandsave"
@annulla="annulla"
@update_col="update_col"
>
@@ -336,7 +336,7 @@
:insertMode="true"
@save="SaveValue"
@show="selItem(newRecord, col)"
@showandsave="showandsel"
@showandsave="showandsave"
@update_col="update_col"
>
</CMyPopupEdit>
@@ -411,7 +411,7 @@
:insertMode="true"
@save="SaveValue"
@show="selItem(newRecord, col)"
@showandsave="showandsel"
@showandsave="showandsave"
>
</CMyPopupEdit>
</div>
@@ -475,7 +475,7 @@
minuteinterval="1"
@save="SaveValue"
@show="selItem(recModif, col, true)"
@showandsave="showandsel"
@showandsave="showandsave"
@update_col="update_col"
>
</CMyPopupEdit>