pending offer

This commit is contained in:
CHIEFSOFT\ameye
2023-12-11 08:57:57 -05:00
parent 70098e8637
commit 02233921ab
2 changed files with 41 additions and 13 deletions
@@ -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>