Commit e99531c0018ad49d07fa0392524e677906265c5d
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master See merge request !11
Showing
1 changed file
Show diff stats
src/views/modal-precio-condicion.html
| ... | ... | @@ -5,6 +5,13 @@ |
| 5 | 5 | <h5 ng-show="ingreso" class="modal-title my-1">Nuevos Plazos</h5> |
| 6 | 6 | </div> |
| 7 | 7 | <div class="input-group col-lg-6 pr-0 my-2" ng-show="!ingreso"> |
| 8 | + <button | |
| 9 | + class="btn btn-outline-debo mr-2" | |
| 10 | + ng-click="ingreso = true" | |
| 11 | + ng-show="!ingreso" | |
| 12 | + title="Nuevo"> | |
| 13 | + <i class="fa fa-plus" aria-hidden="true"></i> | |
| 14 | + </button> | |
| 8 | 15 | <input |
| 9 | 16 | type="text" |
| 10 | 17 | class="form-control form-control-sm" |
| ... | ... | @@ -49,19 +56,6 @@ |
| 49 | 56 | No se encontraron resultados. |
| 50 | 57 | </td> |
| 51 | 58 | </tr> |
| 52 | - <tr> | |
| 53 | - <td colspan="12" ng-show="!ingreso"> | |
| 54 | - <button | |
| 55 | - class="form-control form-control-sm btn-rounded" | |
| 56 | - type="text" | |
| 57 | - readonly | |
| 58 | - ng-click="ingreso = !ingreso" | |
| 59 | - > | |
| 60 | - <i class="fa fa-plus left" aria-hidden="true"></i> | |
| 61 | - Crear Precio-Condición de forma manual | |
| 62 | - </button> | |
| 63 | - </td> | |
| 64 | - </tr> | |
| 65 | 59 | <tr class="selectable" |
| 66 | 60 | ng-repeat="(key, precioCondicion) in currentPagePrecioCondicion"> |
| 67 | 61 | <td ng-bind="precioCondicion.id | rellenarDigitos: 4: 0" |