|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<ion-segment-button value="item-req"
|
|
|
|
<ion-segment-button value="item-req"
|
|
|
|
[ngClass]="activeSegment == 'item-req' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
[ngClass]="activeSegment == 'item-req' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
<ion-label> {{ts.trPK('worklistMain','itemReq')}} </ion-label>
|
|
|
|
<ion-label> {{'worklistMain, itemReq'| translate}} </ion-label>
|
|
|
|
</ion-segment-button>
|
|
|
|
</ion-segment-button>
|
|
|
|
<ion-segment-button value="action-history"
|
|
|
|
<ion-segment-button value="action-history"
|
|
|
|
[ngClass]="activeSegment == 'action-history' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
[ngClass]="activeSegment == 'action-history' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<ion-segment-button checked value="info"
|
|
|
|
<ion-segment-button checked value="info"
|
|
|
|
[ngClass]="activeSegment == 'info' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
[ngClass]="activeSegment == 'info' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
<ion-label> {{ts.trPK('worklistMain','info')}} </ion-label>
|
|
|
|
<ion-label> {{'worklistMain, info'| translate}} </ion-label>
|
|
|
|
</ion-segment-button>
|
|
|
|
</ion-segment-button>
|
|
|
|
</ion-segment>
|
|
|
|
</ion-segment>
|
|
|
|
|
|
|
|
|
|
|
|
@ -492,6 +492,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
</ion-tab-button>
|
|
|
|
</ion-tab-button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ion-tab-button *ngIf="closeDis" (click)="actionButton('CLOSE')">
|
|
|
|
|
|
|
|
<img src="../assets/imgs/action-approve.png">
|
|
|
|
|
|
|
|
<!-- <ion-label> {{'worklistMain, approve' | translate}}</ion-label> -->
|
|
|
|
|
|
|
|
<ion-label style="white-space: nowrap"> {{close_label}}</ion-label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ion-tab-button>
|
|
|
|
|
|
|
|
|
|
|
|
<ion-tab-button *ngIf="rejectDis" (click)="actionButton('REJECT')">
|
|
|
|
<ion-tab-button *ngIf="rejectDis" (click)="actionButton('REJECT')">
|
|
|
|
<img src="../assets/imgs/action-reject.png">
|
|
|
|
<img src="../assets/imgs/action-reject.png">
|
|
|
|
<!-- <ion-label> {{'worklistMain, reject' | translate}}</ion-label> -->
|
|
|
|
<!-- <ion-label> {{'worklistMain, reject' | translate}}</ion-label> -->
|
|
|
|
|