Commit 7157d3b635cc6bdceb4ce61f85da7c3f1feacf0a
1 parent
4847f917d4
Exists in
master
and in
2 other branches
seguimiento de cobranza
Showing
2 changed files
with
10 additions
and
2 deletions
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