From 6d9752dca52b571f9b700a957571c34b7bcf91f7 Mon Sep 17 00:00:00 2001 From: Duidev Software House Date: Sun, 11 Jan 2026 10:07:12 +0700 Subject: [PATCH] update --- .../views/dokter/pemeriksaan.blade.php | 12 +++ htdocs/resources/views/dokter/ppds.blade.php | 38 +++++++++- .../views/dokter/ppdsdeveloper.blade.php | 74 +++++++++++++------ 3 files changed, 98 insertions(+), 26 deletions(-) diff --git a/htdocs/resources/views/dokter/pemeriksaan.blade.php b/htdocs/resources/views/dokter/pemeriksaan.blade.php index ba6c21ba..349cecd2 100644 --- a/htdocs/resources/views/dokter/pemeriksaan.blade.php +++ b/htdocs/resources/views/dokter/pemeriksaan.blade.php @@ -2116,6 +2116,12 @@ +
+ +
@@ -2213,6 +2219,12 @@ +
+ +
diff --git a/htdocs/resources/views/dokter/ppds.blade.php b/htdocs/resources/views/dokter/ppds.blade.php index 4567ccf4..064f7ae0 100644 --- a/htdocs/resources/views/dokter/ppds.blade.php +++ b/htdocs/resources/views/dokter/ppds.blade.php @@ -2068,8 +2068,8 @@
@@ -2172,6 +2172,12 @@
+
+ +
@@ -2269,6 +2275,12 @@ +
+ +
@@ -6632,6 +6644,28 @@ } }); }); + $("#id_bakteri01").on('change', function(){ + $.toast({ + heading: 'Bakteri Manual diUbah', + text: 'Jangan lupa untuk memilih kembali kelompok antibiotik manual dan menyimpannya (click tombol plus)', + position: 'top-right', + loaderBg: '#ff6849', + icon: 'info', + hideAfter: 3000, + stack: 1 + }); + }); + $("#id_bakteri02").on('change', function(){ + $.toast({ + heading: 'Bakteri Manual diUbah', + text: 'Jangan lupa untuk memilih kembali kelompok antibiotik manual dan menyimpannya (click tombol plus)', + position: 'top-right', + loaderBg: '#ff6849', + icon: 'info', + hideAfter: 3000, + stack: 1 + }); + }); }); @endpush diff --git a/htdocs/resources/views/dokter/ppdsdeveloper.blade.php b/htdocs/resources/views/dokter/ppdsdeveloper.blade.php index adf1a27f..86012ce3 100644 --- a/htdocs/resources/views/dokter/ppdsdeveloper.blade.php +++ b/htdocs/resources/views/dokter/ppdsdeveloper.blade.php @@ -43,7 +43,7 @@
-
Pilih Tanggal
+
Khusus Developer

@@ -60,7 +60,7 @@
-
Khusus Developer
+
Search by ?

@@ -865,12 +865,12 @@
-
+
-
+
@@ -904,12 +904,12 @@
-
+
-
+
@@ -925,12 +925,12 @@
-
+
-
+
@@ -2068,8 +2068,8 @@
@@ -2172,6 +2172,12 @@
+
+ +
@@ -2269,6 +2275,12 @@ +
+ +
@@ -5150,20 +5162,12 @@ }) } else if (statuse == 'Selesai' || statuse == 'Arsip') { var hakakses = "{{Session('previlage')}}"; - if (hakakses == 'supervisor'){ - $('#divreadonly').hide(); - $('#divperiksa').show(); - $('#divawal').hide(); - $('#btnsavedraft').hide(); - $('#divadendumketerangan').show(); - openlamanekpertise(); - } else { - swal({ - title : 'Ekspertise Final', - text : 'Hanya Akun SPV yang diperkenankan mengubah data Arsip', - type : 'warning', - }) - } + $('#divreadonly').hide(); + $('#divperiksa').show(); + $('#divawal').hide(); + $('#btnsavedraft').hide(); + $('#divadendumketerangan').show(); + openlamanekpertise(); } else { $('#divreadonly').hide(); $('#divperiksa').show(); @@ -6632,6 +6636,28 @@ } }); }); + $("#id_bakteri01").on('change', function(){ + $.toast({ + heading: 'Bakteri Manual diUbah', + text: 'Jangan lupa untuk memilih kembali kelompok antibiotik manual dan menyimpannya (click tombol plus)', + position: 'top-right', + loaderBg: '#ff6849', + icon: 'info', + hideAfter: 3000, + stack: 1 + }); + }); + $("#id_bakteri02").on('change', function(){ + $.toast({ + heading: 'Bakteri Manual diUbah', + text: 'Jangan lupa untuk memilih kembali kelompok antibiotik manual dan menyimpannya (click tombol plus)', + position: 'top-right', + loaderBg: '#ff6849', + icon: 'info', + hideAfter: 3000, + stack: 1 + }); + }); }); @endpush