Commit 20a2d283 by Nakarin Luankla

Import ข้อมูลเมนู การจัดการรายละเอียดงาน ตัวชี้วัดของตำแหน่งงาน

parent 1d1f80b1
......@@ -270,7 +270,7 @@
<div class="hs-overlay-open:mt-7 ti-modal-box mt-0 ease-out rounded-md">
<div class="ti-modal-header bg-primary !rounded-none !rounded-t-sm">
<h5 class="text-xxl font-bold text-white">
นำเข้า Job Competency
นำเข้าตัวชี้วัดของตำแหน่งงาน
</h5>
</div>
<div class="ti-modal-body max-h-full overflow-hidden ti-modal-content !rounded-t-none !rounded-b-sm">
......
......@@ -102,7 +102,7 @@ export class SubJobPositionIndicatorsComponent {
const formData = new FormData();
formData.append('file', this.selectedFile);
this.loading = true
this.fileService.uploadExcel(formData, 'IMPORT_KPI').subscribe({
this.fileService.uploadExcel(formData, 'MJOBCODE_KPI').subscribe({
next: response => {
if (response.success) {
this.showAlert(response.message, 'success')
......
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