|
|
|
|
@@ -14,7 +14,7 @@
|
|
|
|
|
<td>
|
|
|
|
|
<div class="input_search">
|
|
|
|
|
<input class="search-box" type="text" placeholder="아이디 입력" disabled v-model="adminId">
|
|
|
|
|
<button type="button" class="button btn-p2color" @click="searchIdPop">조회</button>
|
|
|
|
|
<button type="button" class="button grey" @click="searchIdPop">조회</button>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
@@ -64,14 +64,14 @@
|
|
|
|
|
<p class="essential list"><span>*</span>위임-수임사간 관계 확인 문서</p>
|
|
|
|
|
<input type="file" ref="delegationFile" style="display: none" @change="readDelegationFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.delegationFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.delegationFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="delegationNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="attach" v-show="fileType === 2">
|
|
|
|
|
<p class="essential list"><span>*</span>위임장</p>
|
|
|
|
|
<input type="file" ref="attorneyFile" style="display: none" @change="readAttorneyFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.attorneyFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.attorneyFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="attorneyNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -79,7 +79,7 @@
|
|
|
|
|
<p class="essential list"><span>*</span>법인인감증명서</p>
|
|
|
|
|
<input type="file" ref="corporateCertificateFile" style="display: none" @change="readCorporateCertificateFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.corporateCertificateFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.corporateCertificateFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="corporateCertificateNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -87,7 +87,7 @@
|
|
|
|
|
<p class="essential list"><span>*</span>위임사 사업자등록증</p>
|
|
|
|
|
<input type="file" ref="delegatedBusinessFile" style="display: none" @change="readDelegatedBusinessFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.delegatedBusinessFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.delegatedBusinessFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="delegatedBusinessNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -95,7 +95,7 @@
|
|
|
|
|
<p class="essential list"><span>*</span>수임사 사업자등록증</p>
|
|
|
|
|
<input type="file" ref="authorizedBusinessFile" style="display: none" @change="readAuthorizedBusinessFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.authorizedBusinessFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.authorizedBusinessFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="authorizedBusinessNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -104,7 +104,7 @@
|
|
|
|
|
<p v-if="fileType === 2" class="essential list">발신번호의 통신서비스 이용증명원</p>
|
|
|
|
|
<input type="file" ref="communicationFile" style="display: none" @change="readCommunicationFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.communicationFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.communicationFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="communicationNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -112,7 +112,7 @@
|
|
|
|
|
<p class="essential list"><span></span>재직증명서</p>
|
|
|
|
|
<input type="file" ref="tenureFile" style="display: none" @change="readTenureFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.tenureFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.tenureFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="tenureNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -120,7 +120,7 @@
|
|
|
|
|
<p class="essential list"><span></span>위임사 재직증명서(임직원 신청시)</p>
|
|
|
|
|
<input type="file" ref="delegateCertificateFile" style="display: none" @change="readDelegateCertificateFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.delegateCertificateFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.delegateCertificateFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="delegateCertificateNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -128,7 +128,7 @@
|
|
|
|
|
<p class="essential list"><span></span>위임사 신분증(임직원 신청시)</p>
|
|
|
|
|
<input type="file" ref="delegatedIdentificationFile" style="display: none" @change="readDelegatedIdentificationFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.delegatedIdentificationFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.delegatedIdentificationFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="delegatedIdentificationNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -143,7 +143,7 @@
|
|
|
|
|
<p class="essential list"><span>*</span>사업자등록증</p>
|
|
|
|
|
<input type="file" ref="businessFile" style="display: none" @change="readBusinessFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.businessFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.businessFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="businessNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -151,7 +151,7 @@
|
|
|
|
|
<p class="essential list"><span>*</span>사업자등록증</p>
|
|
|
|
|
<input type="file" ref="otherBusinessFile" style="display: none" @change="readOtherBusinessFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.otherBusinessFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.otherBusinessFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="otherBusinessNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
@@ -166,7 +166,7 @@
|
|
|
|
|
<p class="essential list"><span></span>신분증</p>
|
|
|
|
|
<input type="file" ref="identificationCardFile" style="display: none" @change="readIdentificationCardFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.identificationCardFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.identificationCardFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="identificationCardNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -174,7 +174,7 @@
|
|
|
|
|
<p class="essential list"><span></span>재직증명서</p>
|
|
|
|
|
<input type="file" ref="identificationEvidenceFile" style="display: none" @change="readIdentificationEvidenceFile"
|
|
|
|
|
accept=".jpg,.png,.pdf,.tiff"/>
|
|
|
|
|
<button class="button btn-p2color" @click="$refs.identificationEvidenceFile.click()">파일업로드</button>
|
|
|
|
|
<button class="button grey" @click="$refs.identificationEvidenceFile.click()">파일업로드</button>
|
|
|
|
|
<p class="file" id="identificationEvidenceNm"></p>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
|