audit di kaunter

This commit is contained in:
Ain Izazi
2025-01-19 15:09:37 +08:00
committed by dev_kopkb
parent e5666e1106
commit 1058ece282
6 changed files with 214 additions and 159 deletions
+4 -3
View File
@@ -1549,7 +1549,7 @@
let nota = $('#notawakil').val();
let nokp = $('#nokpwakil').val();
let norujukan = $('#norujukanwakil').val();
let teller = "{{ Auth::user()->name }}";
$.ajax({
method:'POST',
@@ -1563,7 +1563,8 @@
"alamat" : alamat,
"telefon" : telefon,
"nota" : nota,
"icno" : nokp
"icno" : nokp,
"teller" : teller
},
success:function(data){
@@ -2577,7 +2578,7 @@
$.ajax({
method:"put",
url: api_url + "/api/customers/update/kaunter/" + nokp,
url: api_url + "/api/customers/update/kaunter/" + nokp+ "/" + kodcaw,
data:{
"namateller" : "{{ Auth::user()->name }}",
"telefon1": telefon1,