Changeset 9be8a48 in prototipo_portal_2018 for prototipo/static/js/docFirmaNormal.js


Ignore:
Timestamp:
Nov 14, 2017, 11:57:45 AM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
4f077af
Parents:
a210970
Message:

Se agrego la firma bdoc y se mejoro la firma pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/js/docFirmaNormal.js

    r025e022 r9be8a48  
    115115  $("#pdf-main-container").hide();
    116116  $("#pdf-main-container2").show(); 
    117 
     117  $("#myJsonPDF_NO_VISIBLE_wrapper").hide();
     118  CONTAINER2 = true;
    118119  $("#file-to-normal").trigger('click');
    119120
     
    129130    }
    130131
    131     showPDF3(URL.createObjectURL($("#file-to-normal").get(0).files[0]));
    132 
    133132    if (__CLICKK == 0){
    134133        $('#firmar-doc-noVisible').show();
     
    136135    }
    137136    else{
    138         $('#myJson_wrapper').hide();
    139     }
     137        $('#myJsonPDF_NO_VISIBLE_wrapper').hide();
     138        $('#firmar-doc-noVisible').show();
     139    }   
     140
     141    showPDF3(URL.createObjectURL($("#file-to-normal").get(0).files[0]));
     142
     143
    140144});
Note: See TracChangeset for help on using the changeset viewer.