ver 0.5.73:
- corretto invia monete da Conto Collettivo a Utente - Aggiunto Provincia (tutorial).. in corso...
This commit is contained in:
32
src/components/CMySelectCity/CMySelectCity.vue
Executable file
32
src/components/CMySelectCity/CMySelectCity.vue
Executable 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>
|
||||
Reference in New Issue
Block a user