fix search like in quick search and pbg data

This commit is contained in:
arifal hidayat
2025-08-19 01:40:28 +07:00
parent 68e9d5eebf
commit 0111ab14e1
4 changed files with 92 additions and 18 deletions

View File

@@ -80,20 +80,21 @@ class PbgTasks {
const config = {
columns: [
"ID",
{ name: "Name" },
{ name: "Condition" },
"Registration Number",
"Document Number",
{ name: "Address" },
{ name: "Nama Pemohon" },
{ name: "Nama Pemilik" },
{ name: "Kondisi" },
"Nomor Registrasi",
"Nomor Dokumen",
{ name: "Alamat" },
"Status",
"Function Type",
"Consultation Type",
{ name: "Due Date" },
"Jenis Fungsi",
"Jenis Konsultasi",
{ name: "Tanggal Jatuh Tempo" },
{
name: "Retribution",
name: "Retribusi",
},
{
name: "Action",
name: "Aksi",
formatter: (cell) => {
let canUpdate =
tableContainer.getAttribute("data-updater") === "1";
@@ -188,6 +189,7 @@ class PbgTasks {
data.data.map((item) => [
item.id,
item.name,
item.owner_name,
item.condition,
item.registration_number,
item.document_number,

View File

@@ -93,6 +93,56 @@
])
@endcomponent
<div class="square dia-top-right-bottom-left" style="top:80px;left:1050px;width:150px;height:150px;">
</div>
<div class="square dia-top-right-bottom-left" style="top:200px;left:1080px;width:150px;height:70px;">
</div>
<div style="position: absolute; top: 50px; left: 900px; width: 200px; height: 200px; ">
<x-custom-circle title="RAB dan Gambar" size="medium" style="background-color: #da6635;float:left;margin-left:250px;"
visible_data="true" data_id="business-rab-count" data_count="0"
document_url="{{ route('web-spatial-plannings.index', ['menu_id' => $menus->where('url','web-spatial-plannings.index')->first()->id]) }}"
/>
</div>
<div style="position: absolute; top: 160px; left: 900px; width: 200px; height: 200px; ">
<x-custom-circle title="KRK" size="medium" style="background-color: #da6635;float:left;margin-left:250px;"
visible_data="true" data_id="business-krk-count" data_count="0"
document_url="{{ route('web-spatial-plannings.index', ['menu_id' => $menus->where('url','web-spatial-plannings.index')->first()->id]) }}"
/>
</div>
<div class="square dia-top-right-bottom-left" style="top:390px;left:1050px;width:150px;height:70px;">
</div>
<div class="square dia-top-right-bottom-left" style="top:490px;left:1070px;width:150px;height:10px;">
</div>
<div class="square dia-top-left-bottom-right" style="top:490px;left:1030px;width:150px;height:120px;">
</div>
<div style="position: absolute; top: 350px; left: 900px; width: 200px; height: 200px; ">
<x-custom-circle title="RAB dan Gambar" size="medium" style="background-color: #da6635;float:left;margin-left:250px;"
visible_data="true" data_id="non-business-rab-count" data_count="0"
document_url="{{ route('web-spatial-plannings.index', ['menu_id' => $menus->where('url','web-spatial-plannings.index')->first()->id]) }}"
/>
</div>
<div style="position: absolute; top: 460px; left: 900px; width: 200px; height: 200px; ">
<x-custom-circle title="KRK" size="medium" style="background-color: #da6635;float:left;margin-left:250px;"
visible_data="true" data_id="non-business-krk-count" data_count="0"
document_url="{{ route('web-spatial-plannings.index', ['menu_id' => $menus->where('url','web-spatial-plannings.index')->first()->id]) }}"
/>
</div>
<div style="position: absolute; top: 570px; left: 900px; width: 200px; height: 200px; ">
<x-custom-circle title="DLH" size="medium" style="background-color: #da6635;float:left;margin-left:250px;"
visible_data="true" data_id="non-business-dlh-count" data_count="0"
document_url="{{ route('web-spatial-plannings.index', ['menu_id' => $menus->where('url','web-spatial-plannings.index')->first()->id]) }}"
/>
</div>
@component('components.circle', [
'document_title' => 'Usaha',
'document_color' => '#5e7c89',