mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 18:13:18 +09:00
인증 제외 발신번호 등록
This commit is contained in:
@@ -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 = '발신번호 등록';
|
||||||
|
|||||||
Reference in New Issue
Block a user