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(); }