Commit 2291fd0686e2ffb6d455561246e45238e7d7161b

Authored by Jose Pinto
1 parent 421f35f70b
Exists in master

boton detalles mobile

Showing 1 changed file with 10 additions and 2 deletions   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>