Commit 196e644f459fc68021474949d06a10ecf7302923
1 parent
b241d0fb4f
Exists in
master
and in
1 other branch
clase foca
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
src/views/nota-pedido.html
| ... | ... | @@ -7,10 +7,10 @@ |
| 7 | 7 | busqueda="seleccionarNotaPedido" |
| 8 | 8 | ></foca-cabecera-facturador> |
| 9 | 9 | <div class="col-lg-12"> |
| 10 | - <div class="row mt-4"> | |
| 10 | + <div class="row"> | |
| 11 | 11 | <div class="col-12 col-md-10 col-lg-10 border border-light rounded"> |
| 12 | - <div class="row px-5 py-2 botonera-secundaria"> | |
| 13 | - <div class="col-12"> | |
| 12 | + <div class="row py-2 botonera-secundaria"> | |
| 13 | + <div class="col-12 foca-facturador-px"> | |
| 14 | 14 | <foca-botonera-facturador botones="botonera" extra="5" class="row"></foca-botonera-facturador> |
| 15 | 15 | </div> |
| 16 | 16 | </div> |
| ... | ... | @@ -358,7 +358,7 @@ |
| 358 | 358 | </td> |
| 359 | 359 | </tr> |
| 360 | 360 | <!-- SELECCIONAR PRODUCTO --> |
| 361 | - <tr ng-show="cargando" class="d-flex"> | |
| 361 | + <!-- <tr ng-show="cargando" class="d-flex"> | |
| 362 | 362 | <td class="col-12"> |
| 363 | 363 | <input |
| 364 | 364 | placeholder="Seleccione Articulo" |
| ... | ... | @@ -367,7 +367,7 @@ |
| 367 | 367 | ng-click="seleccionarArticulo()" |
| 368 | 368 | /> |
| 369 | 369 | </td> |
| 370 | - </tr> | |
| 370 | + </tr> --> | |
| 371 | 371 | <!-- TOOGLE EXPANDIR --> |
| 372 | 372 | <tr> |
| 373 | 373 | <td class="col"> |