Commit f0c3ab6a6a0186bc2d55028d828b02acd3bc78f4
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-modal-detalle-hoja-ruta!1
Showing
2 changed files
Show diff stats
index.html
src/views/modal-detalle-hoja-ruta.html
| ... | ... | @@ -35,6 +35,26 @@ |
| 35 | 35 | readonly disabled |
| 36 | 36 | /> |
| 37 | 37 | </div> |
| 38 | + <label for="costo" class="col-sm-3 col-form-label col-form-label-sm">Contacto</label> | |
| 39 | + <div class="col-sm-3"> | |
| 40 | + <input | |
| 41 | + type="text" | |
| 42 | + class="form-control form-control-sm" | |
| 43 | + ng-model="parametrosDetalleHojaRuta.contacto" | |
| 44 | + readonly disabled | |
| 45 | + /> | |
| 46 | + </div> | |
| 47 | + </div> | |
| 48 | + <div class="form-group row"> | |
| 49 | + <label for="costo" class="col-sm-3 col-form-label col-form-label-sm">Teléfono</label> | |
| 50 | + <div class="col-sm-3"> | |
| 51 | + <input | |
| 52 | + type="text" | |
| 53 | + class="form-control form-control-sm" | |
| 54 | + ng-model="parametrosDetalleHojaRuta.telefonoContacto" | |
| 55 | + readonly disabled | |
| 56 | + /> | |
| 57 | + </div> | |
| 38 | 58 | <label for="costo" class="col-sm-3 col-form-label col-form-label-sm">Producto</label> |
| 39 | 59 | <div class="col-sm-3"> |
| 40 | 60 | <input |
| ... | ... | @@ -70,6 +90,8 @@ |
| 70 | 90 | ng-model="parametrosDetalleHojaRuta.litrosDescargados" |
| 71 | 91 | foca-focus="paso === 0" |
| 72 | 92 | ng-keypress="$event.keyCode === 13 && irPaso(1)" |
| 93 | + foca-tipo-input | |
| 94 | + teclado-virtual | |
| 73 | 95 | /> |
| 74 | 96 | </div> |
| 75 | 97 | <label for="costo" class="col-sm-3 col-form-label col-form-label-sm">Nº recibo</label> |
| ... | ... | @@ -85,6 +107,8 @@ |
| 85 | 107 | ng-model="parametrosDetalleHojaRuta.numeroRecibo" |
| 86 | 108 | foca-focus="paso === 1" |
| 87 | 109 | ng-keypress="$event.keyCode == 13 && validar() && aceptar()" |
| 110 | + foca-tipo-input | |
| 111 | + teclado-virtual | |
| 88 | 112 | /> |
| 89 | 113 | </div> |
| 90 | 114 | </div> |