Changeset 1445ed5 in sicp for static


Ignore:
Timestamp:
Dec 21, 2015, 2:21:17 PM (8 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
2e307bd
Parents:
3e04a24
Message:

modificación en función que muestra el formulario de calculo de divisas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/js/funciones.js

    ra280213 r1445ed5  
    146146                                digits: true,
    147147                                minlength: 1,
    148                                 min: 0
     148                                min: 1
    149149                            },
    150150                            anhoregistro: {
     
    194194    $(modal).find('[data-toggle="tooltip"]').tooltip({});
    195195    $(modal).find('.select2').select2({});
     196    if (tipo=="ue") {
     197        $(modal).find("#rifCalcDivisas").val(id);
     198    }
     199    else if (tipo=="pr") {
     200        $(modal).find("#prodCalcDivisas").val(id);
     201    }
    196202
    197203    // Instrucción AJAX que permite obtener los años de registro de productos
Note: See TracChangeset for help on using the changeset viewer.