Changeset c3a6b20 in prototipo_portal_2018 for prototipo/static/js/functions


Ignore:
Timestamp:
Nov 17, 2017, 1:25:45 PM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
fb2f88e
Parents:
cd9dc46
Message:

SE agrego las firma multiples

Location:
prototipo/static/js/functions
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/js/functions/firmarDocumentoBDOC.js

    r8ba421e rc3a6b20  
    5555                        //var linkToDownload = "<a href=\"https://192.168.12.125:8443/Murachi/0.1/archivos/descargas/" + data['signedFileId'] +"\">descargar archivo firmado</a>";
    5656                        //var linkToDownload = "<a href=\"https://172.16.137.11:8443/Murachi/murachi/archivos/descargas/" + data['signedFileId'] +"\">descargar archivo firmado</a>";
    57                         var linkToDownload = "<a href=\"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/descargas/" + data['signedFileId'] +"\">descargar archivo firmado</a>";
     57                        var linkToDownload = "<a href=\"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/descargas/" + data['signedFileId'] +"\"><h4>Descargar archivo firmado</h4></a>";
    5858                        document.getElementById("log").innerHTML = ''; 
    5959                        document.getElementById("respuesta").innerHTML = '<center><h2>Archivo firmado correctamente:</h2> <br>'+linkToDownload+'</center>';                     
  • prototipo/static/js/functions/firmarDocumentoPdf.js

    rcd9dc46 rc3a6b20  
    4949
    5050                                CONTAINER = false;
    51                                 $("#firmar-documento").hide();
    5251                                $("#pdf-main-container").hide();
    5352                                $("#myJson_wrapper").show();                                   
     
    5554                        else{
    5655
    57 
    5856                        INFO_DATATABLE_NO_VISIBLE = SerealizeMyJson(response);
    59                                
    6057                                CONT_NO_VISIBLE += 1;
    6158                                if (CONT_NO_VISIBLE == 1){
     
    6966
    7067                                CONTAINER2 = false;                             
    71                                 $("#firmar-doc-noVisible").hide();
    7268                                $("#pdf-main-container2").hide();
    7369                                $("#myJsonPDF_NO_VISIBLE_wrapper").show();
Note: See TracChangeset for help on using the changeset viewer.