Commit 68655f7a by Nakarin Luankla

UPDATE Import ข้อมูลเมนู การจัดการรายละเอียดงาน คุณสมบัติที่จำเป็นต่อการปฏิบัติหน้าที่

parent 3e106ed7
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
<div class="hs-overlay-open:mt-7 ti-modal-box mt-0 ease-out rounded-md"> <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"> <div class="ti-modal-header bg-primary !rounded-none !rounded-t-sm">
<h5 class="text-xxl font-bold text-white"> <h5 class="text-xxl font-bold text-white">
นำเข้า Job Competency นำเข้าคุณสมบัติที่จำเป็น
</h5> </h5>
</div> </div>
<div class="ti-modal-body max-h-full overflow-hidden ti-modal-content !rounded-t-none !rounded-b-sm"> <div class="ti-modal-body max-h-full overflow-hidden ti-modal-content !rounded-t-none !rounded-b-sm">
......
...@@ -106,7 +106,7 @@ export class SubJobQualificationsComponent { ...@@ -106,7 +106,7 @@ export class SubJobQualificationsComponent {
const formData = new FormData(); const formData = new FormData();
formData.append('file', this.selectedFile); formData.append('file', this.selectedFile);
this.loading = true this.loading = true
this.fileService.uploadExcel(formData, 'IMPORT_PROPERTY').subscribe({ this.fileService.uploadExcel(formData, 'MJOBCODE_PROPERTY').subscribe({
next: response => { next: response => {
if (response.success) { if (response.success) {
this.showAlert(response.message, '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