Commit 2686889eb49112104ef5f67bad8b317a0d27db98
Exists in
master
Merge branch 'master' into 'master'
fuera fechas desde y hasta See merge request !5
Showing
1 changed file
Show diff stats
src/views/foca-modal-factura.html
| ... | ... | @@ -31,41 +31,8 @@ |
| 31 | 31 | </div> |
| 32 | 32 | </div> |
| 33 | 33 | <div class="modal-body" id="modal-body"> |
| 34 | - <div class="input-group row"> | |
| 35 | - <small class="col-md-2 col-4 text-left my-1">Fecha Desde</small> | |
| 36 | - <div class="col-md-4 col-8 input-group mb-2"> | |
| 37 | - <div class="input-group-prepend"> | |
| 38 | - <div class="input-group-text form-control-sm"> | |
| 39 | - <i class="fa fa-calendar"></i> | |
| 40 | - </div> | |
| 41 | - </div> | |
| 42 | - <input | |
| 43 | - class="form-control form-control-sm" | |
| 44 | - id="inlineFormInputGroup" | |
| 45 | - ladda="searchLoading" | |
| 46 | - type="date" | |
| 47 | - ng-model="fechaDesde" | |
| 48 | - hasta-hoy | |
| 49 | - ng-required="true" | |
| 50 | - /> | |
| 51 | - </div> | |
| 52 | - <small class="col-md-2 col-4 text-left my-1">Fecha Hasta</small> | |
| 53 | - <div class="col-md-4 col-8 input-group mb-2"> | |
| 54 | - <div class="input-group-prepend"> | |
| 55 | - <div class="input-group-text form-control-sm"> | |
| 56 | - <i class="fa fa-calendar"></i> | |
| 57 | - </div> | |
| 58 | - </div> | |
| 59 | - <input | |
| 60 | - class="form-control form-control-sm" | |
| 61 | - id="inlineFormInputGroup" | |
| 62 | - ladda="searchLoading" | |
| 63 | - type="date" | |
| 64 | - ng-model="fechaHasta" | |
| 65 | - ng-required="true" | |
| 66 | - hasta-hoy | |
| 67 | - /> | |
| 68 | - </div> | |
| 34 | + <div ng-show="!primerBusqueda"> | |
| 35 | + Debe realizar una primer búsqueda. | |
| 69 | 36 | </div> |
| 70 | 37 | |
| 71 | 38 | <table ng-show="primerBusqueda" class="table table-striped table-sm"> |