process jobs
This commit is contained in:
@@ -5,11 +5,13 @@ var assign_action ={
|
||||
|
||||
processLinedJobs(value) {
|
||||
|
||||
console.log("Receive NEW_OFFER_110022 message processLinedJobs ************************ : ", revalueq);
|
||||
// if (obj.depend_uid !== undefined && obj.depend_uid.length > 10){
|
||||
// console.log("We need contact people that did this job: ", obj.depend_uid);
|
||||
//
|
||||
// }
|
||||
console.log(" processLinedJobs ************************ : ", value);
|
||||
if (value.depend_uid !== undefined && value.depend_uid.length > 10){
|
||||
console.log("We need contact people that did this job: ", value.depend_uid);
|
||||
}
|
||||
else{
|
||||
console.log("Thism is not a referenced job ***** : ");
|
||||
}
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user