diff --git a/src/components/CFinder/CFinder.ts b/src/components/CFinder/CFinder.ts index 1362cc3c..bf07f203 100755 --- a/src/components/CFinder/CFinder.ts +++ b/src/components/CFinder/CFinder.ts @@ -390,17 +390,6 @@ export default defineComponent({ notinsearch: true, useinput: false, }, - { - label: 'Offro/Cerco', - table: 'adtypes', - key: 'adType', - value: tools.getCookie(tools.COOK_SEARCH + 'adtypes', costanti.FILTER_TUTTI, true), - arrvalue: [], - addall: true, - type: costanti.FieldType.select, - filter: null, - useinput: false, - }, { label: 'Categoria', table: 'skills', @@ -413,6 +402,17 @@ export default defineComponent({ showcount: true, useinput: false, }, + { + label: 'Offro/Cerco', + table: 'adtypes', + key: 'adType', + value: tools.getCookie(tools.COOK_SEARCH + 'adtypes', costanti.FILTER_TUTTI, true), + arrvalue: [], + addall: true, + type: costanti.FieldType.select, + filter: null, + useinput: false, + }, /*{ label: 'Specializzazione', table: 'subskills', @@ -750,17 +750,6 @@ export default defineComponent({ filter: null, tablesel: 'pub_to_share', },*/ - { - label: 'Offro/Cerco', - table: 'adtypes', - key: 'adType', - value: tools.getCookie(tools.COOK_SEARCH + 'adtypes', costanti.FILTER_TUTTI, true), - arrvalue: [], - addall: true, - type: costanti.FieldType.select, - filter: null, - useinput: false, - }, { label: 'Settore', table: 'sectorgoods', @@ -785,6 +774,17 @@ export default defineComponent({ showcount: true, useinput: false, }, + { + label: 'Offro/Cerco', + table: 'adtypes', + key: 'adType', + value: tools.getCookie(tools.COOK_SEARCH + 'adtypes', costanti.FILTER_TUTTI, true), + arrvalue: [], + addall: true, + type: costanti.FieldType.select, + filter: null, + useinput: false, + }, /* { label: 'Consegna', diff --git a/src/components/CGridTableRec/CGridTableRec.vue b/src/components/CGridTableRec/CGridTableRec.vue index b086f7a0..be9fed6e 100755 --- a/src/components/CGridTableRec/CGridTableRec.vue +++ b/src/components/CGridTableRec/CGridTableRec.vue @@ -88,8 +88,8 @@ :col="fieldsTable.getColByColumns(mycolumns, item.key)" v-if=" (item.type === costanti.FieldType.select || - item.type === costanti.FieldType.select_by_server) - && lengthopt(item, false) > 1 + item.type === costanti.FieldType.select_by_server) && + lengthopt(item, false) > 1 " :label="labelcombo(item)" v-model:value="item.value" @@ -123,7 +123,10 @@ --> -
-
- - {{ getNumFilterSelected() }} - - - -
+ > +
+ + {{ getNumFilterSelected() }} + + + +
@@ -1216,7 +1219,7 @@ - newRecord: {{newRecord}} + newRecord: {{ newRecord }}
- - Notifiche - + Notifiche