|
|
|
|
@ -664,26 +664,27 @@
|
|
|
|
|
<ion-tab-bar class="tabBar" slot="bottom">
|
|
|
|
|
<ion-tab-button *ngIf="approveDis" (click)="actionButton('APPROVED')">
|
|
|
|
|
<img src="../assets/imgs/action-approve.png">
|
|
|
|
|
<ion-label>Approve</ion-label>
|
|
|
|
|
<ion-label> {{'worklistMain, approve' | translate}}</ion-label>
|
|
|
|
|
</ion-tab-button>
|
|
|
|
|
|
|
|
|
|
<ion-tab-button *ngIf="rejectDis" (click)="actionButton('REJECTED')">
|
|
|
|
|
<img src="../assets/imgs/action-reject.png">
|
|
|
|
|
<ion-label>Reject</ion-label>
|
|
|
|
|
<ion-label> {{'worklistMain, reject' | translate}}</ion-label>
|
|
|
|
|
</ion-tab-button>
|
|
|
|
|
|
|
|
|
|
<ion-tab-button *ngIf="requestDis" (click)="actionButton('REQUEST_INFO')">
|
|
|
|
|
<img src="../assets/imgs/action-info.png">
|
|
|
|
|
<ion-label>Request</ion-label>
|
|
|
|
|
<ion-label> {{'worklistMain, request' | translate}}</ion-label>
|
|
|
|
|
</ion-tab-button>
|
|
|
|
|
<ion-tab-button (click)="nextNotfification()">
|
|
|
|
|
<img src="../assets/imgs/action-skip.png">
|
|
|
|
|
<ion-label>Skip</ion-label>
|
|
|
|
|
<ion-label> {{'worklistMain, skip' | translate}}</ion-label>
|
|
|
|
|
|
|
|
|
|
</ion-tab-button>
|
|
|
|
|
|
|
|
|
|
<ion-tab-button [disabled]="moreDisabled" (click)="openMoreActions()">
|
|
|
|
|
<img src="../assets/imgs/action-more.png">
|
|
|
|
|
<ion-label>More</ion-label>
|
|
|
|
|
<ion-label> {{'worklistMain, more' | translate}}</ion-label>
|
|
|
|
|
</ion-tab-button>
|
|
|
|
|
</ion-tab-bar>
|
|
|
|
|
</ion-tabs>
|
|
|
|
|
|