기소유예 대상자관리 의뢰취소 진행중
This commit is contained in:
parent
55f34ab9da
commit
b3afff7183
@ -1886,8 +1886,8 @@ public class CndtnPrcsInfoMngController {
|
||||
, HttpServletRequest request
|
||||
) throws Exception {
|
||||
|
||||
//LoginVO loginVO = checkLoginUtil.getAuthLoginVO(); //권한에 따른 로그인 정보 가져오기
|
||||
//SsoLoginVO ssoLoginVO = checkLoginUtil.getSSOLoginVO(request); //SSO 로그인 정보 가져오기
|
||||
LoginVO loginVO = checkLoginUtil.getAuthLoginVO(); //권한에 따른 로그인 정보 가져오기
|
||||
SsoLoginVO ssoLoginVO = checkLoginUtil.getSSOLoginVO(request); //SSO 로그인 정보 가져오기
|
||||
|
||||
//로그인 처리====================================
|
||||
|
||||
@ -1903,7 +1903,7 @@ public class CndtnPrcsInfoMngController {
|
||||
// model.addAttribute("fileListCnt", result.size());
|
||||
|
||||
//대상 리스트, 페이징 정보 전달
|
||||
//model.addAttribute("info", info);
|
||||
model.addAttribute("loginId", loginVO.getId());
|
||||
|
||||
return "/oprtn/cndtnSspnIdtmt/popup/cnclStatusPopup";
|
||||
}
|
||||
|
||||
@ -44,9 +44,13 @@
|
||||
|
||||
function fn_updateCnclUpdate() {
|
||||
var v_msg = $('#rmrks').val();
|
||||
if(!v_msg){
|
||||
alert("메모를 입력해 주세요");
|
||||
return false;
|
||||
}
|
||||
|
||||
window.opener.fn_popup_submit_cmmAjax(v_msg);
|
||||
self.close();
|
||||
// self.close();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
@ -60,7 +64,7 @@
|
||||
<div class="area_popup">
|
||||
<div class="cont_popup">
|
||||
<div class="pop_tb_tit01">
|
||||
<p>비공개 메모</p>
|
||||
<p>비공개 메모(<c:out value="${loginId }"/>)</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
@ -85,7 +89,8 @@
|
||||
<div class="btn_left">
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
<button type="button" class="btn_type05" onclick="fn_updateCnclUpdate(30, 40, '취소');">등록</button>
|
||||
<!-- <button type="button" class="btn_type05" onclick="fn_updateCnclUpdate(30, 40, '취소');">등록</button> -->
|
||||
<button type="button" class="btn_type05" id="test" onclick="fn_updateCnclUpdate();">등록</button>
|
||||
<button type="button" class="btn_type02" onclick="window.close()">취소</button>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
|
||||
@ -567,6 +567,7 @@
|
||||
|
||||
function fn_popup_submit_cmmAjax(p_params){
|
||||
|
||||
console.log('???');
|
||||
var sspnIdtmtTrgtOrdList = [];
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user