From 0ce357ae373aef85b7ae72ab8bd6f759e95dc42e Mon Sep 17 00:00:00 2001 From: Leeyh1121 <130335980+Leeyh1121@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:05:08 +0900 Subject: [PATCH] =?UTF-8?q?fit=20:=20=EA=B2=80=EC=83=89=20=EC=8B=9C=20?= =?UTF-8?q?=EC=A1=B0=ED=9A=8C=EC=A1=B0=EA=B1=B4=EC=9D=B4=20=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=ED=99=94=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=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/adds/nims/bssh-popup.jsp | 8 +++----- src/main/webapp/WEB-INF/jsp/adds/nims/product-popup.jsp | 2 -- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/adds/nims/bssh-popup.jsp b/src/main/webapp/WEB-INF/jsp/adds/nims/bssh-popup.jsp index 9d7a087..a03828e 100644 --- a/src/main/webapp/WEB-INF/jsp/adds/nims/bssh-popup.jsp +++ b/src/main/webapp/WEB-INF/jsp/adds/nims/bssh-popup.jsp @@ -10,15 +10,15 @@
- +
- +
- +
  @@ -154,8 +154,6 @@ let key = item.data.bsshCd; $("#tbody--${pageName}").setCurrentRow(key); - // Dataset 셋팅 - $P.formFields.set($P.control, item); } 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 55bce99..0334c0a 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 @@ -262,8 +262,6 @@ let key = item.data.keyCnt; $("#tbody--${pageName}").setCurrentRow(key); - // Dataset 셋팅 - $P.formFields.set($P.control, item); $P.fnDetailSearchList(); }