﻿function ActivarListado(){ActivarListado2(true);}function ActivarListado2(value){if(value)$(ListadoVacacional).slideDown("slow");else$(ListadoVacacional).slideUp("slow");}function CambiaPrecio(data){var dtoCajetin=data;var idCajetin="#Cajetin"+data.IdProducto;$(idCajetin+" p.cantidad span.entero")[0].innerHTML=data.ImporteTotal;$(idCajetin+" p.cantidad span.decimal")[0].innerHTML=data.ImporteParteDecimal;$(idCajetin+" p.seleccionar a.enlace")[0].href=data.Enlace;PeticionCajetinEnCurso=false;}function ActualizaPrecio(sender,eventArgs){var idDetalle=eventArgs.get_item().get_value();SolicitudAjax=$.ajax({url:'/detalleproducto.ashx',type:'POST',data:{detalle:idDetalle},dataType:'json',success:CambiaPrecio,error:AjaxError});PeticionCajetinEnCurso=true;}