상세수정

This commit is contained in:
yangsh
2026-02-05 14:09:49 +09:00
parent 790216404c
commit 4a8178b185
10 changed files with 2052 additions and 855 deletions

View File

@@ -43,7 +43,7 @@ $usr_level = session('usr_level');
<div class="col-12">
<form action="">
<input type="hidden" name="work_type" id="work_type" value="<?= $data['work_type'] ?>" />
<input type="hidden" name="atcl_no" id="atcl_no" value="<?= $data['atcl_no'] ?>" />
<input type="hidden" name="atcl_no" value="<?= $data['atcl_no'] ?>" />
<input type="hidden" name="vr_sq" id="vr_sq" value="<?= $data['vr_sq'] ?>" />
<input type="hidden" name="fax_sq" id="fax_sq" value="<?= $data['fax_sq'] ?>" />
<input type="hidden" name="file_type" id="file_type" value="" />
@@ -153,7 +153,7 @@ $usr_level = session('usr_level');
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"
@@ -669,25 +669,29 @@ $usr_level = session('usr_level');
return;
}
location.replace("<?= site_url('m709/m709a/detail') ?>/" + atclNo);
/*
$.getJSON("/m709/m709a/getArticleInfo?&atcl_no=" + atclNo, function (res) {
if (res.code == '0') {
if (res.vr_sq != null) {
location.replace("<?= site_url('m708/m708a/detail') ?>/" + vr_sq);
} else {
swal.fire({
title: "매물 조회에 실패했습니다.",
icon: "warning"
});
}
} else {
swal.fire({
title: "매물 조회에 실패했습니다.",
icon: "warning"
});
}
} else {
swal.fire({
title: "잠시후 다시 시도해 주세요.",
icon: "warning"
});
}
swal.fire({
title: "잠시후 다시 시도해 주세요.",
icon: "warning"
});
}
});
*/
}

File diff suppressed because it is too large Load Diff