- Aggiunta della funzione Cron
- Flag: Pubblicati OnLine + Solo CagalogoGenerale + Dettagli
This commit is contained in:
@@ -2837,6 +2837,15 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
function getisDettagliByCatalog() {
|
||||
const rec = searchList.value.find((myrec) => myrec.table === shared_consts.TABLES_CATALOG && myrec.key === 'dettagli')
|
||||
if (rec) {
|
||||
return rec.value
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
created()
|
||||
|
||||
@@ -2973,6 +2982,7 @@ export default defineComponent({
|
||||
loadMore,
|
||||
onIntersection,
|
||||
showfilteradv,
|
||||
getisDettagliByCatalog,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@@ -569,6 +569,7 @@
|
||||
v-else-if="tablesel === shared_consts.TABLES_CATALOG"
|
||||
:table="tablesel"
|
||||
:prop_myrec="row"
|
||||
:dettagli="getisDettagliByCatalog()"
|
||||
:opt="opt"
|
||||
@cmdext="cmdExt"
|
||||
:editOn="editOn"
|
||||
@@ -910,6 +911,13 @@
|
||||
</q-item>
|
||||
</template>
|
||||
</q-select>
|
||||
<q-toggle
|
||||
v-else-if="item.type === costanti.FieldType.boolean"
|
||||
:label="item.label"
|
||||
v-model="item.value"
|
||||
@update:model-value="refresh"
|
||||
color="green"
|
||||
/>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user