2025-01-15 15:37 삭제 추가
This commit is contained in:
parent
cda0dc5431
commit
74f8f06260
@ -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);
|
||||
@ -9736,6 +9747,9 @@ function docOpen(obj) {
|
||||
<c:if test="${masterData.statePro != '0405000000' && masterData.statePro != '0402000000' && masterData.statePro != '0401000000'}">
|
||||
<button type="button" id="preStepBtn" class="btn-default btn btn_text btn_46 subgray_border responsive">이전</button>
|
||||
</c:if>
|
||||
<c:if test="${masterData.statePro == '0401000000' && memberPosition == '0915000000'}">
|
||||
<button type="button" id="deleteInsBtn" class="btn-default btn btn_text btn_46 red_fill responsive">삭제</button>
|
||||
</c:if>
|
||||
</div>
|
||||
<div class="area_right">
|
||||
<c:if test="${masterData.statePro != '0405000000'}">
|
||||
@ -9745,7 +9759,6 @@ function docOpen(obj) {
|
||||
<button type="button" class="btn-default responsive btn btn_text btn_46 gray_fill returnList">목록</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</form:form>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user