waiting message

This commit is contained in:
CHIEFSOFT\ameye
2023-11-12 21:47:54 -05:00
parent 5e218ac11e
commit 8d18cbee9c
4 changed files with 12 additions and 8 deletions
+5 -4
View File
@@ -20,6 +20,7 @@ export class WaitingInterestService {
interestTotalData: any;
interestJobsData: [];
total_jobs: number = 0;
interestDate: string;
getInterestList() {
console.log("***** ACTUAL WaitingInterestService==> --- > ");
@@ -50,12 +51,12 @@ export class WaitingInterestService {
}
for (var i = 0; i < InterestLits.length; i++)
{
console.log("GGGGG1----- ", InterestLits[i]);
console.log("GGGGG2----- ", InterestLits[i]["offer_code"]);
console.log("GGGGG3----- ", JobData.offer_code);
// console.log("GGGGG1----- ", InterestLits[i]);
// console.log("GGGGG2----- ", InterestLits[i]["offer_code"]);
// console.log("GGGGG3----- ", JobData.offer_code);
if (InterestLits[i]["offer_code"] === JobData.offer_code)
{
debugger;
this.interestDate =InterestLits[i]["sent"];
return true;
}
}