Accomodations ...

This commit is contained in:
Paolo Arena
2022-05-05 23:56:23 +02:00
parent b01de2d003
commit 171b99c34d
22 changed files with 2321 additions and 2342 deletions

View File

@@ -39,7 +39,7 @@ export function Debounce(func: Function, wait?: number, immediate?: boolean) {
}
}
return function a2() {
/*return function a2() {
// @ts-ignore
context = this
// @ts-ignore
@@ -55,5 +55,5 @@ export function Debounce(func: Function, wait?: number, immediate?: boolean) {
}
return result
}
}*/
}

View File

@@ -195,6 +195,116 @@ export const shared_consts = {
},
],
TypeHosps: [
{
value: 1,
label: 'Scambio Casa',
},
{
value: 2,
label: 'Ospitalità',
}
],
TypeAccom: [
{
value: 1,
label: 'Letto matrimoniale',
},
{
value: 2,
label: 'Letto singolo',
},
{
value: 3,
label: 'Divano-letto',
},
],
LocationAccom: [
{
value: 1,
label: 'Camera Privata',
},
{
value: 2,
label: 'Camera Condivisa',
},
{
value: 3,
label: 'Soggiorno',
},
],
People: [
{
value: 0,
label: 'Nessuna',
},
{
value: 1,
label: '1',
},
{
value: 2,
label: '2',
},
{
value: 3,
label: '3',
},
{
value: 4,
label: '4',
},
{
value: 5,
label: '5',
},
{
value: 6,
label: '6',
},
{
value: 7,
label: '7',
},
{
value: 8,
label: '8',
},
{
value: 9,
label: '9',
},
{
value: 10,
label: '10',
},
{
value: 11,
label: '11',
},
{
value: 12,
label: '12',
},
{
value: 13,
label: '13',
},
{
value: 14,
label: '14',
},
{
value: 15,
label: '15',
},
],
Regions: [
{
value: 'ABR',