어드민 발신번호 통신서비스 이용증명원 필수 -> 필수X

This commit is contained in:
2023-05-18 17:35:36 +09:00
parent 3fca450dbc
commit 100de5f641
2 changed files with 18 additions and 15 deletions

View File

@@ -113,7 +113,7 @@
<!-- <td class="red" v-show="bizrAuthYn === 'Y'">인증 완료</td> -->
</tr>
<tr>
<th><span class="required">*</span>통신서비스 이용증명원</th>
<th>통신서비스 이용증명원</th>
<td>
<p class="file">파일형식 : jpg, png, pdf, tiff (최대 5MB)</p>
<div class="attach">
@@ -1221,12 +1221,12 @@ export default {
this.$parent.$refs.commmonModal.alertModalOpen(this.row);
return false;
}
if (this.communicationFile == null) {
this.row.title = '발신번호 등록';
this.row.msg1 = '통신서비스 이용증명원 파일을 업로드 하세요.';
this.$parent.$refs.commmonModal.alertModalOpen(this.row);
return false;
}
// if (this.communicationFile == null) { 2023.05.18 통신서비스 이용증명원 필수 제외
// this.row.title = '발신번호 등록';
// this.row.msg1 = '통신서비스 이용증명원 파일을 업로드 하세요.';
// this.$parent.$refs.commmonModal.alertModalOpen(this.row);
// return false;
// }
if (this.nmineeDivCd == '02') {
if (this.attorneyFile == null) {