pending offer
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<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.offer_code}} {{item.price*0.01}} {{item.currency}} </ion-label>
|
||||
<ion-label class="price_line">Reward : {{item.price*0.01}} {{item.currency}} </ion-label>
|
||||
<ion-label class="due_date">Expire: {{item.expire |date}}</ion-label>
|
||||
<ion-label class="grey_text">Sent to : <span class="job_to">{{item.job_to}}</span></ion-label>
|
||||
</div>
|
||||
|
||||
@@ -11,6 +11,8 @@ import {WrenchService} from "../../services/wrench.service";
|
||||
})
|
||||
export class MyjobOffersComponent implements OnInit {
|
||||
@Input('jobData') jobData:any;
|
||||
@Input('callOpenOffer') callOpenOffer:any;
|
||||
|
||||
isModalOpen:boolean = false;
|
||||
isModalOpenBackdrop:boolean = false;
|
||||
total_item:number = 0;
|
||||
@@ -48,14 +50,17 @@ export class MyjobOffersComponent implements OnInit {
|
||||
|
||||
openDetailModal(item){
|
||||
|
||||
this.callOpenOffer(item);
|
||||
/*
|
||||
this.currentJobSelected = item;
|
||||
|
||||
this.modal_item_title= item.title;
|
||||
this.modal_item_description= item.description;
|
||||
this.modal_item_job_detail=item.job_detail;
|
||||
|
||||
this.isModalOpen = true;
|
||||
this.isModalOpenBackdrop= true;
|
||||
*/
|
||||
//managependingoffers
|
||||
|
||||
}
|
||||
setCloseModal(){
|
||||
this.modal_item_title= '';
|
||||
|
||||
Reference in New Issue
Block a user