서비스관리 / 알림톡 템플릿관리 추가

This commit is contained in:
kimre
2022-06-20 13:50:46 +09:00
parent 1d46263735
commit 460d6e03b8
147 changed files with 10360 additions and 6618 deletions

View File

@@ -9,7 +9,7 @@
<div class="title">기본정보</div>
</div>
<div class="table table_form">
<form autocomplete="off">
<!-- <form autocomplete="off">-->
<table>
<colgroup>
<col style="width:140px">
@@ -59,13 +59,13 @@
</tr>
</tbody>
</table>
</form>
<!-- </form>-->
</div>
<div class="info">
<div class="title">사용정보</div>
</div>
<div class="table table_form">
<form autocomplete="off">
<!-- <form autocomplete="off">-->
<table>
<colgroup>
<col style="width:140px">
@@ -110,7 +110,7 @@
</tbody>
</table>
</form>
<!-- </form>-->
</div>
<div class="info">
<div class="title">사용자 데이터</div>
@@ -151,7 +151,7 @@
<td colspan="2">
<div class="input-double button-double">
<input type="text" disabled v-model="userCnt">
<button type="button" class="button grey">사용자ID 확인</button>
<button type="button" class="button grey" @click="goMemberDetail">사용자ID 확인</button>
</div>
</td>
</tr>
@@ -169,11 +169,11 @@
<!--수정 확인 모달-->
<validation-confirm-pop ref="validationConfirmPop"></validation-confirm-pop>
<!--관리자명 조회 모달-->
<admin-nm-pop ref="adminNmPop"></admin-nm-pop>
</div>
</div>
<admin-nm-pop ref="adminNmPop"></admin-nm-pop>
</div>
</template>
<script>
@@ -367,11 +367,9 @@ export default {
searchIDPopOpen: function(){
this.$refs.adminNmPop.ModalOpen();
},
searchIDCalbackFnc: function(props){
console.log(props);
if(props.result){
this.doInsert(props.result);
}
goMemberDetail: function(props){
console.log(this.row);
this.$router.push({ name: 'memberAdminDetail', params: {serviceId : this.row.serviceId} });
},
}
}