Commit e5d647d913ed9d58a8d87430c18e5c9ba3c27ec6
Exists in
master
Merge branch 'develop' into 'master'
Develop See merge request !29
Showing
1 changed file
 
Show diff stats
src/views/foca-admin-seguimiento.html
| ... | ... | @@ -50,6 +50,7 @@ | 
| 50 | 50 | ng-keypress="search($event.keyCode)" | 
| 51 | 51 | foca-focus="idUsuario == -1" | 
| 52 | 52 | ng-show="actividad == 'Nota de pedido'" | 
| 53 | + teclado-virtual | |
| 53 | 54 | > | 
| 54 | 55 | <input | 
| 55 | 56 | type="text" | 
| ... | ... | @@ -59,6 +60,7 @@ | 
| 59 | 60 | ng-keypress="search($event.keyCode)" | 
| 60 | 61 | foca-focus="idUsuario == -1" | 
| 61 | 62 | ng-show="actividad == 'Entrega de producto'" | 
| 63 | + teclado-virtual | |
| 62 | 64 | > | 
| 63 | 65 | <input | 
| 64 | 66 | type="text" | 
| ... | ... | @@ -68,6 +70,7 @@ | 
| 68 | 70 | ng-keypress="search($event.keyCode)" | 
| 69 | 71 | foca-focus="idUsuario == -1" | 
| 70 | 72 | ng-show="actividad == 'Cobranza'" | 
| 73 | + teclado-virtual | |
| 71 | 74 | > | 
| 72 | 75 | </div> | 
| 73 | 76 | <button |