DONE: request online modal from pc to operasi, operasi can edit amount; WIP: customer detail confirmation form, retest pembiayaan online, notification if required

This commit is contained in:
ISMAIL MASSERAN
2026-08-24 10:59:37 +08:00
committed by ISMAIL MASSERAN
parent 73d74878d9
commit 00f26c2c99
17 changed files with 2577 additions and 29 deletions
+2 -4
View File
@@ -231,7 +231,6 @@
// 4️⃣ Hantar permohonan ke backend (Laravel)
const response = await fetch("{{ route('operasi.createkelulusan-anggota') }}", {
method: 'POST',
headers: {
"Content-Type": "application/json",
@@ -239,15 +238,14 @@
},
body: JSON.stringify({
mohon: "Assign Anggota",
noic: noic,
nokp: noic,
norujukan: norujukan,
komen: komen,
teller: "{{ Auth::user()->name }}",
tagoperasi: 1 // 1 = tunggu kelulusan operasi
})
console.log(`Response: ${response}`);
});
console.log(`Response: ${response}`);
const result = await response.json();