Commit 5313e94b0996cc4ddb3c7fde13ee81d787774b1c
1 parent
aba452a21c
Exists in
master
arreglos tabla
Showing
1 changed file
with
3 additions
and
6 deletions
Show diff stats
src/views/lista-hoja-ruta.html
| ... | ... | @@ -61,20 +61,18 @@ |
| 61 | 61 | </div> |
| 62 | 62 | <div class="col-12 col-md-10 col-lg-8 offset-md-1 offset-lg-2"> |
| 63 | 63 | <div class="row grilla-articulo"> |
| 64 | - <table class="table tabla-articulo table-responsive table-striped table-sm table-dark"> | |
| 64 | + <table class="table table-responsive table-striped table-sm table-dark"> | |
| 65 | 65 | <thead> |
| 66 | 66 | <tr> |
| 67 | 67 | <th>#</th> |
| 68 | 68 | <th>Número</th> |
| 69 | 69 | <th>Razon Social</th> |
| 70 | 70 | <th>Domicilio</th> |
| 71 | - <th class="text-right">Cantidad</th> | |
| 72 | - <th style="width: 50px"> </th> | |
| 71 | + <th> </th> | |
| 73 | 72 | </tr> |
| 74 | 73 | </thead> |
| 75 | 74 | <tbody class="tabla-articulo-body"> |
| 76 | 75 | <tr |
| 77 | - | |
| 78 | 76 | ng-repeat="(key, remito) in hojasRuta.remitos" |
| 79 | 77 | > |
| 80 | 78 | <td ng-bind="key + 1"></td> |
| ... | ... | @@ -83,8 +81,7 @@ |
| 83 | 81 | ></td> |
| 84 | 82 | <td ng-bind="remito.nombreCliente"></td> |
| 85 | 83 | <td ng-bind="remito.domicilioStamp"></td> |
| 86 | - <td class="text-right" ng-bind="remito.carga"></td> | |
| 87 | - <td style="width: 50px"> | |
| 84 | + <td> | |
| 88 | 85 | <button |
| 89 | 86 | class="btn btn-secondary" |
| 90 | 87 | type="button" |