mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:04:44 +09:00
admin_chrg 등록 조회부분 수정
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="dimmed insertChrgModal" @click="insertChrgClose()"></div>
|
<div class="dimmed-list insertChrgModal" @click="insertChrgClose()"></div>
|
||||||
<!-- 발신번호 등록 (타사업자)-->
|
<!-- 발신번호 등록 (타사업자)-->
|
||||||
<div class="popup insertChrgModal popup_form register w700">
|
<div class="popup insertChrgModal popup_form register w700">
|
||||||
<div class="pop-head">
|
<div class="pop-head">
|
||||||
@@ -98,8 +98,8 @@
|
|||||||
<button class="btn-pcolor" @click="saveChrg()">저장</button>
|
<button class="btn-pcolor" @click="saveChrg()">저장</button>
|
||||||
<button class="btn-default" @click="insertChrgClose()">취소</button>
|
<button class="btn-default" @click="insertChrgClose()">취소</button>
|
||||||
</div>
|
</div>
|
||||||
<user-list-pop ref="userListPop" :send-data="childData" @event-data="setChildData" />
|
|
||||||
</div>
|
</div>
|
||||||
|
<user-list-pop ref="userListPop" :send-data="childData" @event-data="setChildData" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<!-- 관리자ID 조회 -->
|
<!-- 유저ID 조회 -->
|
||||||
<div class="popup popup_form modal44 popup_inside">
|
<div class="popup popup_form modal44 popup_inside">
|
||||||
<div class="pop-head">
|
<div class="pop-head">
|
||||||
<h3 class="pop-tit">사용자ID 조회</h3>
|
<h3 class="pop-tit">사용자ID 조회</h3>
|
||||||
@@ -53,6 +53,10 @@ export default {
|
|||||||
|
|
||||||
},
|
},
|
||||||
methods : {
|
methods : {
|
||||||
|
search: function(isKeep) {
|
||||||
|
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
setUserInfo (props){
|
setUserInfo (props){
|
||||||
this.$emit('event-data', props)
|
this.$emit('event-data', props)
|
||||||
|
|||||||
Reference in New Issue
Block a user