인증 제외 발신번호 등록

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

View File

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