1492
| <![CDATA[<script>$(document).ready(function() {
$("#form_segunda_via").submit(function(e){
e.preventDefault();
});
$("#form_segunda_via_doc").submit(function(e){
e.preventDefault();
});
$("#pesquisar_creditos").click(function(){
inscricao = $('#dados_inscricao').val();
if (inscricao != "" && !isNaN(Number(inscricao))) {
$(".loader").show();
url = "https://speedgov.com.br/satcru/servlet//com.satweb.servicos0006?ff572c93a938e818ae082916c6666cca23cd22d93f3d08f6cd,0," + inscricao + ",0,IPTU,0"
$.ajax({
type: 'GET',
url: url,
success: function(data,status,xhr){
document.getElementById('form_segunda_via').submit();
},
error: function(xhr,status,error){
document.getElementById('form_segunda_via').submit();
}
});
};
});
$("#pesquisar_creditos_inscricao_e_doc").click(function(){
inscricao = $('#dados_inscricao').val();
documento = $('#dados_documento').val();
if (inscricao != "" && !isNaN(Number(inscricao)) && documento != "" && !isNaN(Number(documento))) {
$(".loader").show();
url = "https://speedgov.com.br/satcru/servlet//com.satweb.servicos0006?ff572c93a938e818ae082916c6666cca23cd22d93f3d08f6cd,0," + inscricao + ",0,IPTU,0"
$.ajax({
type: 'GET',
url: url,
success: function(data,status,xhr){
document.getElementById('form_segunda_via').submit();
},
error: function(xhr,status,error){
document.getElementById('form_segunda_via').submit();
}
});
};
});
$("#pesquisar_creditos_doc").click(function(){
documento = $('#dados_documento').val();
if (documento != "" && !isNaN(Number(documento))) {
$(".loader").show();
url_qtd = "https://servicos2.speedgov.com.br/cruz/segunda_via/" + documento.trim() + "/I" + "/consultar_documento.json"
$.ajax({
type: 'GET',
url: url_qtd,
async: false,
jsonpCallback: 'jsonCallback',
contentType: "application/json",
dataType: 'json',
success: function(data) {
permite = JSON.parse(data.qtde_permitida);
if (permite == true) {
url_doc = "https://speedgov.com.br/satcru/servlet//com.satweb.servicos0007?ff572c93a938e818ae082916c6666cca23cd22d93f3d08f6cd,I," + documento.trim()
$.ajax({
type: 'GET',
url: url_doc,
success: function(data,status,xhr){
document.getElementById('form_segunda_via_doc').submit();
},
error: function(xhr,status,error){
document.getElementById('form_segunda_via_doc').submit();
}
});
} else {
$.notify("Atenção! Seu cadastro ultrapassa o limite de boletos abertos para permitir a impressão através desse serviço.\nEntre em contato com a prefeitura para retirar seu extrato indo ao setor ou através do menu requisições.", "error");
$(".loader").hide();
}
},
error: function(error) {
alert(error);
}
});
};
});
});</script>]]>
|
1576
| <![CDATA[<script>root_url = "https://servicos2.speedgov.com.br/cruz/"
$(document).ready(function() {
App.init();
$('.datepicker').datepicker({
format: 'dd/mm/yyyy',
language: 'pt-BR'
});
glowCookies.start('pt_BR', { style: 1, policyLink: 'https://www.google.com/search?client=opera-gx&q=sobre+cookies&sourceid=opera&ie=UTF-8&oe=UTF-8', acceptBtnText: "Ok, entendi!", bannerDescription: 'Utilizamos cookies para oferecer melhor experiência, melhorar o desempenho. Ao utilizar este site, você concorda com o uso de cookies.' })
});</script>]]>
|