pending offer
This commit is contained in:
@@ -71,11 +71,10 @@
|
||||
<div class="video" *ngFor="let item of jobManagerJobsData" (click)="jobOwnerJobDetails(item)">
|
||||
<div class="left">
|
||||
<div class="bg_image men_image" [style.backgroundImage]="'url('+session_image_server+'/'+curr_session+'/job/'+item.job_uid+')'"></div>
|
||||
|
||||
<div class="text">
|
||||
<ion-label class="bold_text">{{item.title}}</ion-label>
|
||||
<ion-label class="grey_text">{{item.description}}</ion-label>
|
||||
<ion-label class="price_line"> {{item.price*0.01}} {{item.currency}} </ion-label>
|
||||
<ion-label class="price_line">Reward : {{item.price*0.01 | number : '1.2-2' }} {{item.currency}} </ion-label>
|
||||
<ion-label class="due_date">Timeline: {{item.timeline_days}} days</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
@@ -83,8 +82,6 @@
|
||||
<ion-icon name="chevron-forward-outline" color="medium"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="flex">
|
||||
<ion-label class="bold_text">Pending Offers</ion-label>
|
||||
</div>
|
||||
<app-myjob-offers></app-myjob-offers>
|
||||
<app-myjob-offers [callOpenOffer]="callOpenOffer"></app-myjob-offers>
|
||||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
|
||||
@@ -25,6 +25,9 @@ export class PendingoffersPage implements OnInit {
|
||||
// this.getPendingOffersData();
|
||||
}
|
||||
|
||||
callOpenOffer(item){
|
||||
this.router.navigate(['managependingoffers'],{state: item});
|
||||
}
|
||||
onBack() {
|
||||
const event = new Event("app-myjob-offers-clear-modals");
|
||||
// Dispatch the event.
|
||||
|
||||
Reference in New Issue
Block a user