Commit ec6cb251993cb5df6f650f52cb073ed6deb33280
Exists in
lab
and in
1 other branch
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !24
Showing
1 changed file
Show diff stats
src/views/modal-detalle-hoja-ruta.html
... | ... | @@ -110,8 +110,9 @@ |
110 | 110 | <textarea |
111 | 111 | ng-model="remito.observaciones" |
112 | 112 | ng-disabled="readonly" |
113 | - class="form-control form-control-sm" | |
114 | - rows="1" | |
113 | + class="form-control form-control-sm foca-input" | |
114 | + rows="2" | |
115 | + foca-focus="articuloSeleccionado.cantidadDescargada === articuloSeleccionado.cantidad" | |
115 | 116 | ></textarea> |
116 | 117 | </div> |
117 | 118 | <div class="row mt-2"> |