diff --git a/frontend/src/modules/sendNumMgt/components/ApprDetailPop.vue b/frontend/src/modules/sendNumMgt/components/ApprDetailPop.vue
index 62a505b..557f964 100644
--- a/frontend/src/modules/sendNumMgt/components/ApprDetailPop.vue
+++ b/frontend/src/modules/sendNumMgt/components/ApprDetailPop.vue
@@ -150,7 +150,7 @@
| 메모 |
-
+
|
@@ -374,7 +374,13 @@ export default {
} */
},
updateSttus() {
- this.confirmUpdateOpen();
+ if(this.rejtCnt > 0 & (this.memo == null | this.memo == '')){
+ this.row.title = '메모 입력';
+ this.row.msg1 = '메모를 입력해주세요.'
+ this.$refs.commmonModal.alertModalOpen(this.row);
+ } else {
+ this.confirmUpdateOpen();
+ }
// this.doSave();
},
async doSave() {
diff --git a/src/main/java/kr/co/uplus/ez/api/comm/CommMapper.java b/src/main/java/kr/co/uplus/ez/api/comm/CommMapper.java
index 771815c..a035018 100644
--- a/src/main/java/kr/co/uplus/ez/api/comm/CommMapper.java
+++ b/src/main/java/kr/co/uplus/ez/api/comm/CommMapper.java
@@ -1,6 +1,7 @@
package kr.co.uplus.ez.api.comm;
import java.util.List;
+import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
@@ -16,4 +17,8 @@ public interface CommMapper {
public List getCommCode(CodeReqDto codeReqDto);
public List getAuthCode();
+
+ public void insertWebMsgCli(Map