Changeset d37610c in sicp for static


Ignore:
Timestamp:
Oct 26, 2015, 1:11:48 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
2e0c3e2
Parents:
5bf1c32
Message:

modificaciones en la función que permite graficar la cadena productiva a partir de otras fuentes de datos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/js/funciones.js

    r7e57612 rd37610c  
    640640        var url_grafico = '';
    641641    var rif = getUrlParameter('rif');
     642    var id_prod = getUrlParameter('ciiu');
    642643
    643644    if($('#panel-al-pie').css('display') == 'none'){
     
    654655            $("#panel-title-fuentes-diversas").html("Matriz Insumo / Producto");
    655656        }
    656         $( "#grafico" ).load( url_grafico +"?rif="+rif+"&ahora="+time );
     657        $( "#grafico" ).load( url_grafico +"?rif="+rif+"&id_prod="+id_prod+"&ahora="+time );
    657658    } else {
    658659        $('#panel-al-pie').hide('slow');
Note: See TracChangeset for help on using the changeset viewer.