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 b70423b..ac27966 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 @@ -286,7 +286,7 @@ if (tabName == "대상") { $P.$findn("btnCreate").prop("disabled", !atLeastOne); - } else if (tabName == "요청중") { + } else if (tabName == "요청중" || tabName == "미승인") { $P.$findn("btnRemove").prop("disabled", !atLeastOne); } else { $P.$findn("btnCreate").prop("disabled", true); @@ -335,7 +335,7 @@ if (tabName == "대상") { $P.$findn("btnCreate").prop("disabled", false); $P.$findn("btnRemove").prop("disabled", true); - } else if (tabName == "요청중") { + } else if (tabName == "요청중" || tabName == "미승인") { $P.$findn("btnCreate").prop("disabled", true); $P.$findn("btnRemove").prop("disabled", false); } else {