어드민 고객 정보 수정 (화면 구성 변경 및 사용자 라인 타입 수정)

This commit is contained in:
kubo8
2022-11-08 16:20:26 +09:00
parent 22408a2178
commit a131c45400
11 changed files with 207 additions and 81 deletions

View File

@@ -6,7 +6,7 @@
<p class="breadcrumb">고객관리 &gt; 청약정보조회 &gt; 청약고객관리</p>
</div>
<div class="info">
<div class="title">기본정보</div>
<div class="title">고객정보</div>
</div>
<div class="table table_form">
<!-- <form autocomplete="off">-->
@@ -62,7 +62,7 @@
<!-- </form>-->
</div>
<div class="info">
<div class="title">사용정보</div>
<div class="title">청약정보</div>
</div>
<div class="table table_form">
<table>
@@ -110,7 +110,7 @@
</table>
</div>
<div class="info">
<div class="title">담당자 데이터</div>
<div class="title">담당자 정보</div>
</div>
<div class="table table_form">
<form autocomplete="off">
@@ -125,16 +125,21 @@
</colgroup>
<tbody>
<tr class="tr_input w75">
<th>서비스 ID</th>
<td colspan="2"><input type="text" disabled v-model="serviceId" /></td>
<th>이용권한</th>
<th>담당자명</th>
<td colspan="2">
<div class="input-double button-double">
<input type="text" disabled v-model="serviceId" />
<input type="text" disabled v-model="userNm" />
</div>
</td>
<th>구분</th>
<td colspan="2"><input type="text" disabled v-model="useAuth" /></td>
</tr>
<tr class="tr_input w75">
<th>담당자명</th>
<td colspan="2"><input type="text" disabled v-model="userNm" /></td>
<th>휴대폰 번호</th>
<td colspan="2"><input type="text" disabled v-model="mdn" /></td>
<th>이메일</th>
<td colspan="2"><input type="text" disabled v-model="email" /></td>
</tr>
<tr class="tr_input w75">
<th>이월누적금액</th>
@@ -211,6 +216,7 @@ export default {
useAuth: '',
userNm: '',
mdn: '',
email: '',
carryOver: '',
userCnt: '',
saveConfirm: false,
@@ -304,6 +310,7 @@ export default {
this.useAuth = result.data.useAuth;
this.userNm = result.data.userNm;
this.mdn = result.data.mdn;
this.email = result.data.email;
this.carryOver = result.data.carryOver;
this.userCnt = result.data.userCnt;
if (this.bregNo != '' && this.bregNo != null) {