Novo git da alteração

This commit is contained in:
2026-03-01 17:27:48 -03:00
parent 8b7a079235
commit 9ec8d6e70b
366 changed files with 50299 additions and 27325 deletions
@@ -0,0 +1,12 @@
function enableFields(form) {
var atividade = getValue("WKNumState");
if (atividade != 0 && atividade != 4 && atividade != 9) {
form.setEnabled("emitido_por", false);
form.setEnabled("tipo_cadastro", false);
form.setEnabled("radio_ged", false);
form.setEnabled("radio_data_validade", false);
}
}