From 4f7bf7a7afd9f0753edced1ea74fcecb8e6fc63c Mon Sep 17 00:00:00 2001 From: "Jonguk. Lim" Date: Mon, 21 Oct 2024 16:35:23 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=97=85=EC=B2=B4=EC=A1=B0=ED=9A=8C=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=ED=8E=98=EC=9D=B4=EC=A7=95=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9=20=20=20=20=20=20=20=EC=97=85=EC=B2=B4=EC=A1=B0?= =?UTF-8?q?=ED=9A=8C=20=ED=8C=9D=EC=97=85=20=EC=A1=B0=EA=B1=B4=20=EC=9C=A0?= =?UTF-8?q?=ED=9A=A8=EC=84=B1=20=EC=B2=B4=ED=81=AC=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=20=20=20=20=20=20=EC=A0=9C=ED=92=88=EA=B2=80=EC=83=89=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=ED=8E=98=EC=9D=B4=EC=A7=95=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9=20=20=20=20=20=20=20=EC=A0=9C=ED=92=88=EC=A1=B0?= =?UTF-8?q?=ED=9A=8C=20=ED=8C=9D=EC=97=85=20=EC=A1=B0=EA=B1=B4=20=EC=9C=A0?= =?UTF-8?q?=ED=9A=A8=EC=84=B1=20=EC=B2=B4=ED=81=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/adds/nims/product-popup.jsp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/adds/nims/product-popup.jsp b/src/main/webapp/WEB-INF/jsp/adds/nims/product-popup.jsp index 0c64223..15e5799 100644 --- a/src/main/webapp/WEB-INF/jsp/adds/nims/product-popup.jsp +++ b/src/main/webapp/WEB-INF/jsp/adds/nims/product-popup.jsp @@ -83,7 +83,7 @@
- +
@@ -250,14 +250,14 @@ $P.control.onCurrentChange = item => { if (!item) { $P.seqInfoControl.setData([]); - $("#btnSearch3--${pageName}").prop("disabled", true); + $("#btnSearchDtl--${pageName}").prop("disabled", true); return; } let key = item.data.keyCnt; $("#tbody--${pageName}").setCurrentRow(key); - $("#btnSearch3--${pageName}").prop("disabled", false); + $("#btnSearchDtl--${pageName}").prop("disabled", false); $P.fnDetailSearchList(); } @@ -418,7 +418,7 @@ // 버튼 이벤트 $("#btnSave--${pageName}").on("click", () => $P.fnSave()); // 저장 $("#btnSearch--${pageName}").on("click", () => $P.fnSearchList()); - $("#btnSearch3--${pageName}").on("click", () => $P.fnDetailSearchList()); + $("#btnSearchDtl--${pageName}").on("click", () => $P.fnDetailSearchList()); $("#frmSearch--${pageName} input").onEnterPress($P.fnSearchList); @@ -431,7 +431,7 @@ // 초기 화면 설정 $P.initForm = () => { - $("#btnSearch3--${pageName}").prop("disabled", true); + $("#btnSearchDtl--${pageName}").prop("disabled", true); } /**************************************************************************