평면도 상세 화면 추가

This commit is contained in:
yangsh
2025-12-26 18:02:57 +09:00
parent 06e266425c
commit ab39be9602
5 changed files with 181 additions and 2 deletions

View File

@@ -673,8 +673,9 @@
const rowData = table.row(this).data();
if (!rowData) return;
// const id = rowData.rcpt_no;
// location.href = "<?= site_url('article/apt/detail') ?>/" + id;
const rcpt_no = rowData.rcpt_no;
const hscp_no = rowData.hscp_no;
location.href = "<?= site_url('article/apt/ground/detail') ?>/" + rcpt_no + "/" + hscp_no;
});
$('#btnSearch').on('click', function () {