Fix create marhun batu permata for PS feature
This commit is contained in:
@@ -672,7 +672,7 @@
|
||||
method:'POST',
|
||||
url: api_url + '/api/marhun/'+kodcaw,
|
||||
dataType:'json',
|
||||
data: JSON.stringify({
|
||||
data: {
|
||||
'norujukan': norujukan,
|
||||
'marhun' : marhun,
|
||||
'nota':nota,
|
||||
@@ -683,7 +683,7 @@
|
||||
'harga' : harga,
|
||||
'nilai_marhun' : nilai_marhun,
|
||||
'teller' : "{{ Auth::user()->name }}",
|
||||
}),
|
||||
},
|
||||
success:function(data){
|
||||
$("#tambah_marhun").prop('disabled', false);
|
||||
$("#terima_marhun").prop('disabled', false);
|
||||
@@ -800,7 +800,7 @@
|
||||
method:'POST',
|
||||
url: api_url + '/api/marhun/'+kodcaw,
|
||||
dataType:'json',
|
||||
data: JSON.stringify({
|
||||
data: {
|
||||
'norujukan': norujukan,
|
||||
'marhun' : marhun,
|
||||
'nota':nota,
|
||||
@@ -811,7 +811,7 @@
|
||||
'harga' : harga,
|
||||
'nilai_marhun' : nilai_marhun,
|
||||
'teller' : "{{ Auth::user()->name }}"
|
||||
}),
|
||||
},
|
||||
success:function(data){
|
||||
$("#tambah_marhun").prop('disabled', false);
|
||||
$("#terima_marhun").prop('disabled', false);
|
||||
|
||||
Reference in New Issue
Block a user