인증 제외 발신번호 등록

This commit is contained in:
2023-05-09 14:15:17 +09:00
parent fabed95dfb
commit bb31a52c4f

View File

@@ -1217,14 +1217,12 @@ export default {
this.$parent.$refs.commmonModal.alertModalOpen(this.row);
return false;
}
if (this.bizrAuthYn !== 'Y') {
if (this.businessFile == null) {
this.row.title = '발신번호 등록';
this.row.msg1 = '사업자등록증 파일을 업로드 하세요.';
this.$parent.$refs.commmonModal.alertModalOpen(this.row);
return false;
}
}
if (this.communicationFile == null) {
this.row.title = '발신번호 등록';
this.row.msg1 = '통신서비스 이용증명원 파일을 업로드 하세요.';