+
-
-
-
-
-
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}}
-
-
-
-
+
+
+
+
+
+
+ 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 @@