Commit 768638b527deba041c92865c2421de487fe3344d
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !24
Showing
1 changed file
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> |
... | ... | @@ -357,17 +357,6 @@ |
357 | 357 | </button> |
358 | 358 | </td> |
359 | 359 | </tr> |
360 | - <!-- SELECCIONAR PRODUCTO --> | |
361 | - <tr ng-show="cargando" class="d-flex"> | |
362 | - <td class="col-12"> | |
363 | - <input | |
364 | - placeholder="Seleccione Articulo" | |
365 | - class="form-control form-control-sm" | |
366 | - readonly | |
367 | - ng-click="seleccionarArticulo()" | |
368 | - /> | |
369 | - </td> | |
370 | - </tr> | |
371 | 360 | <!-- TOOGLE EXPANDIR --> |
372 | 361 | <tr> |
373 | 362 | <td class="col"> |