From 41e9811de4252cc1cc96bc6b372b66fcfc92eb7c Mon Sep 17 00:00:00 2001 From: itn Date: Fri, 4 Aug 2023 11:01:58 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EC=97=85=ED=9A=8C=EC=9B=90,=20?= =?UTF-8?q?=EB=B0=9C=EC=8B=A0=EB=B2=88=ED=98=B8=20=EC=B2=A8=EB=B6=80?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EB=B7=B0=EC=96=B4=EC=97=90=20=EC=8A=B9?= =?UTF-8?q?=EC=9D=B8/=EB=B0=98=EB=A0=A4=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../let/mjo/msg/web/MjonMsgController.java | 35 +- .../cmm/uss/umt/EgovMberCmpHstListByType.jsp | 20 +- .../WEB-INF/jsp/uss/ion/msg/pdfView.jsp | 394 +++++++++++++++++- .../WEB-INF/jsp/uss/ion/msg/pdfViewPhone.jsp | 37 +- 4 files changed, 463 insertions(+), 23 deletions(-) diff --git a/src/main/java/itn/let/mjo/msg/web/MjonMsgController.java b/src/main/java/itn/let/mjo/msg/web/MjonMsgController.java index b96210cd..3a70b678 100644 --- a/src/main/java/itn/let/mjo/msg/web/MjonMsgController.java +++ b/src/main/java/itn/let/mjo/msg/web/MjonMsgController.java @@ -5049,14 +5049,25 @@ public class MjonMsgController { // 파라미터 String docuDiv = request.getParameter("docuDiv"); - String atchFileId = request.getParameter("atchFileId"); - String workAtchFileId = request.getParameter("workAtchFileId"); - String mberNm = request.getParameter("mberNm"); - String bizNo = request.getParameter("bizNo"); - String ceoNm = request.getParameter("ceoNm"); String hstManagerNm = request.getParameter("hstManagerNm"); String hstMbtlNum = request.getParameter("hstMbtlNum"); - + String cmphstId = request.getParameter("cmphstId"); + String atchFileId = request.getParameter("atchFileId"); + String workAtchFileId = request.getParameter("workAtchFileId"); + + // 조회 + MberCmpHstVO mberCmpHstVO = new MberCmpHstVO(); + mberCmpHstVO.setCmphstId(cmphstId); + mberCmpHstVO = egovMberCmpHstService.selectMberCmpHstDetail(mberCmpHstVO); + String hstSttus = mberCmpHstVO.getHstSttus(); + String hstType = mberCmpHstVO.getHstType(); + String mberNm = mberCmpHstVO.getMberNm(); + String bizNo = mberCmpHstVO.getBizNo(); + String ceoNm = mberCmpHstVO.getCeoNm(); + String mberId = mberCmpHstVO.getMberId(); + String managerNm = mberCmpHstVO.getManagerNm(); + String mbtlNum = mberCmpHstVO.getMbtlNum(); + if (docuDiv.equals("2")) { fileVO.setAtchFileId(workAtchFileId); } @@ -5092,7 +5103,15 @@ public class MjonMsgController { model.addAttribute("ceoNm", ceoNm); model.addAttribute("hstManagerNm", hstManagerNm); model.addAttribute("hstMbtlNum", hstMbtlNum); - + model.addAttribute("hstSttus", hstSttus); + model.addAttribute("cmphstId", cmphstId); + model.addAttribute("hstType", hstType); + model.addAttribute("mberId", mberId); + model.addAttribute("managerNm", managerNm); + model.addAttribute("mbtlNum", mbtlNum); + model.addAttribute("atchFileSttus", mberCmpHstVO.getAtchFileSttus()); + model.addAttribute("workAtchFileSttus", mberCmpHstVO.getWorkAtchFileSttus()); + return "/uss/ion/msg/pdfView"; } @@ -5127,6 +5146,7 @@ public class MjonMsgController { List fileList = fileService.selectFileInfs(fileVO); model.addAttribute("fileList", fileList); + // 파라미터 String phmId = request.getParameter("phmId"); String managerNm = request.getParameter("managerNm"); String dept = request.getParameter("dept"); @@ -5134,6 +5154,7 @@ public class MjonMsgController { String phmAuthTypeTxt = request.getParameter("phmAuthTypeTxt"); String ownerName = request.getParameter("ownerName"); + // 조회 MjPhoneMemberVO mjPhoneMemberVO = new MjPhoneMemberVO(); mjPhoneMemberVO = mjonMsgService.selectSendPhoneNumberByPhmId(phmId); String phoneNumber = mjPhoneMemberVO.getPhoneNumber(); diff --git a/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovMberCmpHstListByType.jsp b/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovMberCmpHstListByType.jsp index 1d6d0d46..3b3e5a39 100644 --- a/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovMberCmpHstListByType.jsp +++ b/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovMberCmpHstListByType.jsp @@ -22,7 +22,7 @@ $( document ).ready(function() { }); // PdfView -function pdfViewPop(docuDiv,atchFileId,workAtchFileId,mberNm,bizNo,ceoNm,hstManagerNm,hstMbtlNum) { +function pdfViewPop(docuDiv,atchFileId,workAtchFileId,mberNm,bizNo,ceoNm,hstManagerNm,hstMbtlNum,hstSttus,cmphstId,hstType,mberId,managerNm,mbtlNum) { document.pdfForm.docuDiv.value = docuDiv; document.pdfForm.atchFileId.value = atchFileId; document.pdfForm.workAtchFileId.value = workAtchFileId; @@ -32,6 +32,12 @@ function pdfViewPop(docuDiv,atchFileId,workAtchFileId,mberNm,bizNo,ceoNm,hstMana document.pdfForm.ceoNm.value = ceoNm; document.pdfForm.hstManagerNm.value = hstManagerNm; document.pdfForm.hstMbtlNum.value = hstMbtlNum; + document.pdfForm.hstSttus.value = hstSttus; + document.pdfForm.cmphstId.value = cmphstId; + document.pdfForm.hstType.value = hstType; + document.pdfForm.mberId.value = mberId; + document.pdfForm.managerNm.value = managerNm; + document.pdfForm.mbtlNum.value = mbtlNum; window.open("about:blank", 'pdfPopup', 'width=1020, height=800, top=100, left=0, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=no, location=no, scrollbars=no'); document.pdfForm.action = ""; document.pdfForm.target = "pdfPopup"; @@ -294,7 +300,13 @@ function fnSetCalMonth(val) { - + + + + + + +
@@ -473,7 +485,7 @@ function fnSetCalMonth(val) { - + @@ -485,7 +497,7 @@ function fnSetCalMonth(val) { - + diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp index 527a3d57..92ffa684 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp @@ -29,7 +29,7 @@ - + @@ -40,12 +40,33 @@ html { overflow-x: hidden; overflow-y: auto; } + +input[type="checkbox"]{display: inline;} +input[type="checkbox"] { + width: 1.263rem; + height: 1.263rem; + margin-right: 25px; + border: 1px solid var(--color-gray); + border-radius: 50%; + cursor: pointer; + position: relative; + vertical-align: middle; +} @@ -71,7 +335,8 @@ function pdfViewPop(docuDiv) { - + + @@ -80,7 +345,8 @@ function pdfViewPop(docuDiv) { 대표자 담당자 휴대폰 - 다운로드 + 사업자 + 재직 @@ -90,6 +356,21 @@ function pdfViewPop(docuDiv) { ${ceoNm} ${hstManagerNm} ${hstMbtlNum} + + + + + + + + + + + + + + + <%-- @@ -104,11 +385,110 @@ function pdfViewPop(docuDiv) { + --%> + +

+ +
+

사업자정보 검증

+
+
+ + + + + + + + + + + + +
+ +     + + + + + + + +
+
+ + +
+ + +
@@ -159,6 +539,12 @@ function pdfViewPop(docuDiv) { + + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfViewPhone.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfViewPhone.jsp index 677685df..4836b4bc 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfViewPhone.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfViewPhone.jsp @@ -146,21 +146,42 @@ function authYnC() { } -// 반려화면 Call +//반려화면 Call function setRejectAreaCall(sType) { if (sType == "SHOW") { if ($("#rejectArea").css("display") == "block") { - $("#rejectArea").hide(); + //반려 Hide + setRejectAreaHide(); } else { - $("#rejectArea").show(); + // 반려 Show + setRejectAreaShow(); } } else { - $("#rejectArea").hide(); + //반려 Hide + setRejectAreaHide(); } } +// 반려 Show +function setRejectAreaShow() { + $("#rejectArea").show(); + + $("#btnReject").text("반려 CLOSE"); + $("#btnReject").removeClass("btnType1"); + $("#btnReject").addClass("btnType2"); +} + +//반려 Hide +function setRejectAreaHide() { + $("#rejectArea").hide(); + + $("#btnReject").text("반려 OPEN"); + $("#btnReject").removeClass("btnType2"); + $("#btnReject").addClass("btnType1"); +} + @@ -294,15 +315,15 @@ function setRejectAreaCall(sType) { - + -
${requiredDocuments} + - - + +