diff --git a/src/main/webapp/WEB-INF/views/biz/dialog/destruction_doc_dialog.jsp b/src/main/webapp/WEB-INF/views/biz/dialog/destruction_doc_dialog.jsp index 17bd4b5..7d9c298 100644 --- a/src/main/webapp/WEB-INF/views/biz/dialog/destruction_doc_dialog.jsp +++ b/src/main/webapp/WEB-INF/views/biz/dialog/destruction_doc_dialog.jsp @@ -99,6 +99,10 @@ eventListener: () => { $("#dis-doc").on("click", () => { + // 처리사유 벨리데이션 + + // 날짜 벨리데이션 + fnDesDocFn.updateDestructionDoc(); }) diff --git a/src/main/webapp/WEB-INF/views/biz/dialog/guidance_dialog.jsp b/src/main/webapp/WEB-INF/views/biz/dialog/guidance_dialog.jsp new file mode 100644 index 0000000..6303035 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/biz/dialog/guidance_dialog.jsp @@ -0,0 +1,132 @@ +<%-- + Created by IntelliJ IDEA. + User: kurt + Date: 2025. 11. 28. + Time: 오후 1:46 + To change this template use File | Settings | File Templates. +--%> +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + +
+ + + + + + + + + \ No newline at end of file