From f39c10b740709f5b14fe6572fb0913b2b8644f2d Mon Sep 17 00:00:00 2001 From: leebj Date: Mon, 10 Nov 2025 16:47:57 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AF=B8=EC=8A=B9=EC=9D=B8=EB=90=9C=20?= =?UTF-8?q?=EC=9E=90=EB=A3=8C=20=EC=8A=B9=EC=9D=B8=20=EC=9A=94=EC=B2=AD=20?= =?UTF-8?q?=EC=B7=A8=EC=86=8C=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/fims/rent/rent02050-main.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {