From 74f8f062608b98ad5e482ea0a9b3b913f48646db Mon Sep 17 00:00:00 2001 From: myname Date: Wed, 15 Jan 2025 15:38:08 +0900 Subject: [PATCH] =?UTF-8?q?2025-01-15=2015:37=20=EC=82=AD=EC=A0=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_extra/gtm/trublprocessmng/rceptEdit.jsp | 47 ++++++++++++------- 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp index 4ece8f16..fb4e45a6 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp @@ -716,6 +716,17 @@ $("#periodCalulation").click(function(){ } }); + $("#deleteInsBtn").click(function(){ + if(confirm("삭제 하시겠습니까?")){ + $("#type").val("MASTER_DELETE"); + var param = jQuery('#frm').serialize(); + url = "/gtm/case/trublreqstmng/ajax/masterDelete.do"; + XHR2(url, param, function(r){ + location.href='/gtm/case/trublprocessmng/trublprocessmngList/TrublprocessmngPagingList.do'; + }); + } + }); + $(".regIns").click(function() { if($("#mediationSmall") != undefined){ $("#mediationSmall").attr("readonly",false); @@ -9727,26 +9738,28 @@ function docOpen(obj) { -
- -
- - - - - +
+ +
+ + + + + + + + + +
+
+ + + +
-
- - - - -
-
- -
+