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
+ 업체코드
+ 장비코드
+ 단속장소명
+ 법정동명
+ 도로명
+ 단속장소
+ 차선번호
+ 차선방향
+ 비고
+ 등록일시
+ 등록자
-
-
+
{EQPLC_CD}
{CMPNY_CD}
{EQP_CD}
@@ -72,14 +57,14 @@
{ROAD_NM}
{PLC}
{LANE_NO}
- {DRCTN}
+ {DRCTN_STR}
{ETC_INFO}
{REG_DT}
- {RGTR}
+ {RGTR_NM}
- ${prefixName} 정보를 찾지 못했습니다.
+ ${prefixName} 정보를 찾지 못했습니다.
@@ -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")
},