refactor:체험하기 목록 수정
This commit is contained in:
parent
714ece4b42
commit
d56173e860
@ -104,7 +104,7 @@
|
||||
<div class="cont_wrap sub02_1" id="sub">
|
||||
<div class="inner">
|
||||
<div class="cont_tit">
|
||||
<h2>[체험] 조정사건 목록</h2>
|
||||
<h2>[체험] 조정사건 목록<c:out value="${adjstIncidentVO.searchStatus = null ? 'A' : adjstIncidentVO.searchStatus}" /></h2>
|
||||
</div>
|
||||
|
||||
<!-- list_top -->
|
||||
|
||||
@ -79,6 +79,14 @@ $( document ).ready(function(){
|
||||
|
||||
});
|
||||
|
||||
function fncGoList(status) {
|
||||
var linkForm = document.expGoDetail;
|
||||
linkForm.searchStatus.value = status;
|
||||
linkForm.action = "<c:url value='/web/kccadr/adjstExp/adjstIncidentList.do'/>";
|
||||
linkForm.submit();
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
@ -212,7 +220,7 @@ $( document ).ready(function(){
|
||||
<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="btnType02 btn_save" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_SMT}' />'); return false;">조정신청서 제출</button>
|
||||
<button type="button" class="btnType02 btn_save" onClick="fncGoList(''); return false;">조정신청서 제출</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //하단 버튼 -->
|
||||
@ -220,7 +228,9 @@ $( document ).ready(function(){
|
||||
</div>
|
||||
<!-- //cont -->
|
||||
</form:form>
|
||||
<form name="expGoDetail" id="expGoDetail" action="<c:url value='/web/kccadr/adjstExp/adjstIncidentList.do'/>">
|
||||
|
||||
<form name="expGoDetail" id="expGoDetail" method="post" action="<c:url value='/web/kccadr/adjstExp/adjstIncidentList.do'/>">
|
||||
<input type="hidden" name="searchStatus" value="" />
|
||||
<%-- <input type="hidden" name="adrSeq" id="adrSeq" value="${adjstReqVO.adrSeq }"/> --%>
|
||||
<%-- <input type="hidden" name="adrSn" id="adrSn" value="${adjstReqVO.adrSn }"/> --%>
|
||||
</form>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user