|
|
@ -105,9 +105,17 @@ function autorModal() { |
|
|
|
id = res.val(); |
|
|
|
nome = res.text(); |
|
|
|
|
|
|
|
$("#id_autor").val(id); |
|
|
|
$("#nome_autor").text(nome); |
|
|
|
|
|
|
|
// MateriaLegislativa pesquisa Autor via a tabela Autoria
|
|
|
|
if ($('#id_autoria__autor').length) { |
|
|
|
$('#id_autoria__autor').val(id); |
|
|
|
} |
|
|
|
// Protocolo pesquisa a própria tabela de Autor
|
|
|
|
if ($('#id_autor').length) { |
|
|
|
$("#id_autor").val(id); |
|
|
|
} |
|
|
|
|
|
|
|
dialog.dialog( "close" ); |
|
|
|
}); |
|
|
|
}); |
|
|
|