+
diff --git a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts
index 14b9fca6b..52b42de7a 100644
--- a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts
+++ b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts
@@ -85,7 +85,7 @@ export class ExpedienteDetailPage implements OnInit {
"DocId": res.workflowInstanceDataFields.DocId,
}
this.fulltask = res;
- console.log(res);
+ console.log('GetTask', res);
let thedate = new Date(this.task.CreateDate);
this.customDate = this.days[thedate.getDay()]+ ", " + thedate.getDate() +" de " + ( this.months[thedate.getMonth()]);
diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.scss b/src/app/pages/gabinete-digital/gabinete-digital.page.scss
index 0b5a60046..a1f5a7748 100644
--- a/src/app/pages/gabinete-digital/gabinete-digital.page.scss
+++ b/src/app/pages/gabinete-digital/gabinete-digital.page.scss
@@ -7,7 +7,7 @@ ion-content{
--background: transparent;
}
:host{
- background: #0782c9;
+ // background: #0782c9;
ion-card-title{
text-align: center;
}
@@ -89,7 +89,6 @@ ion-content{
background:#ecf8ff;
overflow:auto;
padding: 0 !important;
- margin: 0 !important;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
diff --git a/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.html b/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.html
new file mode 100644
index 000000000..90e793e08
--- /dev/null
+++ b/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.html
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Oficial
+ Pessoal
+
+
+
+
+
+
+
+
+
+
+
+
+ Reunião
+ Viagem
+ Conferência
+ Encontro
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Não se repete
+ Repete
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cancelar
+
+
+
+
+
+ Gravar
+
+
+
+
\ No newline at end of file
diff --git a/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.scss b/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.scss
new file mode 100644
index 000000000..e69de29bb
diff --git a/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.spec.ts b/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.spec.ts
new file mode 100644
index 000000000..2120b0b0f
--- /dev/null
+++ b/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.spec.ts
@@ -0,0 +1,24 @@
+import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
+import { IonicModule } from '@ionic/angular';
+
+import { RequestToAppearComponent } from './request-to-appear.component';
+
+describe('RequestToAppearComponent', () => {
+ let component: RequestToAppearComponent;
+ let fixture: ComponentFixture
;
+
+ beforeEach(waitForAsync(() => {
+ TestBed.configureTestingModule({
+ declarations: [ RequestToAppearComponent ],
+ imports: [IonicModule.forRoot()]
+ }).compileComponents();
+
+ fixture = TestBed.createComponent(RequestToAppearComponent);
+ component = fixture.componentInstance;
+ fixture.detectChanges();
+ }));
+
+ it('should create', () => {
+ expect(component).toBeTruthy();
+ });
+});
diff --git a/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.ts b/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.ts
new file mode 100644
index 000000000..2ed6012c0
--- /dev/null
+++ b/src/app/pages/gabinete-digital/request-to-appear/request-to-appear.component.ts
@@ -0,0 +1,14 @@
+import { Component, OnInit } from '@angular/core';
+
+@Component({
+ selector: 'app-request-to-appear',
+ templateUrl: './request-to-appear.component.html',
+ styleUrls: ['./request-to-appear.component.scss'],
+})
+export class RequestToAppearComponent implements OnInit {
+
+ constructor() { }
+
+ ngOnInit() {}
+
+}
diff --git a/src/app/pages/login/login.page.html b/src/app/pages/login/login.page.html
index e0ad1a2e6..a410b5639 100644
--- a/src/app/pages/login/login.page.html
+++ b/src/app/pages/login/login.page.html
@@ -1,15 +1,15 @@
-
+
-
Inicie a sessão
+
Inicie a sessão