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
31dc0ed4
Commit
31dc0ed4
authored
Aug 20, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ประเมินตนเอง
parent
f23f1e12
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
83 additions
and
27 deletions
+83
-27
pms-competency.component.html
...orm-employee/pms-competency/pms-competency.component.html
+38
-7
pms-competency.component.ts
...-form-employee/pms-competency/pms-competency.component.ts
+1
-0
pms-form-employee.component.html
...uation/pms-form-employee/pms-form-employee.component.html
+0
-0
pms-form-employee.component.ts
...aluation/pms-form-employee/pms-form-employee.component.ts
+2
-1
pms-idp.component.html
...aluation/pms-form-employee/pms-idp/pms-idp.component.html
+2
-2
pms-idp.component.ts
...evaluation/pms-form-employee/pms-idp/pms-idp.component.ts
+2
-1
pms-information.component.html
...m-employee/pms-information/pms-information.component.html
+35
-9
pms-information.component.ts
...orm-employee/pms-information/pms-information.component.ts
+1
-0
pms-kpi.component.html
...aluation/pms-form-employee/pms-kpi/pms-kpi.component.html
+0
-0
pms-kpi.component.ts
...evaluation/pms-form-employee/pms-kpi/pms-kpi.component.ts
+1
-0
competency.model.ts
src/app/shared/model/competency.model.ts
+1
-7
No files found.
src/app/components/performance-evaluation/pms-form-employee/pms-competency/pms-competency.component.html
View file @
31dc0ed4
...
@@ -71,8 +71,8 @@
...
@@ -71,8 +71,8 @@
</a>
</a>
</div>
</div>
</th>
</th>
<
th
scope=
"col"
<
ng-container
*
ngIf=
"evaluaterId==evaluateeId&&!complete"
>
[
ngStyle
]="{'
width
'
:
(
evaluaterId
!=
evaluateeId
||
currentStep
!=
'
0
')
?'
325px
'
:
'
500px
;'}
"
>
<th
scope=
"col"
style=
"width:500px
"
>
ระดับความสามารถ
ระดับความสามารถ
<div
class=
"hs-tooltip ti-main-tooltip [--trigger:hover]"
>
<div
class=
"hs-tooltip ti-main-tooltip [--trigger:hover]"
>
<a
class=
"hs-tooltip-toggle ti-main-tooltip-toggle"
href=
"javascript:;"
>
<a
class=
"hs-tooltip-toggle ti-main-tooltip-toggle"
href=
"javascript:;"
>
...
@@ -99,7 +99,37 @@
...
@@ -99,7 +99,37 @@
</a>
</a>
</div>
</div>
</th>
</th>
<th
scope=
"col"
*
ngIf=
"evaluaterId!=evaluateeId||currentStep != '0'"
>
คะแนนลูกน้อง
</th>
</ng-container>
<ng-container
*
ngIf=
"evaluaterId!=evaluateeId||complete"
>
<th
scope=
"col"
style=
"width:325px"
>
ระดับความสามารถ
<div
class=
"hs-tooltip ti-main-tooltip [--trigger:hover]"
>
<a
class=
"hs-tooltip-toggle ti-main-tooltip-toggle"
href=
"javascript:;"
>
<i
class=
"ti ti-help-circle"
></i>
<div
class=
"hs-tooltip-content ti-main-tooltip-content border-secondary"
role=
"tooltip"
>
<div
class=
"flex flex-col"
>
<div>
ระดับความสามารถ (Target Degree)
</div>
<div
class=
"text-start"
>
ระดับ 1 = ไม่มีความรู้พื้นฐานเลย ขาดทักษะในงาน
</div>
<div
class=
"text-start"
>
ระดับ 2 = มีความรู้ในงานบ้างแต่ยังไม่สามารถ ประยุกต์ใช้ในงานได้
</div>
<div
class=
"text-start"
>
ระดับ 3 = นำความรู้มาประยุกต์ใช้ในงานได้ ปฏิบัติงานเองได้ด้วยตัวเองแก้ไขปัญหาหน้างานได้
</div>
<div
class=
"text-start"
>
ระดับ 4 = สอนผู้อื่นได้ มีความคล่องตัว เชื่อมโยง ความรู้ในงานได้
</div>
<div
class=
"text-start"
>
ระดับ 5 = มีความชำนาญ เชี่ยวชาญ เป็นที่ยอมรับ ในองค์กร
</div>
</div>
</div>
</a>
</div>
</th>
<th
scope=
"col"
>
ประเมินตนเอง
</th>
</ng-container>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
@@ -114,7 +144,7 @@
...
@@ -114,7 +144,7 @@
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
<div
class=
"flex flex-row justify-center gap-2 mb-2"
>
<div
class=
"flex flex-row justify-center gap-2 mb-2"
>
<ng-container
*
ngFor=
"let item of [5,4,3,2,1];let f = first"
>
<ng-container
*
ngFor=
"let item of [5,4,3,2,1];let f = first"
>
<ng-container
*
ngIf=
"evaluaterId
!=evaluateeId||currentStep != '0'
"
>
<ng-container
*
ngIf=
"evaluaterId
==evaluateeId&&!complete
"
>
<button
type=
"button"
<button
type=
"button"
class=
"h-12 w-12 p-0 shadow border text-soft-secondary-no-hover bg-white"
class=
"h-12 w-12 p-0 shadow border text-soft-secondary-no-hover bg-white"
style=
"border-radius:10px"
style=
"border-radius:10px"
...
@@ -128,7 +158,7 @@
...
@@ -128,7 +158,7 @@
{{item}}
{{item}}
</button>
</button>
</ng-container>
</ng-container>
<ng-container
*
ngIf=
"
!(evaluaterId!=evaluateeId||currentStep != '0')
"
>
<ng-container
*
ngIf=
"
evaluaterId!=evaluateeId&&!complete
"
>
<button
type=
"button"
<button
type=
"button"
class=
"h-12 w-12 p-0 shadow border text-soft-secondary-no-hover bg-white"
class=
"h-12 w-12 p-0 shadow border text-soft-secondary-no-hover bg-white"
style=
"border-radius:10px"
style=
"border-radius:10px"
...
@@ -154,10 +184,11 @@
...
@@ -154,10 +184,11 @@
</span>
</span>
</div>
</div>
</td>
</td>
<
td
class=
"py-2 text-center text-indigo-600 font-semibold"
style=
"vertical-align: top"
<
ng-container
*
ngIf=
"evaluaterId!=evaluateeId&&!complete"
>
*
ngIf=
"evaluaterId!=evaluateeId||currentStep != '0'
"
>
<td
class=
"py-2 text-center text-indigo-600 font-semibold"
style=
"vertical-align: top
"
>
{{bi.competencyBehavioral.scoreTopicExpectationEmp}}
{{bi.competencyBehavioral.scoreTopicExpectationEmp}}
</td>
</td>
</ng-container>
</tr>
</tr>
</ng-container>
</ng-container>
</tbody>
</tbody>
...
...
src/app/components/performance-evaluation/pms-form-employee/pms-competency/pms-competency.component.ts
View file @
31dc0ed4
...
@@ -13,6 +13,7 @@ import Swal from 'sweetalert2';
...
@@ -13,6 +13,7 @@ import Swal from 'sweetalert2';
styleUrls
:
[
'./pms-competency.component.scss'
]
styleUrls
:
[
'./pms-competency.component.scss'
]
})
})
export
class
PmsCompetencyComponent
{
export
class
PmsCompetencyComponent
{
@
Input
()
complete
=
false
@
Input
()
fCurrentPart
=
""
@
Input
()
fCurrentPart
=
""
currentPart
=
""
currentPart
=
""
@
Input
()
canSave
=
false
@
Input
()
canSave
=
false
...
...
src/app/components/performance-evaluation/pms-form-employee/pms-form-employee.component.html
View file @
31dc0ed4
This diff is collapsed.
Click to expand it.
src/app/components/performance-evaluation/pms-form-employee/pms-form-employee.component.ts
View file @
31dc0ed4
...
@@ -72,7 +72,7 @@ export class PmsFormEmployeeComponent {
...
@@ -72,7 +72,7 @@ export class PmsFormEmployeeComponent {
hasPushedState
=
false
;
hasPushedState
=
false
;
companyId
=
""
companyId
=
""
complete
=
false
@
ViewChild
(
'scrollContainer'
)
scrollContainer
!
:
ElementRef
;
@
ViewChild
(
'scrollContainer'
)
scrollContainer
!
:
ElementRef
;
...
@@ -323,6 +323,7 @@ export class PmsFormEmployeeComponent {
...
@@ -323,6 +323,7 @@ export class PmsFormEmployeeComponent {
selectDataList
(
data
:
CompetencyModel
)
{
selectDataList
(
data
:
CompetencyModel
)
{
this
.
compentency
.
originalData
=
this
.
deepClone
(
data
)
this
.
compentency
.
originalData
=
this
.
deepClone
(
data
)
this
.
compentency
.
data
=
this
.
deepClone
(
data
)
this
.
compentency
.
data
=
this
.
deepClone
(
data
)
this
.
complete
=
this
.
compentency
.
data
?.
statusAll
==
'complete'
this
.
cdr
.
detectChanges
()
this
.
cdr
.
detectChanges
()
if
(
this
.
compentency
.
data
)
{
if
(
this
.
compentency
.
data
)
{
this
.
currentTap
=
this
.
firstCurrentTap
||
"ข้อมูลการประเมิน"
this
.
currentTap
=
this
.
firstCurrentTap
||
"ข้อมูลการประเมิน"
...
...
src/app/components/performance-evaluation/pms-form-employee/pms-idp/pms-idp.component.html
View file @
31dc0ed4
...
@@ -316,7 +316,7 @@
...
@@ -316,7 +316,7 @@
จาก
จาก
</ng-container>
</ng-container>
<ng-container
<ng-container
*
ngIf=
"data.idpDevelopmentPlan&&data.idpDevelopmentPlan?.training && appraisalIdp.
masfromEvaluationIdp.idpStatus=='1'
"
>
*
ngIf=
"data.idpDevelopmentPlan&&data.idpDevelopmentPlan?.training && 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
)]="
appraisalIdp
.
masfromEvaluationRound
.
apsPeriodStart
"
>
[(
ngModel
)]="
appraisalIdp
.
masfromEvaluationRound
.
apsPeriodStart
"
>
<ng-container
<ng-container
...
@@ -327,7 +327,7 @@
...
@@ -327,7 +327,7 @@
[(
ngModel
)]="
appraisalIdp
.
masfromEvaluationRound
.
apsPeriodEnd
"
>
[(
ngModel
)]="
appraisalIdp
.
masfromEvaluationRound
.
apsPeriodEnd
"
>
</ng-container>
</ng-container>
<ng-container
<ng-container
*
ngIf=
"!(data.idpDevelopmentPlan&&data.idpDevelopmentPlan?.training) || appraisalIdp.
masfromEvaluationIdp.idpStatus!='1'
"
>
*
ngIf=
"!(data.idpDevelopmentPlan&&data.idpDevelopmentPlan?.training) || appraisalIdp.
apsapprove1.employeeId != evaluaterId
"
>
{{convertDateFormat(appraisalIdp.masfromEvaluationRound.apsPeriodStart)}}
{{convertDateFormat(appraisalIdp.masfromEvaluationRound.apsPeriodStart)}}
<ng-container
<ng-container
*
ngIf=
"appraisalIdp.masfromEvaluationRound.apsPeriodStart &&appraisalIdp.masfromEvaluationRound.apsPeriodEnd"
>
*
ngIf=
"appraisalIdp.masfromEvaluationRound.apsPeriodStart &&appraisalIdp.masfromEvaluationRound.apsPeriodEnd"
>
...
...
src/app/components/performance-evaluation/pms-form-employee/pms-idp/pms-idp.component.ts
View file @
31dc0ed4
...
@@ -19,6 +19,7 @@ interface table {
...
@@ -19,6 +19,7 @@ interface table {
styleUrls
:
[
'./pms-idp.component.scss'
]
styleUrls
:
[
'./pms-idp.component.scss'
]
})
})
export
class
PmsIdpComponent
{
export
class
PmsIdpComponent
{
@
Input
()
complete
=
false
@
Input
()
canSave
=
false
@
Input
()
canSave
=
false
@
Input
()
pathTitle
:
string
[]
=
[]
@
Input
()
pathTitle
:
string
[]
=
[]
@
Input
()
evaluationRoundId
=
""
@
Input
()
evaluationRoundId
=
""
...
@@ -57,7 +58,7 @@ export class PmsIdpComponent {
...
@@ -57,7 +58,7 @@ export class PmsIdpComponent {
this
.
getCompetencycourseMiniList
()
this
.
getCompetencycourseMiniList
()
}
}
ngOnChanges
(
changes
:
SimpleChanges
):
void
{
ngOnChanges
(
changes
:
SimpleChanges
):
void
{
if
(
changes
[
'currentTap'
]?.
currentValue
||
changes
[
'appraisalIdp'
]?.
currentValue
)
{
if
(
changes
[
'currentTap'
]?.
currentValue
||
changes
[
'appraisalIdp'
]?.
currentValue
)
{
this
.
getFormIdp
()
this
.
getFormIdp
()
}
}
}
}
...
...
src/app/components/performance-evaluation/pms-form-employee/pms-information/pms-information.component.html
View file @
31dc0ed4
...
@@ -13,11 +13,17 @@
...
@@ -13,11 +13,17 @@
<th
scope=
"col"
>
แบบการประเมิน
</th>
<th
scope=
"col"
>
แบบการประเมิน
</th>
<th
scope=
"col text-center"
>
วันที่เริ่มต้น
</th>
<th
scope=
"col text-center"
>
วันที่เริ่มต้น
</th>
<th
scope=
"col text-center"
>
วันที่สิ้นสุด
</th>
<th
scope=
"col text-center"
>
วันที่สิ้นสุด
</th>
<th
scope=
"col text-center"
*
ngIf=
"evaluaterId!=evaluateeId||currentStep != '0'"
>
คะแนนเฉลี่ยลูกน้อง
<ng-container
*
ngIf=
"evaluaterId==evaluateeId&&!complete"
>
<th
scope=
"col text-center"
>
คะแนนเฉลี่ย
</th>
<th
scope=
"col text-center"
>
ผล GAP
</th>
</ng-container>
<ng-container
*
ngIf=
"evaluaterId!=evaluateeId||complete"
>
<th
scope=
"col text-center"
>
คะแนนเฉลี่ยตนเอง
</th>
</th>
<th
scope=
"col text-center"
>
คะแนนเฉลี่ย
</th>
<th
scope=
"col text-center"
>
คะแนนเฉลี่ย
</th>
<th
scope=
"col text-center"
*
ngIf=
"evaluaterId!=evaluateeId||currentStep != '0'"
>
ผล GAP ลูกน้
อง
</th>
<th
scope=
"col text-center"
>
ผล GAP ตนเ
อง
</th>
<th
scope=
"col text-center"
>
ผล GAP
</th>
<th
scope=
"col text-center"
>
ผล GAP
</th>
</ng-container>
<th
scope=
"col text-center"
>
การจัดการ
</th>
<th
scope=
"col text-center"
>
การจัดการ
</th>
</tr>
</tr>
</thead>
</thead>
...
@@ -36,21 +42,30 @@
...
@@ -36,21 +42,30 @@
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{formatThaiDate(item.masfromEvaluationRound.apsPeriodEnd)}}
{{formatThaiDate(item.masfromEvaluationRound.apsPeriodEnd)}}
</td>
</td>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
<ng-container
*
ngIf=
"evaluaterId==evaluateeId&&!complete"
>
*
ngIf=
"evaluaterId!=evaluateeId||currentStep != '0'"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{inforWeightEmp.get(item.comType)!=='undefined'
&&
inforWeightEmp.get(item.comType)
!=='null'?inforWeightEmp.get(item.comType): '0'}}
</td>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{inforGapEmp.get(item.comType)!=='null'?inforGapEmp.get(item.comType): ''}}
</td>
</ng-container>
<ng-container
*
ngIf=
"evaluaterId!=evaluateeId||complete"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{inforWeightEmp.get(item.comType)!=='undefined'
&&
inforWeightEmp.get(item.comType)
{{inforWeightEmp.get(item.comType)!=='undefined'
&&
inforWeightEmp.get(item.comType)
!=='null'?inforWeightEmp.get(item.comType): '0'}}
!=='null'?inforWeightEmp.get(item.comType): '0'}}
</td>
</td>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{inforWeight.get(item.comType) !=='null'?inforWeight.get(item.comType): '0'}}
{{inforWeight.get(item.comType) !=='null'?inforWeight.get(item.comType): '0'}}
</td>
</td>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
*
ngIf=
"evaluaterId!=evaluateeId||currentStep != '0'"
>
{{inforGapEmp.get(item.comType)!=='null'?inforGapEmp.get(item.comType): ''}}
{{inforGapEmp.get(item.comType)!=='null'?inforGapEmp.get(item.comType): ''}}
</td>
</td>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{inforGap.get(item.comType)!=='null'?inforGap.get(item.comType): ''}}
{{inforGap.get(item.comType)!=='null'?inforGap.get(item.comType): ''}}
</td>
</td>
</ng-container>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
<div
class=
"flex justify-center"
>
<div
class=
"flex justify-center"
>
<button
type=
"button"
class=
"ti-btn rounded-sm"
[
class
]="
statusButtonClass
(
statusType
)"
<button
type=
"button"
class=
"ti-btn rounded-sm"
[
class
]="
statusButtonClass
(
statusType
)"
...
@@ -79,8 +94,13 @@
...
@@ -79,8 +94,13 @@
<th
scope=
"col"
>
แบบการประเมิน
</th>
<th
scope=
"col"
>
แบบการประเมิน
</th>
<th
scope=
"col text-center"
>
วันที่เริ่มต้น
</th>
<th
scope=
"col text-center"
>
วันที่เริ่มต้น
</th>
<th
scope=
"col text-center"
>
วันที่สิ้นสุด
</th>
<th
scope=
"col text-center"
>
วันที่สิ้นสุด
</th>
<
th
scope=
"col text-center"
>
ผลการประเมินลูกน้อง
</th
>
<
ng-container
*
ngIf=
"evaluaterId==evaluateeId&&!complete"
>
<th
scope=
"col text-center"
>
ผลการประเมิน
</th>
<th
scope=
"col text-center"
>
ผลการประเมิน
</th>
</ng-container>
<ng-container
*
ngIf=
"evaluaterId!=evaluateeId||complete"
>
<th
scope=
"col text-center"
>
ผลการประเมินตนเอง
</th>
<th
scope=
"col text-center"
>
ผลการประเมิน
</th>
</ng-container>
<th
scope=
"col text-center"
>
เกรด
</th>
<th
scope=
"col text-center"
>
เกรด
</th>
<th
scope=
"col text-center"
>
การจัดการ
</th>
<th
scope=
"col text-center"
>
การจัดการ
</th>
</tr>
</tr>
...
@@ -98,13 +118,19 @@
...
@@ -98,13 +118,19 @@
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{formatThaiDate(appraisalPms.pmsMasfromEvaluationRoundModel.apsPeriodEnd)}}
{{formatThaiDate(appraisalPms.pmsMasfromEvaluationRoundModel.apsPeriodEnd)}}
</td>
</td>
<td
*
ngIf=
"evaluaterId!=evaluateeId||currentStep != '0'"
class=
"py-2 text-center"
<ng-container
*
ngIf=
"evaluaterId==evaluateeId&&!complete"
>
style=
"vertical-align: top"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{kpiScoreEmp}}
</td>
</ng-container>
<ng-container
*
ngIf=
"evaluaterId!=evaluateeId||complete"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{kpiScoreEmp}}
{{kpiScoreEmp}}
</td>
</td>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{kpiScore}}
{{kpiScore}}
</td>
</td>
</ng-container>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
<td
class=
"py-2 text-center"
style=
"vertical-align: top"
>
{{kpiGrade}}
{{kpiGrade}}
</td>
</td>
...
...
src/app/components/performance-evaluation/pms-form-employee/pms-information/pms-information.component.ts
View file @
31dc0ed4
...
@@ -8,6 +8,7 @@ import { Competency, Pms } from 'src/app/shared/model/competency.model';
...
@@ -8,6 +8,7 @@ import { Competency, Pms } from 'src/app/shared/model/competency.model';
})
})
export
class
PmsInformationComponent
{
export
class
PmsInformationComponent
{
@
Input
()
canSave
=
false
@
Input
()
canSave
=
false
@
Input
()
complete
=
false
@
Input
()
statusType
=
''
@
Input
()
statusType
=
''
@
Input
()
inforWeight
:
Map
<
string
,
string
>
=
new
Map
<
string
,
string
>
()
@
Input
()
inforWeight
:
Map
<
string
,
string
>
=
new
Map
<
string
,
string
>
()
@
Input
()
inforGap
:
Map
<
string
,
string
>
=
new
Map
<
string
,
string
>
()
@
Input
()
inforGap
:
Map
<
string
,
string
>
=
new
Map
<
string
,
string
>
()
...
...
src/app/components/performance-evaluation/pms-form-employee/pms-kpi/pms-kpi.component.html
View file @
31dc0ed4
This diff is collapsed.
Click to expand it.
src/app/components/performance-evaluation/pms-form-employee/pms-kpi/pms-kpi.component.ts
View file @
31dc0ed4
...
@@ -29,6 +29,7 @@ export interface LevelStarModel {
...
@@ -29,6 +29,7 @@ export interface LevelStarModel {
styleUrls
:
[
'./pms-kpi.component.scss'
]
styleUrls
:
[
'./pms-kpi.component.scss'
]
})
})
export
class
PmsKpiComponent
{
export
class
PmsKpiComponent
{
@
Input
()
complete
=
false
@
Input
()
canSave
=
false
@
Input
()
canSave
=
false
@
Input
()
inforWeight
:
Map
<
string
,
string
>
=
new
Map
<
string
,
string
>
()
@
Input
()
inforWeight
:
Map
<
string
,
string
>
=
new
Map
<
string
,
string
>
()
data8List
:
Part8Model
[]
=
[{
data8List
:
Part8Model
[]
=
[{
...
...
src/app/shared/model/competency.model.ts
View file @
31dc0ed4
...
@@ -2,7 +2,7 @@ export interface CompetencyModel {
...
@@ -2,7 +2,7 @@ export interface CompetencyModel {
competency
:
Competency
[]
competency
:
Competency
[]
idp
:
Idp
idp
:
Idp
pms
:
Pms
pms
:
Pms
statusAll
:
StatusAll
statusAll
:
string
evaluationRoundId
:
string
evaluationRoundId
:
string
tdesc
:
string
tdesc
:
string
edesc
:
string
edesc
:
string
...
@@ -3872,9 +3872,3 @@ export interface StatusFrom3 {
...
@@ -3872,9 +3872,3 @@ export interface StatusFrom3 {
edesc
:
string
edesc
:
string
tdesc
:
string
tdesc
:
string
}
}
export
interface
StatusAll
{
additionalProp1
:
string
additionalProp2
:
string
additionalProp3
:
string
}
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