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

This commit is contained in:
yangsh
2026-02-04 13:47:29 +09:00
parent 99ea553d9a
commit c7856394c0
4 changed files with 8 additions and 6 deletions

View File

@@ -163,7 +163,7 @@
style="max-width: 320px;">
<input type="text" class="form-control"
name="atcl_no" id="atcl_no"
value="<?= $data['atcl_no'] ?>" maxlength="10"
value="<?= $data['fax_sq'] ?>" maxlength="10"
placeholder="매물번호 입력">
<button type="button"
class="btn btn-outline-primary"
@@ -1578,7 +1578,7 @@
}
Swal.fire({
title: msg,
title: "매물조회 실패",
icon: "error"
})
},