From 4a3bc346b6c237c058db88d04ec59aefc413307c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9D=98=EC=A7=84?= Date: Tue, 18 Nov 2025 14:58:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A8=EC=86=8D=EC=9E=A5=EB=B9=84=EC=9E=A5?= =?UTF-8?q?=EC=86=8C=20=EC=A0=95=EB=B3=B4=20=EA=B4=80=EB=A6=AC=20=EB=A9=94?= =?UTF-8?q?=EB=89=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/fims/eqplc/info.jsp | 191 +++++++++++++ .../webapp/WEB-INF/jsp/fims/eqplc/main.jsp | 269 ++++++------------ .../webapp/resources/js/fims/eqplc/eqplc.js | 4 +- 3 files changed, 276 insertions(+), 188 deletions(-) create mode 100644 src/main/webapp/WEB-INF/jsp/fims/eqplc/info.jsp diff --git a/src/main/webapp/WEB-INF/jsp/fims/eqplc/info.jsp b/src/main/webapp/WEB-INF/jsp/fims/eqplc/info.jsp new file mode 100644 index 0000000..d312ce5 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/fims/eqplc/info.jsp @@ -0,0 +1,191 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> +<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> +단속장비장소 상세 조회 + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+
+ + +
+
+
+ +
+
+ +
+
+ +
+ +
+
+ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/fims/eqplc/main.jsp b/src/main/webapp/WEB-INF/jsp/fims/eqplc/main.jsp index 9e8889b..9368e46 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/eqplc/main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/eqplc/main.jsp @@ -11,28 +11,19 @@
- - + +
- -
- +
@@ -41,29 +32,23 @@ class="datatables-ajax table table-bordered dataTable no-footer"> - - ID - 업체코드 - 장비코드 - 단속장소명 - 법정동명 - 도로명 - 단속장소 - 차선번호 - 차선방향 - 비고 - 등록일시 - 등록자 + ID + 업체코드 + 장비코드 + 단속장소명 + 법정동명 + 도로명 + 단속장소 + 차선번호 + 차선방향 + 비고 + 등록일시 + 등록자 @@ -93,7 +78,7 @@ \ No newline at end of file diff --git a/src/main/webapp/resources/js/fims/eqplc/eqplc.js b/src/main/webapp/resources/js/fims/eqplc/eqplc.js index d86b9e8..02e4595 100644 --- a/src/main/webapp/resources/js/fims/eqplc/eqplc.js +++ b/src/main/webapp/resources/js/fims/eqplc/eqplc.js @@ -1,11 +1,11 @@ function newEqplcControl(page, doctx = ""){ page.ctrl = new DatasetControl({ - dataGetter : obj => obj["List"], + dataGetter : obj => obj["eqplcList"], appendData:true, keys : ["EQPLC_CD"], urls : { load : wctx.url("/eqplc/list.do"), - getInfo : wctx.url("/eqplc/info.do"), + info : wctx.url("/eqplc/info.do"), insert : wctx.url("/eqplc/insert.do"), update : wctx.url("/eqplc/update.do") },