Commit a9fa6bcd3ef7307882410109f64725605ab77eca
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
fecha en hoja de ruta See merge request modulos-npm/foca-admin-seguimiento!16
Showing
1 changed file
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 |