기소유예 대상자관리 의뢰취소 진행중

This commit is contained in:
hylee 2024-03-13 18:16:46 +09:00
parent 55f34ab9da
commit b3afff7183
3 changed files with 12 additions and 6 deletions

View File

@ -1886,8 +1886,8 @@ public class CndtnPrcsInfoMngController {
, HttpServletRequest request , HttpServletRequest request
) throws Exception { ) throws Exception {
//LoginVO loginVO = checkLoginUtil.getAuthLoginVO(); //권한에 따른 로그인 정보 가져오기 LoginVO loginVO = checkLoginUtil.getAuthLoginVO(); //권한에 따른 로그인 정보 가져오기
//SsoLoginVO ssoLoginVO = checkLoginUtil.getSSOLoginVO(request); //SSO 로그인 정보 가져오기 SsoLoginVO ssoLoginVO = checkLoginUtil.getSSOLoginVO(request); //SSO 로그인 정보 가져오기
//로그인 처리==================================== //로그인 처리====================================
@ -1903,7 +1903,7 @@ public class CndtnPrcsInfoMngController {
// model.addAttribute("fileListCnt", result.size()); // model.addAttribute("fileListCnt", result.size());
//대상 리스트, 페이징 정보 전달 //대상 리스트, 페이징 정보 전달
//model.addAttribute("info", info); model.addAttribute("loginId", loginVO.getId());
return "/oprtn/cndtnSspnIdtmt/popup/cnclStatusPopup"; return "/oprtn/cndtnSspnIdtmt/popup/cnclStatusPopup";
} }

View File

@ -44,9 +44,13 @@
function fn_updateCnclUpdate() { function fn_updateCnclUpdate() {
var v_msg = $('#rmrks').val(); var v_msg = $('#rmrks').val();
if(!v_msg){
alert("메모를 입력해 주세요");
return false;
}
window.opener.fn_popup_submit_cmmAjax(v_msg); window.opener.fn_popup_submit_cmmAjax(v_msg);
self.close(); // self.close();
} }
</script> </script>
</head> </head>
@ -60,7 +64,7 @@
<div class="area_popup"> <div class="area_popup">
<div class="cont_popup"> <div class="cont_popup">
<div class="pop_tb_tit01"> <div class="pop_tb_tit01">
<p>비공개 메모</p> <p>비공개 메모(<c:out value="${loginId }"/>)</p>
</div> </div>
<div> <div>
@ -85,7 +89,8 @@
<div class="btn_left"> <div class="btn_left">
</div> </div>
<div class="btn_center"> <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> <button type="button" class="btn_type02" onclick="window.close()">취소</button>
</div> </div>
<div class="btn_right"> <div class="btn_right">

View File

@ -567,6 +567,7 @@
function fn_popup_submit_cmmAjax(p_params){ function fn_popup_submit_cmmAjax(p_params){
console.log('???');
var sspnIdtmtTrgtOrdList = []; var sspnIdtmtTrgtOrdList = [];