pending offer
This commit is contained in:
@@ -39,18 +39,55 @@
|
||||
</ion-card-header>
|
||||
|
||||
<ion-card-content>
|
||||
<!-- <app-job-details [jobData]="currentJobSelected"></app-job-details>-->
|
||||
|
||||
{{modal_item_description}}
|
||||
|
||||
<div style="margin-top: 10px; font-size: 14px;">{{modal_item_job_detail}} </div>
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
</ion-content>
|
||||
<ion-footer>
|
||||
<ion-grid style="background-color: #f8f8e7;">
|
||||
<ion-row>
|
||||
<ion-col style="text-align: center">
|
||||
<ion-button
|
||||
shape="round"
|
||||
size="small"
|
||||
>
|
||||
Extend
|
||||
</ion-button>
|
||||
</ion-col>
|
||||
<ion-col style="text-align: center">
|
||||
<ion-button
|
||||
shape="round"
|
||||
size="small"
|
||||
>
|
||||
Send to me
|
||||
</ion-button>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
|
||||
|
||||
<ion-row>
|
||||
<ion-col style="text-align: center">
|
||||
|
||||
</ion-col>
|
||||
|
||||
<ion-col style="text-align: center">
|
||||
<ion-button
|
||||
shape="round"
|
||||
size="small"
|
||||
>
|
||||
Cancel Offer
|
||||
</ion-button>
|
||||
</ion-col>
|
||||
|
||||
<ion-col style="text-align: center">
|
||||
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
<ion-grid style="background-color: lightgray;">
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-col style="text-align: right;">
|
||||
<ion-button
|
||||
(click)="setCloseModal()"
|
||||
shape="round"
|
||||
@@ -59,14 +96,6 @@
|
||||
Close
|
||||
</ion-button>
|
||||
</ion-col>
|
||||
<ion-col></ion-col>
|
||||
<ion-col>
|
||||
<!-- <ion-button-->
|
||||
<!-- shape="round"-->
|
||||
<!-- size="small"-->
|
||||
<!-- [disabled]="isProcessDisabled"-->
|
||||
<!-- (click)="processPayment(processor)">Assign Task </ion-button>-->
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
<div class="flex">
|
||||
<ion-label class="bold_text">Pending Offers</ion-label>
|
||||
</div>
|
||||
|
||||
<app-myjob-offers></app-myjob-offers>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user