2059 zone.index buscador avanzado
gitea/salix/2059-zone_index_searchPanel This commit looks good
Details
gitea/salix/2059-zone_index_searchPanel This commit looks good
Details
This commit is contained in:
parent
d400e63aac
commit
73c4e310f0
|
@ -20,7 +20,7 @@
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"deliveryMethodFk":{
|
"deliveryMethodFk": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
"m3": {
|
"m3": {
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
"reportMail": {
|
"reportMail": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"isActive":{
|
"isActive": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"code": {
|
"code": {
|
||||||
|
@ -65,9 +65,13 @@
|
||||||
"permission": "ALLOW"
|
"permission": "ALLOW"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"scopes" : {
|
"scopes": {
|
||||||
"isActive" : {
|
"isActive": {
|
||||||
"where": {"isActive": {"neq": false}}
|
"where": {
|
||||||
|
"isActive": {
|
||||||
|
"neq": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -22,6 +22,7 @@
|
||||||
label="Agency"
|
label="Agency"
|
||||||
ng-model="filter.agencyModeFk"
|
ng-model="filter.agencyModeFk"
|
||||||
url="AgencyModes/isActive"
|
url="AgencyModes/isActive"
|
||||||
|
where="{deliveryMethodFk: {neq: null}}"
|
||||||
value-field="id"
|
value-field="id"
|
||||||
show-field="name">
|
show-field="name">
|
||||||
</vn-autocomplete>
|
</vn-autocomplete>
|
||||||
|
|
Loading…
Reference in New Issue