2059 zone.index buscador avanzado
gitea/salix/2059-zone_index_searchPanel This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-02-06 13:07:01 +01:00
parent d400e63aac
commit 73c4e310f0
2 changed files with 75 additions and 70 deletions

View File

@ -20,7 +20,7 @@
"description": {
"type": "string"
},
"deliveryMethodFk":{
"deliveryMethodFk": {
"type": "number"
},
"m3": {
@ -32,7 +32,7 @@
"reportMail": {
"type": "string"
},
"isActive":{
"isActive": {
"type": "boolean"
},
"code": {
@ -65,9 +65,13 @@
"permission": "ALLOW"
}
],
"scopes" : {
"isActive" : {
"where": {"isActive": {"neq": false}}
"scopes": {
"isActive": {
"where": {
"isActive": {
"neq": false
}
}
}
}
}

View File

@ -22,6 +22,7 @@
label="Agency"
ng-model="filter.agencyModeFk"
url="AgencyModes/isActive"
where="{deliveryMethodFk: {neq: null}}"
value-field="id"
show-field="name">
</vn-autocomplete>