상세수정
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-02-05 10:36:12 +09:00
parent 8b77448128
commit 36355f75f3
12 changed files with 2939 additions and 1028 deletions

View File

@@ -274,11 +274,16 @@ if (!empty($regist2)) {
<th>단지명</th>
<td>
<input type="hidden" name="atcl_hscp_nm" id="atcl_hscp_nm"
value="<?= $data['hscp_nm'] ?>" />
<select class="form-select" name="atcl_hscp_no" id="atcl_hscp_no"
disabled="disabled">
<option value="">-</option>
</select>
value="<?= $data['hscp_nm'] ?>" />
<select class="form-select" name="atcl_hscp_no" id="atcl_hscp_no" disabled>
<option value="">-단지선택-</option>
<?php
foreach ($complexList['result'] as $complex): ?>
<option value="<?= $complex['rletNo'] ?>"
<?= ($complex['rletNo'] === $data['hscp_no']) ? 'selected' : '' ?>>
<?= $complex['rletNm'] ?>
<?php endforeach; ?>
</select>
</td>
<th>가격</th>
<td>