approve job

This commit is contained in:
CHIEFSOFT\ameye
2023-11-18 18:25:53 -05:00
parent 5db307b75f
commit d036edc4d8
2 changed files with 7 additions and 4 deletions
@@ -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();
}
});
},
},