mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 16:43:32 +09:00
어드민 발신번호 통신서비스 이용증명원 필수 -> 필수X
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user