|
|
|
|
@ -165,8 +165,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ion-grid>
|
|
|
|
|
<button *ngIf="!IsReachEnd" ion-button class="itemHISBtn" (click)="loadMoreNotificationBody()">Load
|
|
|
|
|
More</button>
|
|
|
|
|
<button *ngIf="!IsReachEnd" ion-button class="itemHISBtn" (click)="loadMoreNotificationBody()">
|
|
|
|
|
{{ 'general, load-more' | translate}}
|
|
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
</ion-card-content>
|
|
|
|
|
|
|
|
|
|
@ -251,16 +253,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ion-col class="colItems">
|
|
|
|
|
<label class="colItemReq" for="">{{ts.trPK('worklistMain','price')}} </label>
|
|
|
|
|
<label class="colItemReq" for="">{{ts.trPK('worklistMain','price')}} ({{ 'general, sar' | translate}})</label>
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<ion-label class="labelValue" for="">{{Lines.UNIT_PRICE}} </ion-label>
|
|
|
|
|
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-row class="rowBorder">
|
|
|
|
|
<ion-col class="colItems colBorder ">
|
|
|
|
|
<label class="colItemReq" for="">{{ts.trPK('payslip','amount')}} </label>
|
|
|
|
|
<label class="colItemReq" for="">{{ts.trPK('payslip','amount')}} ({{ 'general, sar' | translate}})</label>
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<ion-label class="labelValue" for="">{{Lines.LINE_AMOUNT}} </ion-label>
|
|
|
|
|
@ -269,13 +271,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ion-col class="colItems">
|
|
|
|
|
<label class="colItemReq" for="">{{ts.trPK('worklistMain','quantity')}} </label>
|
|
|
|
|
<label class="colItemReq" for="">{{ts.trPK('worklistMain','quantity')}} </label>
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<ion-label class="labelValue" for="">{{Lines.QUANTITY}} </ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
|
|
|
|
|
</ion-row>
|
|
|
|
|
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col class="colItems">
|
|
|
|
|
<label class="colItemReq" for="">{{ts.trPK('worklistMain','ITEM_AMU')}} </label>
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<ion-label class="labelValue" for="">{{Lines.ITEM_AMU}} </ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
</div>
|
|
|
|
|
</accordin-tab-custom>
|
|
|
|
|
</accordin-custom>
|
|
|
|
|
@ -361,8 +372,8 @@
|
|
|
|
|
</div>
|
|
|
|
|
</ion-list>
|
|
|
|
|
</div>
|
|
|
|
|
<button ion-button *ngIf="!IsReachEnd" class="itemHISBtn" (click)="loadMoreActionHistory()">Load
|
|
|
|
|
More</button>
|
|
|
|
|
<button ion-button *ngIf="!IsReachEnd" class="itemHISBtn" (click)="loadMoreActionHistory()">
|
|
|
|
|
{{ 'general, load-more' | translate}} </button>
|
|
|
|
|
|
|
|
|
|
</ion-card-content>
|
|
|
|
|
|
|
|
|
|
|