job actions buttons
This commit is contained in:
@@ -112,21 +112,45 @@
|
||||
<!-- <!– <ion-label class="color">See all</ion-label>–>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<ion-card>
|
||||
<!-- <ion-card-header>-->
|
||||
<!-- <ion-card-subtitle>Completed the task?</ion-card-subtitle>-->
|
||||
<!-- </ion-card-header>-->
|
||||
|
||||
<ion-card-content>
|
||||
<ion-card style="background-color: #f4f4fb;
|
||||
font-weight: bolder;
|
||||
color:darkblue;
|
||||
font-size: 10px;">
|
||||
<ion-card-content style="padding: 2px;">
|
||||
<ion-grid>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<div color="warning" class="ion-text-wrap task_button" (click)="taskCancel()">Send cancellation request</div>
|
||||
<ion-col style="font-size: 12px;">
|
||||
Checking the requirements and delivery details is essential to ensure fast approval.
|
||||
</ion-col>
|
||||
<ion-col>
|
||||
<div color="secondary" class="ion-text-wrap task_button cpl" (click)="taskCompleted()">Send completion Message</div>
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col style="padding: 5px 0px 25px 0px;">
|
||||
<ion-button
|
||||
color="secondary"
|
||||
size="small"
|
||||
shape="round"
|
||||
expand="block"
|
||||
fill="solid"
|
||||
(click)="taskCompleted()">Task is Completed</ion-button>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-button
|
||||
color="danger"
|
||||
size="small"
|
||||
shape="round"
|
||||
fill="solid"
|
||||
(click)="taskCancel()"
|
||||
>Cancel Request</ion-button><span
|
||||
style="font-size: 12px; color:red;padding-top: 5px;">
|
||||
I am not able to perform this task.</span>
|
||||
<!-- <div color=danger class="ion-text-wrap task_button" (click)="taskCancel()">Send cancellation request</div>-->
|
||||
</ion-col>
|
||||
<!-- <ion-col>-->
|
||||
<!-- <div color="secondary" class="ion-text-wrap task_button cpl" (click)="taskCompleted()">Send completion Message</div>-->
|
||||
<!-- </ion-col>-->
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
|
||||
<ion-label class="description">{{interest_status}}
|
||||
|
||||
Reference in New Issue
Block a user