audit di kaunter
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user