Commit 61fd2b63 by Nattana Chaiyamat

แผนพัฒนาบุคลากร

parent 1f5fa10c
...@@ -336,14 +336,16 @@ ...@@ -336,14 +336,16 @@
</td> </td>
<td class="!p-0"></td> <td class="!p-0"></td>
<td class="align-start text-center !white-space-normal" <td class="align-start text-center !white-space-normal"
[class.bg-gray-200]="!data.startDate &&!data.endDate"> [class.bg-gray-200]="(!data.startDate &&!data.endDate) ||
<ng-container *ngIf="data.startDate &&data.endDate"> !(data.idpDevelopmentPlan&&(data.idpDevelopmentPlan.training || data.idpDevelopmentPlan.ojtJobAssignment ||data.idpDevelopmentPlan.coachMentor )&& appraisalIdp.apsapprove1.employeeId == evaluaterId)">
<ng-container
*ngIf="(data.idpDevelopmentPlan&&(data.idpDevelopmentPlan.training || data.idpDevelopmentPlan.ojtJobAssignment ||data.idpDevelopmentPlan.coachMentor )&& appraisalIdp.apsapprove1.employeeId == evaluaterId)">
จาก&nbsp; จาก&nbsp;
</ng-container> </ng-container>
<ng-container *ngIf="pdfPrintCheck == 0"> <ng-container *ngIf="pdfPrintCheck == 0">
<ng-container <ng-container
*ngIf="data.idpDevelopmentPlan&&data.idpDevelopmentPlan?.training && appraisalIdp.apsapprove1.employeeId == evaluaterId"> *ngIf="data.idpDevelopmentPlan&&(data.idpDevelopmentPlan?.training || data.idpDevelopmentPlan?.ojtJobAssignment ||data.idpDevelopmentPlan?.coachMentor )&& appraisalIdp.apsapprove1.employeeId == evaluaterId">
<input type="date" id="input-label" class="ti-form-input" <input type="date" id="input-label" class="ti-form-input"
[(ngModel)]="data.startDate"> [(ngModel)]="data.startDate">
<ng-container *ngIf="data.startDate &&data.endDate"> <ng-container *ngIf="data.startDate &&data.endDate">
...@@ -352,17 +354,17 @@ ...@@ -352,17 +354,17 @@
<input type="date" id="input-label" class="ti-form-input" <input type="date" id="input-label" class="ti-form-input"
[(ngModel)]="data.endDate"> [(ngModel)]="data.endDate">
</ng-container> </ng-container>
<ng-container <!-- <ng-container
*ngIf="!(data.idpDevelopmentPlan&&data.idpDevelopmentPlan?.training) || appraisalIdp.apsapprove1.employeeId != evaluaterId"> *ngIf="!(data.idpDevelopmentPlan&&data.idpDevelopmentPlan?.training) || appraisalIdp.apsapprove1.employeeId != evaluaterId">
{{convertDateFormat(data.startDate)}} {{convertDateFormat(data.startDate)}}
<ng-container *ngIf="data.startDate &&data.endDate"> <ng-container *ngIf="data.startDate &&data.endDate">
<p></p>ถึง&nbsp; <p></p>ถึง&nbsp;
</ng-container> </ng-container>
{{convertDateFormat(data.endDate)}} {{convertDateFormat(data.endDate)}}
</ng-container> </ng-container> -->
</ng-container> </ng-container>
<ng-container *ngIf="pdfPrintCheck != 0"> <ng-container *ngIf="pdfPrintCheck != 0 && (data.idpDevelopmentPlan&&(data.idpDevelopmentPlan.training || data.idpDevelopmentPlan.ojtJobAssignment ||data.idpDevelopmentPlan.coachMentor )&& appraisalIdp.apsapprove1.employeeId == evaluaterId)">
{{convertDateFormat(data.startDate)}} {{convertDateFormat(data.startDate)}}
<ng-container *ngIf="data.startDate &&data.endDate"> <ng-container *ngIf="data.startDate &&data.endDate">
<p></p>ถึง&nbsp; <p></p>ถึง&nbsp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment