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"
|
||||
|
||||
Reference in New Issue
Block a user