From 17ddba663940f33fbee6bafa5f4ae0f3afe0902f Mon Sep 17 00:00:00 2001 From: Afiq Hamzah Date: Sun, 7 Jan 2024 16:36:08 +0800 Subject: [PATCH] Add radio sag hilang action --- resources/views/khazanah/v2/info.blade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/views/khazanah/v2/info.blade.php b/resources/views/khazanah/v2/info.blade.php index ed0aec7..3cfdd5a 100644 --- a/resources/views/khazanah/v2/info.blade.php +++ b/resources/views/khazanah/v2/info.blade.php @@ -651,6 +651,7 @@ $.each(data,function(index,gadai_detail){ if(gadai_detail['trkhtuntut'] == null){ tablelelong.row.add([ + '', counter, '' + gadai_detail['norujukan'] + '', gadai_detail['t_lelong'], @@ -664,6 +665,7 @@ $.each(data,function(index,gadai_detail){ '' ]).draw(); }else{ + '', tablelelong.row.add([ counter, '' + gadai_detail['norujukan'] + '', @@ -1059,7 +1061,7 @@ $.each(data,function(index,gadai_detail){ var urlroute = '{{ route("resit.khazanah.tebus", ":id") }}'; urlroute = urlroute.replace(':id', tebusaz['norujukan']); } - + } break; @@ -1390,7 +1392,7 @@ $.each(data,function(index,gadai_detail){ allowOutsideClick: false, }); } - + }, error: function (request, status, error) {