Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mySkill-x
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
mySkill-x
Commits
61fd2b63
Commit
61fd2b63
authored
Sep 12, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แผนพัฒนาบุคลากร
parent
1f5fa10c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
pms-idp.component.html
...aluation/pms-form-employee/pms-idp/pms-idp.component.html
+8
-6
No files found.
src/app/components/performance-evaluation/pms-form-employee/pms-idp/pms-idp.component.html
View file @
61fd2b63
...
...
@@ -336,14 +336,16 @@
</td>
<td
class=
"!p-0"
></td>
<td
class=
"align-start text-center !white-space-normal"
[
class
.
bg-gray-200
]="!
data
.
startDate
&&!
data
.
endDate
"
>
<ng-container
*
ngIf=
"data.startDate &&data.endDate"
>
[
class
.
bg-gray-200
]="(!
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)"
>
จาก
</ng-container>
<ng-container
*
ngIf=
"pdfPrintCheck == 0"
>
<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"
[(
ngModel
)]="
data
.
startDate
"
>
<ng-container
*
ngIf=
"data.startDate &&data.endDate"
>
...
...
@@ -352,17 +354,17 @@
<input
type=
"date"
id=
"input-label"
class=
"ti-form-input"
[(
ngModel
)]="
data
.
endDate
"
>
</ng-container>
<ng-container
<
!-- <
ng-container
*ngIf="!(data.idpDevelopmentPlan&&data.idpDevelopmentPlan?.training) || appraisalIdp.apsapprove1.employeeId != evaluaterId">
{{convertDateFormat(data.startDate)}}
<ng-container *ngIf="data.startDate &&data.endDate">
<p></p>ถึง
</ng-container>
{{convertDateFormat(data.endDate)}}
</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)}}
<ng-container
*
ngIf=
"data.startDate &&data.endDate"
>
<p></p>
ถึง
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment