Commit 939dcb4c17c703731043aaed06ab3141a2414736
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !6
Showing
2 changed files
Show diff stats
src/js/osm-directive.js
| ... | ... | @@ -54,9 +54,16 @@ angular.module('focaAdminSeguimiento').directive('osm', function() { |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | if ($scope.parametros.actividad === 'Cobranza') { |
| 57 | - | |
| 57 | + observacion += 'Cobrador: ' + marcador.recibo.CFE + '<br/>'; | |
| 58 | + observacion += 'Fecha: ' + | |
| 59 | + $filter('date')(marcador.fecha.slice(0,10), 'dd/MM/yyyy') + ' ' + | |
| 60 | + marcador.fecha.slice(11,19) + '<br/>'; | |
| 61 | + observacion += 'Nº: ' + $filter('comprobante')([ | |
| 62 | + marcador.sucursal, marcador.idUsuario]) + '<br/>'; | |
| 63 | + observacion += 'Cliente: ' + marcador.recibo.cliente.NOM + '<br/>'; | |
| 64 | + observacion += 'Total Cobrado: $' + marcador.factura.IPA; | |
| 58 | 65 | } |
| 59 | - | |
| 66 | + | |
| 60 | 67 | if ($scope.parametros.actividad === 'Entrega de producto') { |
| 61 | 68 | observacion += 'Vehiculo: ' + |
| 62 | 69 | marcador.remito.hojaRuta.idVehiculo + ' - ' + |
src/views/foca-admin-seguimiento.html