Commit 626561c47f31bbc570ca1c4eae4bb222139d1679
1 parent
7e529b7193
Exists in
master
Identificacion de RA
Showing
1 changed file
with
7 additions
and
3 deletions
Show diff stats
src/views/activar-hoja-ruta.html
| ... | ... | @@ -35,7 +35,11 @@ |
| 35 | 35 | </thead> |
| 36 | 36 | <tbody> |
| 37 | 37 | <tr ng-repeat="hojaRuta in hojasRuta | filter:filtros"> |
| 38 | - <td ng-bind="[hojaRuta.sucursal, hojaRuta.numeroHojaRuta] | comprobante"></td> | |
| 38 | + <td> | |
| 39 | + <b ng-show="hojaRuta.abierta !== null">RA </b> | |
| 40 | + <b ng-show="hojaRuta.abierta === null">  </b> | |
| 41 | + <span ng-bind="[hojaRuta.sucursal, hojaRuta.numeroHojaRuta] | comprobante"></span> | |
| 42 | + </td> | |
| 39 | 43 | <td ng-bind="hojaRuta.fechaReparto | date:'yyyy-MM-dd':'-0300'"></td> |
| 40 | 44 | <td> |
| 41 | 45 | <div ng-bind="hojaRuta.remitos.length" class="d-inline-block"></div> |
| ... | ... | @@ -43,12 +47,12 @@ |
| 43 | 47 | <i class="fa fa-eye"></i> |
| 44 | 48 | </button> |
| 45 | 49 | </td> |
| 46 | - <td | |
| 50 | + <td | |
| 47 | 51 | ng-bind="setearEstado(hojaRuta.estado)" |
| 48 | 52 | ng-class="{'text-white':hojaRuta.estado == 0, |
| 49 | 53 | 'text-danger':hojaRuta.estado == 1, |
| 50 | 54 | 'text-dark': hojaRuta.estado == 2 |
| 51 | - }" | |
| 55 | + }" | |
| 52 | 56 | ></td> |
| 53 | 57 | <td></td> |
| 54 | 58 | <td class="text-center"> |