captura de dados pra dashbooad

This commit is contained in:
2024-12-23 17:00:15 -03:00
parent a21b038868
commit 63c9859557
10 changed files with 104 additions and 35 deletions

View File

@@ -103,7 +103,19 @@ function backPage() {
}
document.onkeydown = teclado
function teclado(event){
if (event.keyCode == 65){
openModal()
}
else if (event.keyCode == 73){
imprimirFichas()
}
// else if (event.keyCode == 70){
// imprimirConta()
// }
}
document.getElementById('openModal').addEventListener('click', openModal);