Commit 4b1750b4 by Nattana Chaiyamat

ปิดคะแนนประเมินตวเอง

parent c5e89781
......@@ -144,7 +144,7 @@
</a>
</div>
</th>
<th scope="col">ประเมินตนเอง</th>
<!-- <th scope="col">ประเมินตนเอง</th> -->
</ng-container>
</tr>
</thead>
......@@ -201,9 +201,9 @@
</div>
</td>
<ng-container *ngIf="evaluaterId!=evaluateeId||complete">
<td class="py-2 text-center text-indigo-600 font-semibold" style="vertical-align: top">
<!-- <td class="py-2 text-center text-indigo-600 font-semibold" style="vertical-align: top">
{{bi.competencyBehavioral.scoreTopicExpectationBoss}}
</td>
</td> -->
</ng-container>
</tr>
</ng-container>
......
......@@ -209,7 +209,7 @@
</div>
</div>
</div>
<div class="w-full" *ngIf="currentTap=='แบบประเมินสมรรถนะ'">
<div class="w-full" *ngIf="currentTap=='แบบประเมินสมรรถนะ'&&false">
<div class="box shadow-md hover:shadow-xl transition m-0" style="border-radius:20px">
<div class="box-header"
[class.border-none]="menuClose.get('ค่าถ่วงน้ำหนักตนเองของความสามารถในแต่ละระดับ')">
......
......@@ -166,6 +166,22 @@ export class SupervisorEvaluationComponent {
this.getBossList()
}
getBossList() {
this.syncfution = {
dataList: [],
searchSettings: {
fields: [
'employeeId',
'thFullName',
'position',
'statusIdp',
'sumScore',
'grade',
'apsapproveType'],
operator: 'contains',
ignoreCase: false
},
columns: []
}
this.appraisalService.getBossList().subscribe({
next: response => {
this.subordinate.dataList = JSON.parse(JSON.stringify(response))
......@@ -239,6 +255,7 @@ export class SupervisorEvaluationComponent {
type: "string"
}]
}
this.cdr.markForCheck()
}
setSyncfutionDataList() {
if (this.subordinate.select?.showPms) {
......
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