source: prototipo_portal_2018/prototipo/static/js/functions/firmarDocumentoPdfNoVisible.js @ 025e022

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

SE comenzo agregar la firma y se mejoro los reportes

  • Property mode set to 100644
File size: 282 bytes
Line 
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]);
8
9        $("#pdf-main-container").hide();
10        FIRMA_VISIBLE = false;
11        SubirDocumentServer(formData);
12
13});
Note: See TracBrowser for help on using the repository browser.