공통데이터 관리 수정

This commit is contained in:
yangsh
2025-12-31 15:11:40 +09:00
parent 38444fcb4f
commit 04a06f1781
36 changed files with 1351 additions and 139 deletions

View File

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