-
+
diff --git a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01260-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01260-info.jsp
index a3324e85..3c9f331f 100644
--- a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01260-info.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01260-info.jsp
@@ -1,249 +1,169 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/resources/js/fims/sndb/sndb01110.js b/src/main/webapp/resources/js/fims/sndb/sndb01110.js
index 1d6d953f..22ab26b4 100644
--- a/src/main/webapp/resources/js/fims/sndb/sndb01110.js
+++ b/src/main/webapp/resources/js/fims/sndb/sndb01110.js
@@ -1,4 +1,4 @@
-function newSndb01070Control(pageName, doctx="[data-doctx='sndb01070']") {
+function newSndb01110Control(pageName, doctx="[data-doctx='sndb01110']") {
let ctrl = new DatasetControl({
doctx: doctx
, prefix: "nhtSndng"
diff --git a/src/main/webapp/resources/js/fims/sndb/sndb01220.js b/src/main/webapp/resources/js/fims/sndb/sndb01220.js
new file mode 100644
index 00000000..8786eb2c
--- /dev/null
+++ b/src/main/webapp/resources/js/fims/sndb/sndb01220.js
@@ -0,0 +1,152 @@
+function newSndb01220Control(pageName, doctx="[data-doctx='sndb01220']") {
+ let ctrl = new DatasetControl({
+ doctx: doctx
+ , prefix: "sndbk"
+ , prefixName: "반송"
+ , dataGetter: obj => obj["List"]
+ , keys: ["SNDNG_DTL_ID"]
+ , appendData: true
+ , infoSize: "xxl"
+ , urls: {
+ load: "/list.do"
+ , getInfo: "/info.do"
+ , remove: "/remove.do"
+ }
+ , formats: {
+ DLVR_YMD: dateFormat
+ , DLVR_TM: timeFormat
+ , SNDNG_YMD: dateFormat
+ , CRDN_YMD_TM: datetimeFormat
+ , FFNLG_AMT: numberFormat
+ , PCPTAX: numberFormat
+ , ADAMT: numberFormat
+ , REG_DT: datetimeFormat
+ , MDFCN_DT: datetimeFormat
+ }
+ });
+
+ // 검색 조건
+ ctrl.query = { pageNum: 1, fetchSize: DEFAULT_FETCH_SIZE }; // 1 페이지당 자료 건수 index.jsp에서 확인
+ // paging
+ ctrl.pagingSupport = new FimsPagingSupport({
+ ctrl: ctrl // DatasetControl
+ , ignoreCtrlPrefix: true // ctrl.prefix 가 있더라도 무시
+ , linkContainer: "[name='dataPaging']" //