refs #5439 se elimina el filtro de fecha añadido
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
1bc3103d9f
commit
3fd1e7a086
|
@ -49,15 +49,6 @@
|
||||||
label="Comercial">
|
label="Comercial">
|
||||||
<tpl-item>{{firstName}} {{name}}</tpl-item>
|
<tpl-item>{{firstName}} {{name}}</tpl-item>
|
||||||
</vn-autocomplete>
|
</vn-autocomplete>
|
||||||
<vn-autocomplete
|
|
||||||
vn-one
|
|
||||||
ng-model="filter.saleFk"
|
|
||||||
url="Sales/created"
|
|
||||||
search-function="{id: $search}"
|
|
||||||
value-field="created"
|
|
||||||
label="Fecha">
|
|
||||||
<tpl-item>{{created}}</tpl-item>
|
|
||||||
</vn-autocomplete>
|
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<section class="vn-px-md">
|
<section class="vn-px-md">
|
||||||
<vn-horizontal class="manifold-panel vn-pa-md">
|
<vn-horizontal class="manifold-panel vn-pa-md">
|
||||||
|
|
|
@ -101,15 +101,6 @@
|
||||||
label="Comercial">
|
label="Comercial">
|
||||||
<tpl-item>{{firstName}} {{name}}</tpl-item>
|
<tpl-item>{{firstName}} {{name}}</tpl-item>
|
||||||
</vn-autocomplete>
|
</vn-autocomplete>
|
||||||
<vn-autocomplete
|
|
||||||
vn-one
|
|
||||||
ng-model="filter.saleFk"
|
|
||||||
url="Sales/created"
|
|
||||||
search-function="{id: $search}"
|
|
||||||
value-field="created"
|
|
||||||
label="Fecha">
|
|
||||||
<tpl-item>{{created}}</tpl-item>
|
|
||||||
</vn-autocomplete>
|
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<vn-horizontal class="vn-px-lg">
|
<vn-horizontal class="vn-px-lg">
|
||||||
<vn-check
|
<vn-check
|
||||||
|
|
Loading…
Reference in New Issue