From c486253158aef906773abee6bbcb982e07831221 Mon Sep 17 00:00:00 2001 From: Leeyh1121 <130335980+Leeyh1121@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:50:28 +0900 Subject: [PATCH] =?UTF-8?q?fit=20:=20infoSize=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EB=B0=8F=20=EC=A0=9C=EC=A1=B0=EB=B2=88?= =?UTF-8?q?=ED=98=B8=20=EA=B2=80=EC=83=89=20=EB=B2=84=ED=8A=BC=20disabled?= =?UTF-8?q?=20=EC=B2=98=EB=A6=AC=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/adds/nims/product-popup.jsp | 7 +++++-- 1 file changed, 5 insertions(+), 2 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 6365f43..e35bb62 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 @@ -194,7 +194,7 @@ })); } , appendData: true - , infoSize: $P.control.infoSize + , infoSize: "xl" }); // $P.control 설정 @@ -264,13 +264,15 @@ // 현재 선택 자료 변경 이벤트 $P.control.onCurrentChange = item => { if (!item) { - $P.detailControl.setData([]); + $P.detailControl.setData([]); + $("#btnSearch3--${pageName}").prop("disabled", true); return; } let key = item.data.keyCnt; $("#tbody--${pageName}").setCurrentRow(key); + $("#btnSearch3--${pageName}").prop("disabled", false); $P.fnDetailSearchList("N"); } @@ -457,6 +459,7 @@ // 초기 화면 설정 $P.initForm = () => { //$("#schPrdValidDe--${pageName}").datepicker("setDate", new Date()); + $("#btnSearch3--${pageName}").prop("disabled", true); } /**************************************************************************