audit di kaunter

This commit is contained in:
Ain Izazi
2025-01-19 15:09:37 +08:00
parent 67fdd7610b
commit 5f3ccdc0a1
6 changed files with 214 additions and 159 deletions
+4 -3
View File
@@ -1562,7 +1562,7 @@
let nota = $('#notawakil').val();
let nokp = $('#nokpwakil').val();
let norujukan = $('#norujukanwakil').val();
let teller = "{{ Auth::user()->name }}";
$.ajax({
method:'POST',
@@ -1576,7 +1576,8 @@
"alamat" : alamat,
"telefon" : telefon,
"nota" : nota,
"icno" : nokp
"icno" : nokp,
"teller" : teller
},
success:function(data){
@@ -2590,7 +2591,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,