Commit 94f84790149915080974c936d9db5df125d99cae
1 parent
578f852ad5
Exists in
master
and in
1 other branch
fecha en hoja de ruta
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/js/osm-directive.js
... | ... | @@ -45,6 +45,9 @@ angular.module('focaAdminSeguimiento').directive('osm', function() { |
45 | 45 | } else { |
46 | 46 | observacion += 'Vehiculo: ' + |
47 | 47 | marcador.remito[0].hojaRuta[0].idVehiculo + '<br/>'; |
48 | + observacion += 'Fecha: ' + | |
49 | + $filter('date')(marcador.fecha.slice(0,10), 'dd/MM/yyyy') + ' ' + | |
50 | + marcador.fecha.slice(11,19) + '<br/>'; | |
48 | 51 | observacion += 'Hoja de ruta: ' + $filter('comprobante')([ |
49 | 52 | marcador.remito[0].hojaRuta[0].sucursal, |
50 | 53 | marcador.remito[0].hojaRuta[0].numeroHojaRuta |