이지우 - 민원인 첨부파일 관련 수정작업

This commit is contained in:
JIWOO 2025-03-19 18:31:44 +09:00
parent 41e58fe83f
commit 30d67f8a5b
7 changed files with 55 additions and 22 deletions

View File

@ -4102,12 +4102,6 @@ public class WebMediationController {
service.rceUpdate(paramMap);
paramMap.put("sts", "success");
//신청인 뉴스레터 INSERT
service2.selectApplcnt(paramMap);
}catch (Exception e) {
log.error("CHECK ERROR:",e);
@ -4389,7 +4383,7 @@ public class WebMediationController {
session.setAttribute("isGubun", "app");
session.setAttribute("isSeq", applCnt.get(i).get("SEQ_NO"));
status = true;
authType = "APP";
authType = "app";
}
}
}
@ -4401,7 +4395,7 @@ public class WebMediationController {
session.setAttribute("isGubun", "res");
session.setAttribute("isSeq", respondentCnt.get(i).get("SEQ_NO"));
status = true;
authType = "RES";
authType = "res";
}
}
}

View File

@ -1431,7 +1431,7 @@ private Logger log = Logger.getLogger(this.getClass());
@PathVariable(value="siteIdx") String siteIdx,
@PathVariable(value="siteMenuIdx") Integer siteMenuIdx){
if(SeedUtils.setReplaceNull(session.getAttribute("certName")).equals("")){
/*if(SeedUtils.setReplaceNull(session.getAttribute("certName")).equals("")){
map.put("siteIdx", "case");
map.put("url", "/web/user/mypage/case/01/168/myCheck.do");
map.put("message", "common.message.my.check");
@ -1439,13 +1439,17 @@ private Logger log = Logger.getLogger(this.getClass());
map.put("append", "");
map.put("self", "");
return new ModelAndView("/_common/jsp/umessage");
}*/
if(!FairnetUtils.ciCheck(map, session)) {
return new ModelAndView("/_common/jsp/umessage");
}
service.delReq(paramMap);
map.put("siteIdx", "case");
map.put("url", "/user/mypage/case/01/169/myMediationList.do");
map.put("url", "/web/user/mypage/case/01/169/myMediationList.do");
map.put("message", "user.message.mod");
map.put("opener", "");
map.put("append", "");

View File

@ -139,7 +139,8 @@
CASE_REASON3,
(SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = CR.CONSIGNMENT_GUBUN) AS CONSIGNMENT_GUBUN_NAME,
CONSIGNMENT_GUBUN,
DEL_GUBUN
DEL_GUBUN,
EXAMINER_ASSIGN
FROM C_RCEPTMST CR
WHERE RCEPT_NO = #{rceptNo}
</select>

View File

@ -33,9 +33,6 @@
<body>
<c:if test='${memberAuthM || memberGrant == "S"}'>
<div class="seedLayOutBtn"><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}'/>/siteLayOutSet.do?siteLayOutType=sub#siteLayOutSet" id="layOutEdit"><s:message code="common.button.layOut.edit"/></a></div>
</c:if>
<c:if test='${tSiteMenuDB._siteMenuSNS == "Y"}'>
<c:import url="/common/sns/${siteIdx}/${siteMenuIdx}.do"></c:import>

View File

@ -261,6 +261,26 @@
<dl class="blue_row_dl">
<c:choose>
<c:when test="${isGubun == 'app'}">
<dt>
피신청인 공개자료
</dt>
<dd>
<ul class="file_list fill">
<div class="cs-files fl">
<c:forEach items="${trublreqstmngCaseFileList}" var="file" varStatus="status">
<c:if test="${file.fileGubun == '4802000000' && file.fileAdd1 eq 'Y'}">
<div id="fileUploadAA${status.count}">
<ul class="file_list fill">
<li><a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}&downUserl=user" download="download"><span class="file_name">${file.fileName} (${file.regDt}, ${file.fileOwner})</span></a> <button type="button" class="btn only_icon round"><!-- <i class="icon delete gray_fill"></i> --></button></li>
</ul>
</div>
</c:if>
</c:forEach>
</div>
</ul>
</dd>
<dt>신청인 제출자료</dt>
<dd>
<c:if test="${caseAuthVO.caseAuthYn eq 'Y'}">
@ -307,7 +327,6 @@
</dd>
<dt>조정안 수락 여부 제출</dt>
<dd>
<div class="file_upload_wrap">
<c:if test="${caseAuthVO.caseAuthYn eq 'Y'}">
<div class="file_button">
<label for="upFile_2" class="file btn btn_text btn_40 darkblue_border" style="display:flex;justify-content:center;align-items:center;">파일선택</label>
@ -319,14 +338,24 @@
<c:if test="${file.fileGubun == '4819000000' and file.memberSeq eq isSeq}">
<div id="fileUploadP${status.count}">
<ul class="file_list fill">
<li><a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}&downUserl=user" download="download"><i class="icon file clip"></i><span class="file_name">${file.fileName} (${file.regDt}, ${file.fileOwner})</span></a> <button type="button" class="btn only_icon round"><!-- <i class="icon delete gray_fill"></i> --></button></li>
<li>
<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}&downUserl=user" download="download">
<span class="file_name">
${file.fileName} (${file.regDt}, ${file.fileOwner}) ${file.memberSeq} / ${isSeq}
</span>
</a>
<c:if test="${file.memberSeq eq isSeq}">
<button type="button" class="btn only_icon round" onclick="fileDel('${file.seqNo}', this);">
<i class="icon delete gray_fill"></i>
</button>
</c:if>
</li>
</ul>
</div>
</c:if>
</c:forEach>
</div>
</ul>
</div>
</dd>
</c:when>
<c:when test="${isGubun == 'res'}">
@ -400,7 +429,6 @@
</dd>
<dt>조정안 수락 여부 제출</dt>
<dd>
<div class="file_upload_wrap">
<c:if test="${caseAuthVO.caseAuthYn eq 'Y'}">
<div class="file_button">
<label for="upFile_4" class="file btn btn_text btn_40 darkblue_border" style="display:flex;justify-content:center;align-items:center;">파일선택</label>
@ -412,14 +440,24 @@
<c:if test="${file.fileGubun == '4820000000' and file.memberSeq eq isSeq}">
<div id="fileUploadP${status.count}">
<ul class="file_list fill">
<li><a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}&downUserl=user" download="download"><span class="file_name">${file.fileName} (${file.regDt}, ${file.fileOwner})</span></a> <button type="button" class="btn only_icon round"><!-- <i class="icon delete gray_fill"></i> --></button></li>
<li>
<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}&downUserl=user" download="download">
<span class="file_name">
${file.fileName} (${file.regDt}, ${file.fileOwner})
</span>
</a>
<c:if test="${file.memberSeq eq isSeq}">
<button type="button" class="btn only_icon round" onclick="fileDel('${file.seqNo}', this);">
<i class="icon delete gray_fill"></i>
</button>
</c:if>
</li>
</ul>
</div>
</c:if>
</c:forEach>
</div>
</ul>
</div>
</dd>
</c:when>
</c:choose>

View File

@ -844,7 +844,7 @@
<!-- //분쟁정보 -->
<div class="btn_wrap right">
<c:if test="${caseAuthVO.caseAuthYn eq 'Y'}">
<c:if test="${caseAuthVO.caseAuthYn eq 'Y' and caseAuthVO.caseAuthType eq 'reg' and empty recptmsData.EXAMINER_ASSIGN }">
<button type="button" class="btn btn_text btn_45 darkgray_border" onclick="javascript:delReq();">삭제</button>
</c:if>
<button type="button" class="btn btn_text btn_45 gray_fill" onclick="javascript:goList();">목록</button>

View File

@ -4820,7 +4820,6 @@ function docOpen(obj) {
var value = obj.value;
var seqNo = $(obj).parent().parent().find('input[class^="fileSeq_"]').val();
alert(seqNo);
if(confirm("공개여부를 변경 하시겠습니까?")){
$("#seqNo").val(seqNo);
$("#docOpen").val(value);