diff --git a/src/main/java/cokr/xit/adds/nims/web/AddsNimsController.java b/src/main/java/cokr/xit/adds/nims/web/AddsNimsController.java
index 27b047a..d6b9ffd 100644
--- a/src/main/java/cokr/xit/adds/nims/web/AddsNimsController.java
+++ b/src/main/java/cokr/xit/adds/nims/web/AddsNimsController.java
@@ -117,7 +117,7 @@ public class AddsNimsController extends ApplicationController {
//-------------------------------------------------------------------------------------------------
@RequestMapping(value = "/dsuseMgtReceipt-list.do", name="신청서 접수 목록 조회")
public ModelAndView getDsuseMgtReceiptList(DsuseMgtReceiptQuery query) {
- query.setOrderBy("DSUSE_DE DESC, DSUSE_MTH_CD, DSCDMNG_ID");
+ query.setOrderBy("DSUSE_DE DESC, DSUSE_SE_CD, DSUSE_MTH_CD, DSCDMNG_ID");
setFetchSize(query);
return setCollectionInfo(new ModelAndView("jsonView"), dsuseMgtReceiptService.getDsuseMgtReceiptList(query),"","");
diff --git a/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtMapping-main.jsp b/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtMapping-main.jsp
index 1d2f8a5..84477f4 100644
--- a/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtMapping-main.jsp
+++ b/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtMapping-main.jsp
@@ -90,13 +90,13 @@
관할관청 |
폐기관리번호 |
폐기일자 |
+ 폐기구분 |
폐기방법 |
업체명 |
보고건수 |
NIMS보고ID |
처리상태 |
폐기사유 |
- 폐기구분 |
폐기장소 |
취급일자 |
@@ -109,6 +109,7 @@
{DEPT_NM} |
{DSCDMNG_ID} |
{DSUSE_DE} |
+ {DSUSE_SE_NM} |
{DSUSE_MTH_NM} |
{BSSH_NM} |
{RND_DTL_RPT_CNT} |
@@ -117,7 +118,6 @@
{PRGRS_STTS_NM} |
{DSUSE_PRV_NM} |
- {DSUSE_SE_NM} |
{DSUSE_LOC} |
{HDR_DE} |
@@ -223,7 +223,7 @@
$P.control.defaultFetchSize = FETCH_XXS; // 1 페이지당 조회되는 자료 건수 index.jsp에서 확인 FETCH_XS = 30
$P.control.query = { pageNum : 1, fetchSize : $P.control.defaultFetchSize };
$P.control.beforeCurrent = null;
-
+
$P.detailControl = new DatasetControl({
urls : {
@@ -236,8 +236,8 @@
, formats : {
PRD_VALID_DE: dateFormat
}
- });
-
+ });
+
/**************************************************************************
* DatasetControl 이벤트
**************************************************************************/
@@ -254,9 +254,9 @@
, func: "pageObject['${pageName}'].control.load({index})"
});
-
+
};
-
+
$P.detailControl.onDatasetChange = (obj) => {
$P.renderDetailList(obj.${infoPrefix}Total);
};
@@ -291,7 +291,7 @@
}
}
};
-
+
// 현재 선택 자료 변경 이벤트
$P.detailControl.onCurrentChange = (item) => {
if (!item) return;
@@ -348,7 +348,7 @@
};
ajax.get({
- url : wctx.url("/adds/nims/dsuseMgtMapping-info.do")
+ url : wctx.url("/adds/nims/dsuseMgtMapping-info.do")
, data : params
, success : resp => {
dialog.open({
@@ -356,7 +356,7 @@
, title : dialogTitle
, content : resp
, size : "xxl"
- , onClose : () => {
+ , onClose : () => {
$P.control.reload({all : true});
}
});
@@ -366,11 +366,11 @@
$P.control.onSave = (resp) => {
// let dialogTitle = $("#" + $P.control.prefix + "Dialog").find("h5.modal-title").html();
- let showMessage = "저장에 실패 하였습니다.";
+ let showMessage = "저장에 실패 하였습니다.";
if (resp.saved) {
showMessage = "저장에 성공 하였습니다.";
}
-
+
dialog.alert({
content : showMessage,
init : function(){
@@ -391,7 +391,7 @@
userId: "${currentUser.account}",
prgrsSttsCd: "99"
};
-
+
ajax.get({
url : wctx.url("/adds/nims/updatePrgsSttusOfDsuseMgt.do")
, data: params
@@ -430,12 +430,12 @@
if(option != null && option.reloaded){
initScroll = false;
}
-
+
$("#table-responsive--${pageName}")[0].changeContent(trs.join(), initScroll, noMore);
}
-
+
$P.renderDetailList = () => {
let ${infoPrefix}List = $P.detailControl.dataset;
let empty = ${infoPrefix}List.empty;
@@ -454,11 +454,11 @@
// DataTables에 스크롤이 맨 밑으로 이동했을 때 이벤트
$P.scrollDataList = () => {
-
+
$P.control.load($P.control.query.pageNum + 1);
}
-
+
$P.control.getBsshInfo = (gdccId) => {
let dialogTitle = "마약류 취급업체 조회";
let params = {openPage : "frmSearch--${pageName}"};
@@ -476,8 +476,8 @@
});
}
});
- }
-
+ }
+
/**************************************************************************
* 사용자 함수(function)
@@ -494,7 +494,7 @@
$P.fnCreateDsuseMgtMapping = (title) => {
$P.control.getInfo();
}
-
+
// 처리상태 완료로 변경
$P.fnPrgsStts = () => {
dialog.alert({
@@ -505,9 +505,9 @@
onOK : () => {
$P.control.prgsSttus();
}
- });
+ });
}
-
+
// 전자우편 안내문 등록 버튼 이벤트
$P.fnSearchBssh = (title) => {
$P.control.getBsshInfo();
@@ -595,7 +595,7 @@
}
});
});
-
+
// 안내문 등록 버튼 이벤트
$("#btnBsshSearch--${pageName}").on("click", function() {
$P.fnSearchBssh($(this).attr("title"));
@@ -606,7 +606,7 @@
// DataTables 스크롤 이벤트 생성
Componentization.fnMakeScrollableTable($("#table-responsive--${pageName}")[0], $P.scrollDataList);
-
+
// 하단 테이블 행 번호 표시
Componentization.fnMakeRowNumberingTable(document.getElementById('tbody--${pageName}Detail')
, (tr)=>{ return $(tr).find("td.row-num")[0]; }
diff --git a/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtReceipt-main.jsp b/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtReceipt-main.jsp
index 09b8224..b3e6b72 100644
--- a/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtReceipt-main.jsp
+++ b/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtReceipt-main.jsp
@@ -92,13 +92,13 @@
관할관청 |
폐기관리번호 |
폐기일자 |
+ 폐기구분 |
폐기방법 |
업체명 |
폐기건수 |
처리상태 |
폐기사유 |
사고발생일 |
- 폐기구분 |
폐기장소 |
취급일자 |
@@ -111,13 +111,13 @@
{DEPT_NM} |
{DSCDMNG_ID} |
{DSUSE_DE} |
+ {DSUSE_SE_NM} |
{DSUSE_MTH_NM} |
{BSSH_NM} |
{RND_DTL_RPT_CNT} |
{PRGRS_STTS_NM} |
{DSUSE_PRV_NM} |
{DSUSE_ACDT_DE} |
- {DSUSE_SE_NM} |
{DSUSE_LOC} |
{HDR_DE} |
diff --git a/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtRslt-main.jsp b/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtRslt-main.jsp
index 662a08a..c5de656 100644
--- a/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtRslt-main.jsp
+++ b/src/main/webapp/WEB-INF/jsp/adds/nims/dsuseMgtRslt-main.jsp
@@ -87,13 +87,13 @@
관할관청 |
폐기관리번호 |
폐기일자 |
+ 폐기구분 |
폐기방법 |
업체명 |
폐기건수 |
처리상태 |
폐기사유 |
사고발생일 |
- 폐기구분 |
폐기장소 |
취급일자 |
@@ -106,13 +106,13 @@
{DEPT_NM} |
{DSCDMNG_ID} |
{DSUSE_DE} |
+ {DSUSE_SE_NM} |
{DSUSE_MTH_NM} |
{BSSH_NM} |
{RND_DTL_RPT_CNT} |
{PRGRS_STTS_NM} |
{DSUSE_PRV_NM} |
{DSUSE_ACDT_DE} |
- {DSUSE_SE_NM} |
{DSUSE_LOC} |
{HDR_DE} |