diff --git a/src/main/webapp/WEB-INF/jsp/fims/rent/rent02050-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/rent/rent02050-main.jsp
index 92750c33..c82b9490 100644
--- a/src/main/webapp/WEB-INF/jsp/fims/rent/rent02050-main.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fims/rent/rent02050-main.jsp
@@ -99,19 +99,19 @@
-
-
-
@@ -123,7 +123,7 @@
-
@@ -505,12 +505,15 @@
$P.$findn("btnExcel").on("click", () => { $P.fnExcel() }); // 엑셀
// 업무 버튼 이벤트
- $P.$findn("btnCreate").on("click", () => { $P.fnCreate(); }); // 승인 요청
- $P.$findn("btnRemove").on("click", () => { $P.fnRemove(); }); // 승인 요청 취소
+ $P.$findn("btnCreate").on("click", () => {
+ $P.fnCreate($P.$findn("btnCreate").attr("title")); // 승인 요청
+ });
+ $P.$findn("btnRemove").on("click", () => {
+ $P.fnRemove($P.$findn("btnRemove").attr("title")); // 승인 요청 취소
+ });
// DataTables width 변경 조정
Componentization.fnMakeResizableTable($P.findn("tableRspns"));
-
// DataTables 스크롤 이벤트 생성
Componentization.fnMakeScrollableTable($P.findn("tableRspns"), $P.scrollDataList);
}