From 68e4e3d1433d673fa089c51d31a1c2228eff9444 Mon Sep 17 00:00:00 2001 From: jjh Date: Fri, 18 Oct 2024 17:40:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=84=EB=8C=80=EC=B0=A8=EA=B3=84=EC=95=BD?= =?UTF-8?q?=20=EA=B4=80=EB=A6=AC=20=EC=88=98=EC=A0=95.?= 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 1bccc949..3c35a1ae 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 @@ -267,7 +267,7 @@ if (tabName == "대상") { $P.$findn("btnCreate").prop("disabled", !atLeastOne); - } else if (tabName == "승인요청") { + } else if (tabName == "요청중") { $P.$findn("btnRemove").prop("disabled", !atLeastOne); } @@ -315,7 +315,7 @@ if (tabName == "대상") { $P.$findn("btnCreate").prop("disabled", false); $P.$findn("btnRemove").prop("disabled", true); - } else if (tabName == "승인") { + } else if (tabName == "요청중") { $P.$findn("btnCreate").prop("disabled", true); $P.$findn("btnRemove").prop("disabled", false); } else {