approve job
This commit is contained in:
@@ -37,7 +37,7 @@ currData:any;
|
||||
proc : 'ACCEPT',
|
||||
client_uid: intDataR.client_uid,
|
||||
offer_code: intDataR.offer_code,
|
||||
offer_uid: intDataR.offer_code
|
||||
offer_uid: intDataR.offer_uid
|
||||
};
|
||||
|
||||
// debugger;
|
||||
@@ -53,7 +53,7 @@ currData:any;
|
||||
proc : 'REJECT',
|
||||
client_uid: intDataR.client_uid,
|
||||
offer_code: intDataR.offer_code,
|
||||
offer_uid: intDataR.offer_code
|
||||
offer_uid: intDataR.offer_uid
|
||||
};
|
||||
|
||||
this.intResponse(this.thisObj ,reqData,"REJECT"); // "REJECT"
|
||||
|
||||
@@ -94,11 +94,14 @@ array (size=8)
|
||||
*/
|
||||
|
||||
|
||||
thisObj.wrenchService.sendTaskMessage(ProcessItemData).subscribe(
|
||||
thisObj.wrenchService.offersInterestProcces(ProcessItemData).subscribe(
|
||||
reqResult => {
|
||||
reqResult = reqResult;
|
||||
console.log("reqResult RETURN->", reqResult);
|
||||
|
||||
if (reqResult != null && reqResult.internal_return> 0 ){
|
||||
alert("Completed");
|
||||
thisObj.onBack();
|
||||
}
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user