Commit ce376fe523b80ebc626bcdccefbdde2fe8bce2a4
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !8
Showing
1 changed file
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" |