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) { -
- -
- - - - - +
+ +
+ + + + + + + + + +
+
+ + + +
-
- - - - -
-
- -
+