Volte Sempre!😁😊'+style);
printWindow.document.close();
printWindow.print();
printWindow.close();
diff --git a/gestaoRaul/templates/static/midia/logo.png b/gestaoRaul/templates/static/midia/logo.png
new file mode 100644
index 0000000..15ae440
Binary files /dev/null and b/gestaoRaul/templates/static/midia/logo.png differ
diff --git a/gestaoRaul/templates/static/orders/js/orders.js b/gestaoRaul/templates/static/orders/js/orders.js
index c9bb8c4..7589b3c 100644
--- a/gestaoRaul/templates/static/orders/js/orders.js
+++ b/gestaoRaul/templates/static/orders/js/orders.js
@@ -1,4 +1,4 @@
-function openTab(evt, cityName) {
+function openTab(evt, etapa) {
// Declarar todas as abas e conteúdos
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
@@ -10,6 +10,14 @@ function openTab(evt, cityName) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
// Mostrar o conteúdo da aba selecionada e marcar a aba como ativa
- document.getElementById(cityName).style.display = "block";
+ document.getElementById(etapa).style.display = "block";
evt.currentTarget.className += " active";
- }
\ No newline at end of file
+ // console.log(evt.currentTarget.className += " active");
+ }
+
+
+ tabcontent = document.getElementsByClassName("tabcontent");
+ for (i = 0; i < tabcontent.length; i++) {
+ tabcontent[i].style.display = "none";
+ }
+ tabcontent[0].style.display = "block";
\ No newline at end of file