ver 0.5.73:

- corretto invia monete da Conto Collettivo a Utente
- Aggiunto Provincia (tutorial).. in corso...
This commit is contained in:
Surya Paolo
2023-03-04 10:20:49 +01:00
parent a250700c8b
commit 3f808189e3
28 changed files with 483 additions and 74 deletions

View File

@@ -0,0 +1,32 @@
<template>
<div>
<CMySelect
:type_out="costanti.FieldType.object"
:label="label"
v-model="myvalue"
:pickup="false"
:addnone="true"
:tablesel="table"
:myclass="myclass"
:optval="fieldsTable.getKeyByTable(jointable)"
:optlab="fieldsTable.getLabelByTable(jointable)"
:options="
globalStore.getTableJoinByName(
jointable,
false,
false,
''
)"
:useinput="false"
@update:value="changevalRec"
>
</CMySelect>
</div>
</template>
<script lang="ts" src="./CMySelectCity.ts">
</script>
<style lang="scss" scoped>
@import './CMySelectCity.scss';
</style>