Commit 01571b8f5af5b02971d108cc33a52b2abcc57cb4
1 parent
abcea5a1de
Exists in
master
color
Showing
1 changed file
with
4 additions
and
24 deletions
Show diff stats
src/views/modal-proveedor.html
| ... | ... | @@ -33,29 +33,9 @@ |
| 33 | 33 | </div> |
| 34 | 34 | </div> |
| 35 | 35 | <div class="modal-body" id="modal-body"> |
| 36 | - <div class="input-group"> | |
| 37 | - <input | |
| 38 | - ladda="searchLoading" | |
| 39 | - type="text" | |
| 40 | - class="form-control form-control-sm" | |
| 41 | - placeholder="Busqueda" | |
| 42 | - ng-model="filters" | |
| 43 | - ng-change="search()" | |
| 44 | - ng-keydown="busquedaDown($event.keyCode)" | |
| 45 | - ng-keypress="busquedaPress($event.keyCode)" | |
| 46 | - foca-focus="selectedProveedores == -1" | |
| 47 | - ng-focus="selectedProveedores = -1" | |
| 48 | - teclado-virtual | |
| 49 | - > | |
| 50 | - <div class="input-group-append"> | |
| 51 | - <button | |
| 52 | - ladda="searchLoading" | |
| 53 | - data-spinner-color="#FF0000" | |
| 54 | - class="btn btn-outline-secondary" | |
| 55 | - type="button" | |
| 56 | - ng-click="busquedaPress(13)"> | |
| 57 | - <i class="fa fa-search" aria-hidden="true"></i> | |
| 58 | - </button> | |
| 36 | + | |
| 37 | + <div ng-show="!primerBusqueda"> | |
| 38 | + Debe realizar una primer búsqueda. | |
| 59 | 39 | </div> |
| 60 | 40 | |
| 61 | 41 | <table ng-show="primerBusqueda" class="table table-striped table-sm"> |
| ... | ... | @@ -130,4 +110,4 @@ |
| 130 | 110 | </ul> |
| 131 | 111 | </nav> |
| 132 | 112 | <button class="btn btn-sm btn-secondary" type="button" ng-click="cancel()">Cancelar</button> |
| 133 | 113 | -</div> |
| 114 | +</div> | |
| 134 | 115 | \ No newline at end of file |