From c38a786f89735e492d1d3c5db9b085362aafbfab Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 3 Mar 2026 17:43:20 -0300 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20Implementa=C3=A7=C3=A3o=20do=20anex?= =?UTF-8?q?o=20e=20cliente=20poder=20editar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/geral/geral.html | 150 ++++++++++++++++++- src/app/pages/geral/geral.ts | 231 ++++++++++++++++++++++++++---- src/app/services/lines.service.ts | 10 ++ 3 files changed, 356 insertions(+), 35 deletions(-) diff --git a/src/app/pages/geral/geral.html b/src/app/pages/geral/geral.html index fbcf476..e2c39ec 100644 --- a/src/app/pages/geral/geral.html +++ b/src/app/pages/geral/geral.html @@ -398,9 +398,9 @@
+ -
@@ -517,9 +517,9 @@
+ -
@@ -1712,9 +1712,51 @@ Usuário {{ detailData.usuario || '-' }} -
+
Centro de Custos -   + {{ detailData.centroDeCustos || '-' }} +
+
+ Setor + {{ detailData.setorNome || '-' }} +
+
+ Aparelho + {{ detailData.aparelhoNome || '-' }} +
+
+ Cor do Aparelho + {{ detailData.aparelhoCor || '-' }} +
+
+ IMEI + {{ detailData.aparelhoImei || '-' }} +
+
+ Nota Fiscal (Anexo) + + + + + + - + + +
+
+ Recibo (Anexo) + + + + + + - + +
Item @@ -1919,7 +1961,74 @@