fix sag hilang
This commit is contained in:
@@ -2852,7 +2852,7 @@ class KhazanahController extends Controller
|
|||||||
event(new NotifikasiAGH($auth_user['cawangan'],'Tak boleh generate dah kerana sudah digenerate dah.','error',$auth_user['name']));
|
event(new NotifikasiAGH($auth_user['cawangan'],'Tak boleh generate dah kerana sudah digenerate dah.','error',$auth_user['name']));
|
||||||
$daftar = 400;
|
$daftar = 400;
|
||||||
}else{
|
}else{
|
||||||
$daftarpolis = Http::withOptions(['verify' => config('app.api_verify')])->post(config('api.url').'/api/polis/create/',[
|
$daftarpolis = Http::withOptions(['verify' => config('app.api_verify')])->post(config('api.url').'/api/polis/create',[
|
||||||
|
|
||||||
'kodcaw' =>$auth_user['cawangan'],
|
'kodcaw' =>$auth_user['cawangan'],
|
||||||
'norujukan' => $request->norujukanhidden,
|
'norujukan' => $request->norujukanhidden,
|
||||||
|
|||||||
@@ -765,7 +765,7 @@
|
|||||||
}).then(function(){
|
}).then(function(){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
method:'put',
|
method:'put',
|
||||||
url: api_url + '/api/polis/put/',
|
url: api_url + '/api/polis/put',
|
||||||
data: {
|
data: {
|
||||||
'kodcaw': "{{ $cawangan_info['kodcaw'] }}",
|
'kodcaw': "{{ $cawangan_info['kodcaw'] }}",
|
||||||
'norujukan': norujukan,
|
'norujukan': norujukan,
|
||||||
|
|||||||
Reference in New Issue
Block a user