This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user