mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:00:23 +09:00
[ publishing ] 0926수정사항
This commit is contained in:
@@ -650,12 +650,20 @@ header .user_wrap .user_info .logout {
|
||||
display: inline-flex !important;
|
||||
}
|
||||
|
||||
/*20220927 퍼블 수정*/
|
||||
|
||||
.input-memo .memo_text{
|
||||
height: 240px !important;
|
||||
width: 86%;
|
||||
width: 84%;
|
||||
}
|
||||
|
||||
.input-memo .button{
|
||||
margin-left: 1%;
|
||||
width: 15% !important;
|
||||
}
|
||||
|
||||
/**/
|
||||
|
||||
.contents .two-input{
|
||||
display: inline-flex;
|
||||
align-items: flex-end;
|
||||
@@ -708,6 +716,7 @@ header .user_wrap .user_info .logout {
|
||||
font-size: 16px;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.contents .button.white:hover {
|
||||
@@ -1640,8 +1649,12 @@ header .user_wrap .user_info .logout {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.popup.popup_form table .two-tit{
|
||||
padding: 10px 0 10px 20px;
|
||||
}
|
||||
|
||||
.popup.popup_form table .sender{
|
||||
padding: 15px 0px 15px 10px
|
||||
padding: 15px 0px 15px 10px;
|
||||
}
|
||||
|
||||
.popup.popup_form table .sender-head{
|
||||
@@ -1683,10 +1696,11 @@ header .user_wrap .user_info .logout {
|
||||
.popup.popup_form table .sender ul .select-btn{
|
||||
display: inline-flex;
|
||||
width: 50%;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.popup.popup_form .select-btn button{
|
||||
width: 50%;
|
||||
width: 48%;
|
||||
height: 30px;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<label>ID</label>
|
||||
<div class="input_search">
|
||||
<input class="search-box" type="text" placeholder="아이디 입력" v-model.trim="madangId" ref="madangId">
|
||||
<button type="button" class="button btn-p2color" @click="searchMadangId()">조회</button>
|
||||
<button type="button" class="button grey" @click="searchMadangId()">조회</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="popup-btn2">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
</div>
|
||||
<div class="button_group">
|
||||
<button class="btn-pcolor download" @click="excelDown();">엑셀 다운로드</button>
|
||||
<button class="button grey download" @click="excelDown();">엑셀 다운로드</button>
|
||||
</div>
|
||||
</div>
|
||||
<table class="table-r">
|
||||
@@ -39,8 +39,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="popup-btn1">
|
||||
|
||||
<div class="popup-btn2">
|
||||
<button class="btn-default" @click="carryOverListPopClose();">닫기</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="button_group">
|
||||
<button type="button" class="button blue" @click="ModalOpen();">테스트 ID 생성</button>
|
||||
<button type="button" class="button blue add" @click="ModalOpen();">테스트 ID 생성</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="select_box">
|
||||
<div class="select_box id">
|
||||
<label for="right" class="label">상태</label>
|
||||
<select name="" id="" v-model="searchType1" @keyup.enter="search">
|
||||
<option value="" selected>전체</option>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<td>{{ nmineeDivCd }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>본인인증 휴대폰번호</th>
|
||||
<th class="two-tit">본인인증 휴대폰번호</th>
|
||||
<td>{{ slfAuthHp }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
비밀번호
|
||||
</th>
|
||||
<td>
|
||||
<button class="button btn-p2color Ty02" @click.self.prevent="ajaxReset">비밀번호 초기화 문자 발송하기</button>
|
||||
<button class="button grey Ty02" @click.self.prevent="ajaxReset">비밀번호 초기화 문자 발송하기</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user