-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Send Updates
+
+
+
- Send Updates
{{interest_msg_status}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -168,7 +170,6 @@
-
@@ -178,8 +179,6 @@
THis task is in review , the owner will give feedback soon.
-
-
@@ -187,11 +186,11 @@
-
-
-
Pending Offers
-
+
+
@@ -29,39 +33,39 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
- {{item.title}}
- {{item.description}}
- {{item.offer_code}} {{item.price*0.01}} {{item.currency}}
- Expire: {{item.expire |date}}
- Send to : {{item.job_to}}
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/app/pages/pendingoffers/pendingoffers.page.ts b/src/app/pages/pendingoffers/pendingoffers.page.ts
index cc7c567..943678d 100644
--- a/src/app/pages/pendingoffers/pendingoffers.page.ts
+++ b/src/app/pages/pendingoffers/pendingoffers.page.ts
@@ -22,7 +22,7 @@ export class PendingoffersPage implements OnInit {
) { }
ngOnInit() {
- this.getPendingOffersData();
+ // this.getPendingOffersData();
}
onBack() {
@@ -30,32 +30,32 @@ export class PendingoffersPage implements OnInit {
}
- usrData: {
- action:number, member_id: number, uid: string, sessionid: string, limit:20, page:1,offset: 0
- };
-
- jobManagerOffersTotalData:any;
- jobManagerOffersData: [];
- getPendingOffersData(){
- this.curr_session = this.sessionDataProviderService.session;
- this.usrData = {action:11309,
- member_id: this.sessionDataProviderService.member_id,
- uid: this.sessionDataProviderService.member_uid,
- sessionid: this.sessionDataProviderService.session ,
- limit:20, page:1,offset: 0}
-
- this.wrenchService.jobmanageroffers(this.usrData).subscribe(
- jobManagerOffersTotalData => {
- this.jobManagerOffersTotalData = jobManagerOffersTotalData;
- console.log("jobManagerOffersTotalData RETURN->", this.jobManagerOffersTotalData);
- this.jobManagerOffersData = this.jobManagerOffersTotalData.result_list;
- this.session_image_server = this.jobManagerOffersTotalData.session_image_server;
-
- // debugger;
- console.log("jobManagerOffersData RETURN DATA->", this.jobManagerOffersTotalData);
- }
- );
-
- }
+ // usrData: {
+ // action:number, member_id: number, uid: string, sessionid: string, limit:20, page:1,offset: 0
+ // };
+ //
+ // jobManagerOffersTotalData:any;
+ // jobManagerOffersData: [];
+ // getPendingOffersData(){
+ // this.curr_session = this.sessionDataProviderService.session;
+ // this.usrData = {action:11309,
+ // member_id: this.sessionDataProviderService.member_id,
+ // uid: this.sessionDataProviderService.member_uid,
+ // sessionid: this.sessionDataProviderService.session ,
+ // limit:20, page:1,offset: 0}
+ //
+ // this.wrenchService.jobmanageroffers(this.usrData).subscribe(
+ // jobManagerOffersTotalData => {
+ // this.jobManagerOffersTotalData = jobManagerOffersTotalData;
+ // console.log("jobManagerOffersTotalData RETURN->", this.jobManagerOffersTotalData);
+ // this.jobManagerOffersData = this.jobManagerOffersTotalData.result_list;
+ // this.session_image_server = this.jobManagerOffersTotalData.session_image_server;
+ //
+ // // debugger;
+ // console.log("jobManagerOffersData RETURN DATA->", this.jobManagerOffersTotalData);
+ // }
+ // );
+ //
+ // }
}