diff --git a/src/app/pages/activetask/activetask.page.html b/src/app/pages/activetask/activetask.page.html index d7855bd..f378124 100644 --- a/src/app/pages/activetask/activetask.page.html +++ b/src/app/pages/activetask/activetask.page.html @@ -33,115 +33,128 @@ - - - Details - - - Send Updates - - - Completed ? - - +
+ + + Details + + + Send Updates + + + Completed ? + + -
- +
+ -
-
-
-
- Due Date - {{jobData.delivery_date}} +
+
+
+
+ Due Date + {{jobData.delivery_date}} +
+
+ +
+ + Description + {{jobData.job_description}} + + + Delivery Details + {{jobData.description}} +
-
- -
- Description - {{jobData.job_description}} - +
+ + + + - Delivery Details - {{jobData.description}} - -
+
+ Due Date:{{jobData.delivery_date}} + {{jobData.contract}} +
-
- - - - + + + Send Updates + -
- Due Date:{{jobData.delivery_date}} - {{jobData.contract}} -
+ + + - - - Send Updates - + Send Updates + {{interest_msg_status}} + + - - - +
+
+
- Send Updates - {{interest_msg_status}} - - +
+ {{item.msg_firstname}}-{{item.msg_date}} + {{item.message}} +
+
+ + + +
-
-
-
- -
- {{item.msg_firstname}}-{{item.msg_date}} - {{item.message}}
-
- - - + +
+
+
+ + Task Actions +
+ +
+ + + + Completed the task? + + + + Send completion Message + {{interest_status}} + + + + + + + Cancel the task? + + + + Send cancellation request + {{interest_status}} + + + +
-
- -
-
-
- - Task Actions -
- +
+PAST DUE
- - - Completed the task? - +
+IN REVIEW +
- - Send completion Message - {{interest_status}} - - -
- - - Cancel the task? - - - Send cancellation request - {{interest_status}} - - - -
diff --git a/src/app/pages/activetask/activetask.page.ts b/src/app/pages/activetask/activetask.page.ts index b116d97..c604b5e 100644 --- a/src/app/pages/activetask/activetask.page.ts +++ b/src/app/pages/activetask/activetask.page.ts @@ -13,6 +13,8 @@ import { WrenchService } from 'src/app/services/wrench.service'; export class ActivetaskPage implements OnInit { @ViewChild('yourmessage') yourmessage; tabs = 'about'; + status_description:string=''; + jobData: any; constructor( @@ -27,6 +29,7 @@ export class ActivetaskPage implements OnInit { console.log("XXXXX 1", this.router.getCurrentNavigation().extras); console.log("XXXXX 2", this.router.getCurrentNavigation().extras.state); //console.log("XXXXX 3", this.router.getCurrentNavigation().extras.state.ID); + this.status_description = this.jobData.status_description; } ngOnInit() { diff --git a/src/app/pages/mytasks/mytasks.page.html b/src/app/pages/mytasks/mytasks.page.html index f307e2b..2258070 100644 --- a/src/app/pages/mytasks/mytasks.page.html +++ b/src/app/pages/mytasks/mytasks.page.html @@ -78,7 +78,7 @@
-
+
@@ -88,8 +88,8 @@
-
- {{item.delivery_date}} + + Due : {{item.delivery_date |date}}
@@ -104,7 +104,7 @@
- Silhouette of mountains + WrenchBoard Review In Review @@ -117,18 +117,17 @@
-
+
{{item.title}}
{{item.job_description}} -
-
- {{item.delivery_date}} + + Due : {{item.delivery_date |date}}