- corretto img profilo
- corretto coordinata non obbligatoria
This commit is contained in:
@@ -147,8 +147,8 @@ export default defineComponent({
|
||||
|
||||
const { setValDb, getValDb } = MixinBase()
|
||||
|
||||
function showandsel(row: any, col: any, newval: any, valinitial: any) {
|
||||
console.log('showandsel CMyFieldDb', row, col, newval)
|
||||
function showandsave(row: any, col: any, newval: any, valinitial: any) {
|
||||
console.log('showandsave CMyFieldDb', row, col, newval)
|
||||
|
||||
if (newval !== valinitial) {
|
||||
tools.saveInDBForTypes($q, props.mykey, newval, props.type, props.serv, props.table, props.mysubkey, props.id, props.indrec, props.mysubsubkey, props.specialField)
|
||||
@@ -190,7 +190,7 @@ export default defineComponent({
|
||||
globalStore,
|
||||
col,
|
||||
row,
|
||||
showandsel,
|
||||
showandsave,
|
||||
withBorder,
|
||||
save,
|
||||
}
|
||||
|
||||
@@ -2,7 +2,14 @@
|
||||
<div>
|
||||
<div class="row">
|
||||
<div :class="` `" :style="withBorder() ? `` : ``">
|
||||
<div v-if="title && ((type === costanti.FieldType.string || type === costanti.FieldType.number))" class="q-ma-xs">
|
||||
<div
|
||||
v-if="
|
||||
title &&
|
||||
(type === costanti.FieldType.string ||
|
||||
type === costanti.FieldType.number)
|
||||
"
|
||||
class="q-ma-xs"
|
||||
>
|
||||
<q-field
|
||||
rounded
|
||||
outlined
|
||||
@@ -62,7 +69,7 @@
|
||||
:pickup="pickup"
|
||||
v-model:row="row"
|
||||
minuteinterval="1"
|
||||
@showandsave="showandsel"
|
||||
@showandsave="showandsave"
|
||||
@save="save"
|
||||
>
|
||||
</CMyPopupEdit>
|
||||
|
||||
Reference in New Issue
Block a user