Commit 0407d6c0 by Nakarin Luankla

UPDATE แก้คอมเม้น JD ตัวชี้วัดของตำแหน่งงาน

parent 785117af
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
</div> </div>
</div> </div>
<div class="ti-modal-body" style="padding-top: 0px;"> <div class="ti-modal-body" style="padding-top: 0px;">
<label for="input-label" class="ti-form-label mt-1rem">รหัสงาน</label> <label for="input-label" class="ti-form-label mt-1rem">รหัสงาน*</label>
<input type="text" id="input-label" class="ti-form-input bg-input-readonly" readonly [(ngModel)]="selectJob.jobcodeId"> <input type="text" id="input-label" class="ti-form-input bg-input-readonly" readonly [(ngModel)]="selectJob.jobcodeId">
<label for="detail_th" class="ti-form-label mt-1rem">ชื่อลักษณะงาน (ไทย)*</label> <label for="detail_th" class="ti-form-label mt-1rem">ชื่อลักษณะงาน (ไทย)*</label>
<input type="text" id="detail_th" class="ti-form-input bg-input-readonly" readonly [(ngModel)]="selectJob.tdesc"> <input type="text" id="detail_th" class="ti-form-input bg-input-readonly" readonly [(ngModel)]="selectJob.tdesc">
......
...@@ -56,7 +56,7 @@ export class SubJobPositionIndicatorsComponent { ...@@ -56,7 +56,7 @@ export class SubJobPositionIndicatorsComponent {
this.selectJob = new MyJobCodeModel(item) this.selectJob = new MyJobCodeModel(item)
} }
clearValue(){ clearValue(){
this.selectJob.competencyWorkText = '' this.selectJob.kpiWorkText = ''
} }
save(){ save(){
this.jobcodeService.post(this.selectJob).subscribe((response:any) => { this.jobcodeService.post(this.selectJob).subscribe((response:any) => {
...@@ -120,7 +120,7 @@ export class SubJobPositionIndicatorsComponent { ...@@ -120,7 +120,7 @@ export class SubJobPositionIndicatorsComponent {
downloadFile() { downloadFile() {
const fileName = 'IMPORT_MJOBCODEV2.xlsx' const fileName = 'MJOBCODE_KPI.xlsx'
this.fileService.downloadTemplate(fileName).subscribe({ this.fileService.downloadTemplate(fileName).subscribe({
next: response => { next: response => {
const url = window.URL.createObjectURL(response); const url = window.URL.createObjectURL(response);
......
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