Merge branch 'hylee'

This commit is contained in:
hylee 2024-03-22 12:53:26 +09:00
commit 68130a37cd

View File

@ -109,7 +109,7 @@ function fncGoList(status) {
linkForm.action = "<c:url value='/web/kccadr/adjstExp/adjstIncidentList.do'/>";
linkForm.submit();
}
function fn_adjstReq_preview() {
function fn_adjstReq_preview01() {
window.open("/web/kccadr/adjst/report/adjstReqReportAjax.do?adrSeq=ADR_0000000000003430");
}
@ -248,7 +248,7 @@ function fn_adjstReq_preview() {
<div class="btn_wrap btn_layout03">
<div class="btn_left"><button type="button" class="btnType04 btn_move" onclick="AdjstReq.fncGoPrev();">2단계이동</button></div>
<div class="btn_right">
<button type="button" class="btnType06 btn_preview" onclick="fn_adjstReq_preview(); return false;" title="새창열림">미리보기</button>
<button type="button" class="btnType06 btn_preview" onclick="fn_adjstReq_preview01(); return false;" title="새창열림">미리보기</button>
<button type="button" class="btnType01 insert temporaryBtn">임시저장</button>
<div class="hover_content_wrap" style="display: inline-block;">
<button type="button" class="btnType02 btn_save" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_SMT}' />'); return false;">조정신청서 제출</button>