diff --git a/src/main/webapp/WEB-INF/jsp/fims/excl/excl01010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/excl/excl01010-main.jsp index 4b9b304f..8574aed0 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/excl/excl01010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/excl/excl01010-main.jsp @@ -57,7 +57,7 @@
- + - + +
@@ -27,7 +27,7 @@
- +
diff --git a/src/main/webapp/WEB-INF/jsp/fims/rdca/rdca01010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/rdca/rdca01010-main.jsp index c2229281..69a1eb41 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/rdca/rdca01010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/rdca/rdca01010-main.jsp @@ -1,783 +1,597 @@ <%@ 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/levy/levy01020.js b/src/main/webapp/resources/js/fims/levy/levy01020.js index 28c51375..c15f1c8d 100644 --- a/src/main/webapp/resources/js/fims/levy/levy01020.js +++ b/src/main/webapp/resources/js/fims/levy/levy01020.js @@ -9,11 +9,6 @@ function newLevy01020Control(pageName, doctx="[data-doctx='levy01020']") { create: "/create.do" , update: "/update.do" } - , formats: { - TNOCS: numberFormat - , GRAMT_FFNLG_AMT: numberFormat - , GRAMT_ADVNTCE_AMT: numberFormat - } }); /************************************************************************** diff --git a/src/main/webapp/resources/js/fims/levy/levy02020.js b/src/main/webapp/resources/js/fims/levy/levy02020.js index cfb20429..5366683e 100644 --- a/src/main/webapp/resources/js/fims/levy/levy02020.js +++ b/src/main/webapp/resources/js/fims/levy/levy02020.js @@ -9,11 +9,6 @@ function newLevy02020Control(pageName, doctx="[data-doctx='levy02020']") { create: "/create.do" , update: "/update.do" } - , formats: { - FFNLG_CRDN_AMT: numberFormat // 과태료 단속 금액 - , WKSN_RDCRT: numberFormat // 사회적약자 감경율 - , RDCT_AMT: numberFormat // 감경 금액 - } }); /************************************************************************** diff --git a/src/main/webapp/resources/js/fims/rdca/rdca01010.js b/src/main/webapp/resources/js/fims/rdca/rdca01010.js new file mode 100644 index 00000000..40e59b30 --- /dev/null +++ b/src/main/webapp/resources/js/fims/rdca/rdca01010.js @@ -0,0 +1,148 @@ +function newRdca01010Control(pageName, doctx="[data-doctx='rdca01010']") { + let ctrl = new DatasetControl({ + doctx: doctx + , prefix: "rdcamt" + , prefixName: "감액" + , dataGetter: obj => obj["List"] + , keys: ["RDAMT_ID"] + , appendData: true + , infoSize: "md" + , urls: { + load: "/list.do" + , getInfo: "/info.do" + , remove: "/remove.do" + } + , formats : { + RDAMT_YMD: dateFormat + , FFNLG_CRDN_AMT: 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']" //