This commit is contained in:
afiq
2021-10-03 03:19:11 +08:00
parent d2443aa3e6
commit 7a2880f43c
11 changed files with 113 additions and 49 deletions
+8 -4
View File
@@ -450,7 +450,8 @@
data: {
"_token": "{{ csrf_token() }}",
"norujukan" : norujuk,
"recno" : recnozz[1]
"recno" : recnozz[1],
"teller": "{{ Auth::user()->name }}"
},
success:function(data){
location.reload();
@@ -551,7 +552,8 @@
'harga' : harga_edit,
'n_marhun' : nilai_marhun_edit,
'marhun' : marhun_edit,
'nota' : nota
'nota' : nota,
"teller": "{{ Auth::user()->name }}"
},
success:function(data){
getMarhun(norujukedit);
@@ -640,7 +642,8 @@
'karat' : karat,
'berat_emas' :berat_emas,
'harga' : harga,
'nilai_marhun' : nilai_marhun
'nilai_marhun' : nilai_marhun,
'teller' : "{{ Auth::user()->name }}"
},
success:function(data){
$('#nota').val('').trigger("change");
@@ -736,7 +739,8 @@
'karat' : karat,
'berat_emas' :berat_emas,
'harga' : harga,
'nilai_marhun' : nilai_marhun
'nilai_marhun' : nilai_marhun,
'teller' : "{{ Auth::user()->name }}"
},
success:function(data){
$('#nota').val('').trigger("change");