diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index f698f442..f5efb58f 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -39,8 +39,8 @@ file_store: D:/z_temp_pro/itsm_file_upload auth_server: http://localhost:11000 api_server: http://localhost:11010 -# api_search_server: http://192.168.8.138:48381 # 개발 - api_search_server: http://192.168.8.138:49381 # 운영 + api_search_server: http://192.168.8.138:48381 # 개발 +# api_search_server: http://192.168.8.138:49381 # 운영 sendmail: id: tW9kMpd3SiAnf3RQBOZapw== password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8= diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckDetail.jsp index 192d35fc..6ef646e6 100644 --- a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckDetail.jsp @@ -695,6 +695,11 @@ + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportOtherDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportOtherDetail.jsp index 229ff0ae..35e036ce 100644 --- a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportOtherDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportOtherDetail.jsp @@ -691,6 +691,14 @@ + + + + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskReqList.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskReqList.jsp index c97a8416..0c9d4207 100644 --- a/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskReqList.jsp +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskReqList.jsp @@ -43,7 +43,7 @@ //---------------------------------------- // 검색 // ---------------------------------------- - function fncSearchSvcDeskList() + function fncSearchSvcDeskReqList() { linkPage(1); } @@ -74,29 +74,8 @@ // ---------------------------------------- function linkPage(pageIndex) { - var arComplete = []; // 처리상태 - var arStatus = []; // 승인상태 - - if($("#chk2_1").is(":checked")) arComplete.push("0"); - if($("#chk2_2").is(":checked")) arComplete.push("1"); - - if($("#chk1_1").is(":checked")) arStatus.push("0"); - if($("#chk1_2").is(":checked")) arStatus.push("1"); - if($("#chk1_3").is(":checked")) arStatus.push("2"); - if($("#chk1_4").is(":checked")) arStatus.push("3"); - - console.log("arComplete =>" + arComplete); - console.log("arStatus =>" + arStatus); - - $("#complete").val(arComplete.join(",")); - $("#status" ).val(arStatus.join(",")); - - console.log("complete =>" + complete); - console.log("status =>" + status); - - document.listForm.pageIndex.value = pageIndex; - // 2025.12.04 나혁제 한페이지당 목록건수 추가 - document.listForm.pageUnit.value = document.listForm.selPageSize.value; + document.listForm.pageIndex.value = pageIndex; + // document.listForm.pageUnit.value = document.listForm.selPageSize.value; document.listForm.action = ""; document.listForm.submit(); @@ -146,7 +125,7 @@
- +
@@ -229,8 +208,7 @@ - - +