5439-newFilterEnPeticionesDeCompra #1406

Merged
joan merged 10 commits from 5439-newFilterEnPeticionesDeCompra into dev 2023-04-06 07:05:19 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit fa78649607 - Show all commits

View File

@ -42,10 +42,9 @@
<vn-autocomplete <vn-autocomplete
vn-one vn-one
ng-model="filter.salesPersonFk" ng-model="filter.salesPersonFk"
url="Workers/activeWithInheritedRole" url="Workers/activeWithInheritedRole?filter[where][role]=salesPerson"
search-function="{firstName: $search}" search-function="{firstName: $search}"
value-field="id" value-field="id"
where="{role: 'salesPerson'}"
label="Comercial"> label="Comercial">
<tpl-item>{{firstName}} {{name}}</tpl-item> <tpl-item>{{firstName}} {{name}}</tpl-item>
</vn-autocomplete> </vn-autocomplete>