|
|
|
|
@ -4,32 +4,48 @@
|
|
|
|
|
<div class="g_flex_column_between" :style="{ 'min-height': `calc(100vh - ${0}px)` }">
|
|
|
|
|
<div class>
|
|
|
|
|
<div class="g_h_10"></div>
|
|
|
|
|
<div class="g_flex_row_start g_bg_f g_mb_10" style="padding: 12px 16px" @click="goPage('/root/merchantManagement/applyManage')" v-if="applyNum !== 0">
|
|
|
|
|
<div class="g_mr_16 iconfont icon-wodetuandui g_c_main" style="background-repeat: no-repeat; font-size: 48px"></div>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="g_fs_18">新的成员</div>
|
|
|
|
|
<div class="g_c_9 g_fs_14">您有{{ applyNum }}条申请等待审核</div>
|
|
|
|
|
<div class="dom_1" style="width: calc(100% - 20px);margin: 0 auto;border-radius: 8px;background-color: #fff;position: relative;">
|
|
|
|
|
<div class="">
|
|
|
|
|
<div class="g_flex_row_center" style="padding-top: 10px;">
|
|
|
|
|
<div style="width: 64px;height: 64px;overflow: hidden;margin-right: 10px;" class="g_flex_c g_flex_none">
|
|
|
|
|
<img :src="agencyInfo.logo || 'https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/default.svg'"
|
|
|
|
|
alt="" style="width: 64px;height: 64px;border-radius: 50%;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="r_box g_fs_20 g_text_c g_h_60 g_ml_10 g_mr_10 g_mb_10 g_fw_600" style="line-height: 60px">
|
|
|
|
|
{{ agencyInfo.fullName || agencyInfo.userName }}
|
|
|
|
|
</div> -->
|
|
|
|
|
<div class="g_mb_12">
|
|
|
|
|
<g-panel-form-item
|
|
|
|
|
:list="[
|
|
|
|
|
{
|
|
|
|
|
icon: '',
|
|
|
|
|
label: agencyInfo.fullName || agencyInfo.userName,
|
|
|
|
|
result: '',
|
|
|
|
|
path: '',
|
|
|
|
|
pRow: 12,
|
|
|
|
|
itype: 'icon',
|
|
|
|
|
},
|
|
|
|
|
]"
|
|
|
|
|
@clickItem="openChoose"
|
|
|
|
|
/>
|
|
|
|
|
<div class="g_flex_1" style="padding: 8px 0 16px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);">
|
|
|
|
|
<div style="color: #000;font-size: 18px;margin-bottom: 8px;text-align: center;" class="g_ell_1">{{ agencyInfo.fullName }}</div>
|
|
|
|
|
<div style="color: #999;font-size: 16px;text-align: center;" class="g_ell_1">{{ agencyInfo.agencyName }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<i class="iconfont icon-edit-square" style="font-size: 18px;color: #999;position: absolute;right: 12px;top: 12px;"
|
|
|
|
|
@click="goPage('/root/person/info?active=1')"
|
|
|
|
|
></i>
|
|
|
|
|
</div>
|
|
|
|
|
<view class="dom_2" style="margin-top: 10px;" v-if="applyNum && applyNum > 0">
|
|
|
|
|
<view class="g_p_16 g_bg_f g_radius_8 g_flex_row_between flex_center g_ml_10 g_mr_10" hover-class="thover"
|
|
|
|
|
@click="goPage('/root/merchantManagement/applyManage')" style="padding: 10px 16px;">
|
|
|
|
|
<view class="g_flex_row_start flex_center" style="width: 100%">
|
|
|
|
|
<img src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/bf586cad-c6f0-4417-86c8-6cf55310ace7_123456.svg" class="g_w_40 g_h_40 g_radius_50 g_flex_none" alt="" />
|
|
|
|
|
<view class="g_flex_column_between g_ml_10 g_flex_1 g_mr_10">
|
|
|
|
|
<view class="g_fs_17 g_c_0 g_mb_4">新的成员</view>
|
|
|
|
|
<view class="g_c_9 g_fs_14" v-if="applyNum">您有{{applyNum}}条申请等待审核</view>
|
|
|
|
|
</view>
|
|
|
|
|
<div class="g_flex_column_center g_flex_none" >
|
|
|
|
|
<div class="g_flex_row_end">
|
|
|
|
|
<div style="font-size: 14px;background-color: #ff4d4f; color: #fff; border-radius: 50%; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center;">
|
|
|
|
|
{{ applyNum }}
|
|
|
|
|
</div>
|
|
|
|
|
<view class="g_flex_column_center">
|
|
|
|
|
<i class="iconfont icon-gengduo11 g_c_c"></i>
|
|
|
|
|
</view>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="r_box g_ml_10 g_mr_10">
|
|
|
|
|
</div>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<div class="dom_3 r_box g_ml_10 g_mr_10" style="margin-top: 10px;">
|
|
|
|
|
<div v-for="item in memberList" :key="item.id" @click="editMember(item)" class="g_border_e_b g_flex_row_between g_fs_18" style="padding: 19px 12px 19px 22px">
|
|
|
|
|
<div class="g_flex_row_start flex_center" style="font-size: 16px; color: #333333">
|
|
|
|
|
{{ item.aliasName || item.userName }}
|
|
|
|
|
@ -43,10 +59,10 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_flex_row_end flex_center g_c_6" style="font-size: 16px; color: #888">
|
|
|
|
|
<!-- <div class="g_flex_row_end flex_center g_c_6" style="font-size: 16px; color: #888">
|
|
|
|
|
{{ item.tel }}
|
|
|
|
|
<i class="iconfont icon-gengduo11 g_c_c" style="font-size: 16px"></i>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_h_40"></div>
|
|
|
|
|
@ -61,16 +77,8 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</g-panel-fixed>
|
|
|
|
|
<!-- <div class="g_h_24"></div> -->
|
|
|
|
|
<!-- <div class="sticky g_bg_f g_flex_row_center g_pt_8" style="padding-bottom: calc(constant(safe-area-inset-bottom) + 16px); padding-bottom: calc(env(safe-area-inset-bottom) + 16px); box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.06)">
|
|
|
|
|
<rh-button icon="icon-tianjia g_fsi_16 g_mr_8" btnText="添加成员" class="" @clickBtn="addMember"></rh-button>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
<!-- <div class="g_flex_row_end g_bg_f" style="padding: 14px 16px 34px"> -->
|
|
|
|
|
|
|
|
|
|
<!-- <rh-button btnText="添加部门" size="small" class="g_ml_16" @clickBtn="goLogin"></rh-button> -->
|
|
|
|
|
<!-- </div> -->
|
|
|
|
|
<u-popup v-model="addMemberShow" mode="bottom" z-index="999999" border-radius="12" :closeable="false" :mask-close-able="true" @close="addMemberShow = false">
|
|
|
|
|
<view class="g_text_c g_bg_f_5 g_fs_17">
|
|
|
|
|
<view class="g_bg_f">
|
|
|
|
|
|