Commit 6a63b5e4bd6afaed68f82aac6df2a101ab16abd4
1 parent
977e841889
Exists in
master
and in
1 other branch
posicion default mapa
Showing
1 changed file
with
3 additions
and
3 deletions
 
Show diff stats
src/views/foca-admin-seguimiento.html
| 1 | <div class="foca-admin-seguimiento"> | 1 | <div class="foca-admin-seguimiento"> | 
| 2 | <div class="row"> | 2 | <div class="row"> | 
| 3 | <foca-cabecera-facturador | 3 | <foca-cabecera-facturador | 
| 4 | titulo="titulo" | 4 | titulo="titulo" | 
| 5 | fecha="now" | 5 | fecha="now" | 
| 6 | class="mb-0 col-lg-12" | 6 | class="mb-0 col-lg-12" | 
| 7 | ></foca-cabecera-facturador> | 7 | ></foca-cabecera-facturador> | 
| 8 | </div> | 8 | </div> | 
| 9 | <div class="row"> | 9 | <div class="row"> | 
| 10 | <div class="col-10"> | 10 | <div class="col-10"> | 
| 11 | <osm | 11 | <osm | 
| 12 | latitud="-32.89214159952345" | 12 | latitud="-34.7152975" | 
| 13 | longitud="-68.84572999101856" | 13 | longitud="-65.9053867" | 
| 14 | zoom="14" | 14 | zoom="6" | 
| 15 | marcadores="marcadores" | 15 | marcadores="marcadores" | 
| 16 | parametros= "datosBuscados" | 16 | parametros= "datosBuscados" | 
| 17 | /> | 17 | /> | 
| 18 | </div> | 18 | </div> | 
| 19 | <div class="col-2 pl-0"> | 19 | <div class="col-2 pl-0"> | 
| 20 | <input | 20 | <input | 
| 21 | type="text" | 21 | type="text" | 
| 22 | ng-model="now" | 22 | ng-model="now" | 
| 23 | class="btn col-12 my-1" | 23 | class="btn col-12 my-1" | 
| 24 | ng-blur="fecha()" | 24 | ng-blur="fecha()" | 
| 25 | uib-datepicker-popup="dd/MM/yyyy" | 25 | uib-datepicker-popup="dd/MM/yyyy" | 
| 26 | show-button-bar="false" | 26 | show-button-bar="false" | 
| 27 | is-open="datepickerOpen" | 27 | is-open="datepickerOpen" | 
| 28 | on-open-focus="false" | 28 | on-open-focus="false" | 
| 29 | ng-focus="datepickerOpen = true" | 29 | ng-focus="datepickerOpen = true" | 
| 30 | datepicker-options="dateOptions" | 30 | datepicker-options="dateOptions" | 
| 31 | /> | 31 | /> | 
| 32 | <button | 32 | <button | 
| 33 | type="button" | 33 | type="button" | 
| 34 | ng-class="{'active': idUsuario == 0}" | 34 | ng-class="{'active': idUsuario == 0}" | 
| 35 | class="btn col-12 my-1" | 35 | class="btn col-12 my-1" | 
| 36 | ng-click="general()" | 36 | ng-click="general()" | 
| 37 | >General</button> | 37 | >General</button> | 
| 38 | <button | 38 | <button | 
| 39 | type="button" | 39 | type="button" | 
| 40 | ng-class="{'active': idUsuario != 0}" | 40 | ng-class="{'active': idUsuario != 0}" | 
| 41 | class="btn col-12 my-1" | 41 | class="btn col-12 my-1" | 
| 42 | ng-click="individual()" | 42 | ng-click="individual()" | 
| 43 | >Individual</button> | 43 | >Individual</button> | 
| 44 | <div class="form-group" ng-show="idUsuario == -1"> | 44 | <div class="form-group" ng-show="idUsuario == -1"> | 
| 45 | <input | 45 | <input | 
| 46 | type="text" | 46 | type="text" | 
| 47 | placeholder="Vendedor" | 47 | placeholder="Vendedor" | 
| 48 | class="form-control" | 48 | class="form-control" | 
| 49 | ng-model="idUsuarioInput" | 49 | ng-model="idUsuarioInput" | 
| 50 | ng-keypress="search($event.keyCode)" | 50 | ng-keypress="search($event.keyCode)" | 
| 51 | foca-focus="idUsuario == -1" | 51 | foca-focus="idUsuario == -1" | 
| 52 | ng-show="actividad == 'Nota de pedido'" | 52 | ng-show="actividad == 'Nota de pedido'" | 
| 53 | > | 53 | > | 
| 54 | <input | 54 | <input | 
| 55 | type="text" | 55 | type="text" | 
| 56 | placeholder="Vehiculo" | 56 | placeholder="Vehiculo" | 
| 57 | class="form-control" | 57 | class="form-control" | 
| 58 | ng-model="idUsuarioInput" | 58 | ng-model="idUsuarioInput" | 
| 59 | ng-keypress="search($event.keyCode)" | 59 | ng-keypress="search($event.keyCode)" | 
| 60 | foca-focus="idUsuario == -1" | 60 | foca-focus="idUsuario == -1" | 
| 61 | ng-show="actividad == 'Entrega de producto'" | 61 | ng-show="actividad == 'Entrega de producto'" | 
| 62 | > | 62 | > | 
| 63 | <input | 63 | <input | 
| 64 | type="text" | 64 | type="text" | 
| 65 | placeholder="Cobrador" | 65 | placeholder="Cobrador" | 
| 66 | class="form-control" | 66 | class="form-control" | 
| 67 | ng-model="idUsuarioInput" | 67 | ng-model="idUsuarioInput" | 
| 68 | ng-keypress="search($event.keyCode)" | 68 | ng-keypress="search($event.keyCode)" | 
| 69 | foca-focus="idUsuario == -1" | 69 | foca-focus="idUsuario == -1" | 
| 70 | ng-show="actividad == 'Cobranza'" | 70 | ng-show="actividad == 'Cobranza'" | 
| 71 | > | 71 | > | 
| 72 | </div> | 72 | </div> | 
| 73 | </div> | 73 | </div> | 
| 74 | </div> | 74 | </div> | 
| 75 | </div> | 75 | </div> | 
| 76 | 76 |