Commit 56cbcbad487c19b775f16acf55d5b6963bb27492
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !54
Showing
1 changed file
Show diff stats
src/views/cobranza.html
| ... | ... | @@ -366,7 +366,7 @@ |
| 366 | 366 | <tfoot> |
| 367 | 367 | <!-- SELECCIONAR PRODUCTO --> |
| 368 | 368 | <tr ng-show="cargando" class="d-flex"> |
| 369 | - <td class="col-6"> | |
| 369 | + <td class="col-4"> | |
| 370 | 370 | <input |
| 371 | 371 | placeholder="Cheque" |
| 372 | 372 | class="form-control form-control-sm" |
| ... | ... | @@ -374,7 +374,7 @@ |
| 374 | 374 | ng-click="seleccionarCheque()" |
| 375 | 375 | /> |
| 376 | 376 | </td> |
| 377 | - <td class="col-6"> | |
| 377 | + <td class="col-4"> | |
| 378 | 378 | <input |
| 379 | 379 | placeholder="Efectivo" |
| 380 | 380 | class="form-control form-control-sm" |
| ... | ... | @@ -382,6 +382,14 @@ |
| 382 | 382 | ng-click="seleccionarEfectivo()" |
| 383 | 383 | /> |
| 384 | 384 | </td> |
| 385 | + <td class="col-4"> | |
| 386 | + <input | |
| 387 | + placeholder="Detalles" | |
| 388 | + class="form-control form-control-sm" | |
| 389 | + readonly | |
| 390 | + ng-click="seleccionarDetalles()" | |
| 391 | + /> | |
| 392 | + </td> | |
| 385 | 393 | </tr> |
| 386 | 394 | <!-- TOOGLE EXPANDIR --> |
| 387 | 395 | <tr> |