source: prototipo_portal_2018/prototipo/static/js/functions/firmarDocumentoPdfNoVisible.js @ 8ba421e

Last change on this file since 8ba421e was 9be8a48, checked in by José Sulbarán <jsulbaran@…>, 7 years ago

Se agrego la firma bdoc y se mejoro la firma pdf

  • Property mode set to 100644
File size: 283 bytes
RevLine 
[c1f6510]1
2
3$("#Form-Format-No-Visible").on('submit', function(event) {
4        event.preventDefault();
5
6        var formData = new FormData(); 
7    formData.append("upload", $("#file-to-normal")[0].files[0]);
[68a964b]8
9        $("#pdf-main-container").hide();
[025e022]10        FIRMA_VISIBLE = false;
[c1f6510]11        SubirDocumentServer(formData);
[9be8a48]12       
[c1f6510]13});
Note: See TracBrowser for help on using the repository browser.