showing comment

mekawy-issues
enadhilal 6 years ago
parent c23c9173e5
commit ba2ac70f86

@ -110,7 +110,14 @@
<p style="margin-left: -0%; font-size: 12px !important; width: 66px;">{{approvalInfo.Action}}</p> <p style="margin-left: -0%; font-size: 12px !important; width: 66px;">{{approvalInfo.Action}}</p>
</div> </div>
</div> </div>
<p style="margin-left: 10%;">{{approvalInfo.Name}}</p> <div>
<p style="margin-left: 10%; font-weight: bold;">{{approvalInfo.Name}}</p>
<div *ngIf="approvalInfo.Notes">
<p style="margin-left: 10%;">{{ 'submitAbsence, comments' | translate}}:</p>
<p style="margin-left: 10%;">{{approvalInfo.Notes}}</p>
</div>
</div>
</ion-item> </ion-item>
</div> </div>

@ -301,7 +301,10 @@ export class WorkListMainItgComponent implements OnInit {
} }
}, this.ts.trPK('general', 'ok'), }, this.ts.trPK('general', 'ok'),
() => { this.actionSelected = '' }, this.ts.trPK('general', 'cancel'), () => {
this.actionSelected = '';
this.common.sharedService.setSharedData(true, 'loadWorkList');
}, this.ts.trPK('general', 'cancel'),
this.ts.trPK('vacation-rule', 'confirmation'), this.ts.trPK('vacation-rule', 'confirmation'),
this.confirmMsg(action)); this.confirmMsg(action));

Loading…
Cancel
Save