From 87d2ade4005e4f09a757c21ac4aa633d135c4cd0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-MAVEOS0\\lmh32" Date: Tue, 2 May 2023 18:33:20 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=9C=EC=8B=A0=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sendNumMgt/components/NumberRegPop.vue | 84 +++++++++---------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/frontend/src/modules/sendNumMgt/components/NumberRegPop.vue b/frontend/src/modules/sendNumMgt/components/NumberRegPop.vue index 47dfce2..a6e2276 100644 --- a/frontend/src/modules/sendNumMgt/components/NumberRegPop.vue +++ b/frontend/src/modules/sendNumMgt/components/NumberRegPop.vue @@ -1227,53 +1227,53 @@ export default { this.$parent.$refs.commmonModal.alertModalOpen(this.row); return false; } - if (this.communicationFile == null) { + } + if (this.communicationFile == null) { + this.row.title = '발신번호 등록'; + this.row.msg1 = '통신서비스 이용증명원 파일을 업로드 하세요.'; + this.$parent.$refs.commmonModal.alertModalOpen(this.row); + return false; + } + + if (this.nmineeDivCd == '02') { + if (this.attorneyFile == null) { this.row.title = '발신번호 등록'; - this.row.msg1 = '통신서비스 이용증명원 파일을 업로드 하세요.'; + this.row.msg1 = '위임장 파일을 업로드 하세요.'; this.$parent.$refs.commmonModal.alertModalOpen(this.row); return false; } - - if (this.nmineeDivCd == '02') { - if (this.attorneyFile == null) { - this.row.title = '발신번호 등록'; - this.row.msg1 = '위임장 파일을 업로드 하세요.'; - this.$parent.$refs.commmonModal.alertModalOpen(this.row); - return false; - } - if (this.delegationFile == null) { - this.row.title = '발신번호 등록'; - this.row.msg1 = '위임-수임업체 관계 확인 문서 파일을 업로드 하세요.'; - this.$parent.$refs.commmonModal.alertModalOpen(this.row); - return false; - } - /* if (this.corporateCertificateFile == null) { - this.row.title = '발신번호 등록'; - this.row.msg1 = '법인인감증명서 파일을 업로드 하세요.'; - this.$parent.$refs.commmonModal.alertModalOpen(this.row); - return false - } */ - if (this.delegatedBusinessFile == null) { - this.row.title = '발신번호 등록'; - this.row.msg1 = '위임업체 사업자등록증 파일을 업로드 하세요.'; - this.$parent.$refs.commmonModal.alertModalOpen(this.row); - return false; - } - /*2023.04.25 삭제 - if (this.authorizedBusinessFile == null) { - this.row.title = '발신번호 등록'; - this.row.msg1 = '수임사 사업자등록증 파일을 업로드 하세요.'; - this.$parent.$refs.commmonModal.alertModalOpen(this.row); - return false; - }*/ - /*2023.04.25 공통으로 처리 - if (this.otherBusinessFile == null) { - this.row.title = '발신번호 등록'; - this.row.msg1 = '사업자등록증 파일을 업로드 하세요.'; - this.$parent.$refs.commmonModal.alertModalOpen(this.row); - return false; - }*/ + if (this.delegationFile == null) { + this.row.title = '발신번호 등록'; + this.row.msg1 = '위임-수임업체 관계 확인 문서 파일을 업로드 하세요.'; + this.$parent.$refs.commmonModal.alertModalOpen(this.row); + return false; } + /* if (this.corporateCertificateFile == null) { + this.row.title = '발신번호 등록'; + this.row.msg1 = '법인인감증명서 파일을 업로드 하세요.'; + this.$parent.$refs.commmonModal.alertModalOpen(this.row); + return false + } */ + if (this.delegatedBusinessFile == null) { + this.row.title = '발신번호 등록'; + this.row.msg1 = '위임업체 사업자등록증 파일을 업로드 하세요.'; + this.$parent.$refs.commmonModal.alertModalOpen(this.row); + return false; + } + /*2023.04.25 삭제 + if (this.authorizedBusinessFile == null) { + this.row.title = '발신번호 등록'; + this.row.msg1 = '수임사 사업자등록증 파일을 업로드 하세요.'; + this.$parent.$refs.commmonModal.alertModalOpen(this.row); + return false; + }*/ + /*2023.04.25 공통으로 처리 + if (this.otherBusinessFile == null) { + this.row.title = '발신번호 등록'; + this.row.msg1 = '사업자등록증 파일을 업로드 하세요.'; + this.$parent.$refs.commmonModal.alertModalOpen(this.row); + return false; + }*/ } return true; },