Commit 4b1750b4 by Nattana Chaiyamat

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

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