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); } /**************************************************************************