• Atendimento: Segunda a sexta-feira das 9h às 18h
  • 09
    13
    17

Registro de Imóveis 4y4i34

Quais informações do imóvel você possui para solicitar a certidão? 112g6n

"; html += "
"; html += "
"; html += "
"; html += "
"; html += " "; html += " "; html += "
"; html += "
"; html += "
"; } } $('.registration-group:last').after(html); App.initUI(); Form.registration.autoResize(); $('.registration-group sup').toggle((qty > 1)); $("#certm_matricula" + this.id + "").focus(); this.refreshValue(); } else { App.msg('É preciso preencher todas as matrículas.', 'alert', function() { $('.registration-group [name="certm[_matriculas]"]').each(function() { if (this.value === '') { this.focus(); return false; } }); }); } }, del: function(id) { var i = 0; $('.tooltip').tooltip('hide'); $('#registration' + id).remove(); $('.registration-group').each(function() { $(this).find("sup").html(++i); }); $('.registration-group sup').toggle((i > 1)); this.refreshValue(); }, refreshValue: function() { var qty = $('.registration-group').length; $('.content .certificate-info .certificate-value').html((qty * this.unitValue).toMoney()).fadeOut(100).fadeIn(100).fadeOut(100).fadeIn(100); }, autoResize: function() { $.each($('textarea[data-autoresize]'), function() { var offset = this.offsetHeight - this.clientHeight; var resizeTextarea = function(el) { jQuery(el).css('height', 'auto').css('height', el.scrollHeight + offset); }; $(this).on('keyup input', function() { resizeTextarea(this); }).removeAttr('data-autoresize'); }); $('.section-data textarea').maxlength({ statusText: 'caracters restantes', statusClass: 'text-muted small', maxCharacters: 500, slider: true }); }, batch: { show: function() { $('#modalbatchreg').modal('show'); }, save: function() { var $ini = $('#certbatch_ini'), $end = $('#certbatch_end'), $obs = $('#certbatch_obs'); if ($ini.val() == '') { App.msg('É preciso preencher a matrícula inicial.', 'alert', function() { $ini.focus(); }); } else if ($end.val() == '') { App.msg('É preciso preencher a matrícula final.', 'alert', function() { $end.focus(); }); } else if ($ini.val().toInt() >= $end.val().toInt()) { App.msg('A matrícula final precisa ser maior que a inicial.', 'alert', function() { $end.focus(); }); } else { Form.registration.inc({ ini: $ini.val(), end: $end.val(), obs: $obs.val() }); $("[name^='certbatch']").val(''); $('#modalbatchreg').modal('hide'); } } }, }, infoPEDIDOCENTRAL: function() { $.msgbox('

Atenção x4x6x

Informamos que todos os pedidos de Registro de Imóveis deverão ser solicitados no site registradores.onr.org.br.', { type: 'info', buttons: [ { type: "submit", label: "Continuar", value: "success" }, { type: "cancel", value: "Cancelar" } ], width: 500 }, function(result) { if (result.toString() == 'success') { App.goLink('https://registradores.onr.org.br/'); } }); } };