123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321 |
- {extend name="public/container"}
- {block name="head_top"}
- <script src="{__PLUG_PATH}city.js"></script>
- <style>
- .layui-btn-xs{margin-left: 0px !important;}
- legend{
- width: auto;
- border: none;
- font-weight: 700 !important;
- }
- .site-demo-button{
- padding-bottom: 20px;
- padding-left: 10px;
- }
- .layui-form-label{
- width: auto;
- }
- .layui-input-block input{
- width: 50%;
- height: 34px;
- }
- .layui-form-item{
- margin-bottom: 0;
- }
- .layui-input-block .time-w{
- width: 200px;
- }
- .layui-table-body{overflow-x: hidden;}
- .layui-btn-group button i{
- line-height: 30px;
- margin-right: 3px;
- vertical-align: bottom;
- }
- .back-f8{
- background-color: #F8F8F8;
- }
- .layui-input-block button{
- border: 1px solid #e5e5e5;
- }
- .avatar{width: 50px;height: 50px;}
- .layui-table-body{
- overflow-x: unset;
- }
- </style>
- {/block}
- {block name="content"}
- <div class="row">
- <div class="col-sm-12">
- <div class="ibox float-e-margins">
- <div class="ibox-title">
- <h5>会员搜索</h5>
- <div class="ibox-tools">
- <a class="collapse-link">
- <i class="fa fa-chevron-up"></i>
- </a>
- </div>
- </div>
- <div class="ibox-content" style="display: block;">
- <form class="layui-form">
- <div class="layui-form-item">
- <div class="layui-inline">
- <label class="layui-form-label">姓名编号:</label>
- <div class="layui-input-inline">
- <input type="text" name="nickname" lay-verify="nickname" style="width: 100%" autocomplete="off" placeholder="请输入姓名、编号、手机号" class="layui-input">
- </div>
- </div>
- <div class="layui-inline">
- <label class="layui-form-label">状 态:</label>
- <div class="layui-input-inline">
- <select name="status" lay-verify="status">
- <option value="">全部</option>
- <option value="1">正常</option>
- <option value="0">锁定</option>
- </select>
- </div>
- </div>
- </div>
- <div class="layui-form-item">
- <label class="layui-form-label">
- <button class="layui-btn layui-btn-sm layui-btn-normal" lay-submit="" lay-filter="search" >
- <i class="layui-icon layui-icon-search layuiadmin-button-btn"></i>搜索</button>
- </label>
- </div>
- </form>
- </div>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-sm-12">
- <div class="ibox">
- <div class="ibox-content">
- <div class="table-responsive">
- <div class="layui-btn-group conrelTable">
- <button class="layui-btn layui-btn-sm layui-btn-normal" type="button" data-type="refresh"><i class="layui-icon layui-icon-refresh" ></i>刷新</button>
- </div>
- <table class="layui-hide" id="userList" lay-filter="userList"></table>
- <script type="text/html" id="nickname">
- {{d.nickname}}
- {{# if(d.vip_name){ }}
- <p style="color:#dab176">{{d.vip_name}}</p>
- {{# } }}
- </script>
- <script type="text/html" id="company">
- {{d.all_stock_right}}/{{d.all_stock_right_bonus}}
- </script>
- <script type="text/html" id="stock">
- {{d.code_stock_right}}/{{d.code_stock_right_bonus}}
- </script>
- <script type="text/html" id="give">
- {{d.give_stock_right}}/{{d.give_stock_right_bonus}}
- </script>
- <script type="text/html" id="total">
- <div style="cursor: pointer">
- {{d.total_stock}}/{{d.total_sales}}
- </div>
- </script>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script src="{__ADMIN_PATH}js/layuiList.js"></script>
- <script src="{__FRAME_PATH}js/content.min.js?v=1.0.0"></script>
- {/block}
- {block name="script"}
- <script>
- layList.form.render();
- layList.tableList('userList',"{:Url('get_user_list')}",function () {
- return [
- {type:'checkbox'},
- {field: 'uid', title: '编号',event:'uid',width:'4%',align:'center'},
- {field: 'avatar', title: '头像', event:'open_image', width: '6%',align:'center', templet: '<p lay-event="open_image"><img class="avatar" style="cursor: pointer" class="open_image" data-image="{{d.avatar}}" src="{{d.avatar}}" alt="{{d.nickname}}"></p>'},
- {field: 'nickname', title: '姓名',templet:'#nickname',align:'center'},
- {field: 'phone', title: '手机号',align:'center',width:'8%'},
- {field: 'now_money', title: '余额',sort:true,event:'now_money',align:'center'},
- {field: 'company', title: '公司股权/分红',align:'center',templet:"#company"},
- {field: 'code_stock_right', title: '全民股权/分红',align:'center',templet:"#stock"},
- {field: 'give', title: '赠送股权/分红',templet:"#give",align:'center'},
- {field: 'total_stock', title: '总库存/总销量',align:'center',event:'user_code',templet:"#total"},
- ];
- });
- //页面刷新时加载
- layui.use('layer',function(){
- var layer = layui.layer;
- layer.ready(function(){
- });
- });
- layList.date('last_time');
- layList.date('add_time');
- layList.date('user_time');
- layList.date('time');
- //监听并执行 uid 的排序
- layList.sort(function (obj) {
- var layEvent = obj.field;
- var type = obj.type;
- switch (layEvent){
- case 'uid':
- layList.reload({order: layList.order(type,'u.uid')},true,null,obj);
- break;
- case 'now_money':
- layList.reload({order: layList.order(type,'u.now_money')},true,null,obj);
- break;
- case 'integral':
- layList.reload({order: layList.order(type,'u.integral')},true,null,obj);
- break;
- }
- });
- //监听并执行 uid 的排序
- layList.tool(function (event,data,obj) {
- var layEvent = event;
- switch (layEvent){
- case 'open_image':
- $eb.openImage(data.avatar);
- break;
- case 'user_code':
- layList.layer.closeAll();
- $eb.createModalFrame(data.nickname+'-库存/销量详情',layList.Url({a:'see',p:{uid:data.uid}}));
- break;
- }
- });
- //layList.sort('uid');
- //监听并执行 now_money 的排序
- // layList.sort('now_money');
- //监听 checkbox 的状态
- layList.switch('status',function (odj,value,name) {
- if(odj.elem.checked==true){
- layList.baseGet(layList.Url({a:'set_status',p:{status:1,uid:value}}),function (res) {
- layList.msg(res.msg);
- });
- }else{
- layList.baseGet(layList.Url({a:'set_status',p:{status:0,uid:value}}),function (res) {
- layList.msg(res.msg);
- });
- }
- });
- layList.search('search',function(where){
- layList.reload(where,true);
- });
- var action={
- set_status_f:function () {
- var ids=layList.getCheckData().getIds('uid');
- if(ids.length){
- layList.basePost(layList.Url({a:'set_status',p:{is_echo:1,status:0}}),{uids:ids},function (res) {
- layList.msg(res.msg);
- layList.reload();
- });
- }else{
- layList.msg('请选择要封禁的会员');
- }
- },
- set_status_j:function () {
- var ids=layList.getCheckData().getIds('uid');
- if(ids.length){
- layList.basePost(layList.Url({a:'set_status',p:{is_echo:1,status:1}}),{uids:ids},function (res) {
- layList.msg(res.msg);
- layList.reload();
- });
- }else{
- layList.msg('请选择要解封的会员');
- }
- },
- set_grant:function () {
- var ids=layList.getCheckData().getIds('uid');
- if(ids.length){
- var str = ids.join(',');
- $eb.createModalFrame('发送优惠券',layList.Url({c:'ump.store_coupon',a:'grant',p:{id:str}}),{'w':800});
- }else{
- layList.msg('请选择要发送优惠券的会员');
- }
- },
- set_template:function () {
- var ids=layList.getCheckData().getIds('uid');
- if(ids.length){
- var str = ids.join(',');
- }else{
- layList.msg('请选择要发送模板消息的会员');
- }
- },
- set_info:function () {
- var ids=layList.getCheckData().getIds('uid');
- if(ids.length){
- var str = ids.join(',');
- $eb.createModalFrame('发送站内信息',layList.Url({c:'user.user_notice',a:'notice',p:{id:str}}),{'w':1200});
- }else{
- layList.msg('请选择要发送站内信息的会员');
- }
- },
- set_custom:function () {
- var ids=layList.getCheckData().getIds('uid');
- if(ids.length){
- var str = ids.join(',');
- $eb.createModalFrame('发送客服图文消息',layList.Url({c:'wechat.wechat_news_category',a:'send_news',p:{id:str,type:1}}),{'w':1200});
- }else{
- layList.msg('请选择要发送客服图文消息的会员');
- }
- },
- set_group:function () {
- var ids=layList.getCheckData().getIds('uid');
- if(ids.length){
- var str = ids.join(',');
- $eb.createModalFrame('批量设置分组',layList.Url({a:'set_group',p:{uid:str}}),{w:500,h:300});
- }else{
- layList.msg('请选择要批量设置分组的会员');
- }
- },
- refresh:function () {
- layList.reload();
- }
- };
- $('.conrelTable').find('button').each(function () {
- var type=$(this).data('type');
- $(this).on('click',function () {
- action[type] && action[type]();
- })
- })
- $(document).on('click',".open_image",function (e) {
- var image = $(this).data('image');
- $eb.openImage(image);
- })
- //下拉框
- $(document).click(function (e) {
- $('.layui-nav-child').hide();
- })
- function dropdown(that){
- var oEvent = arguments.callee.caller.arguments[0] || event;
- oEvent.stopPropagation();
- var offset = $(that).offset();
- var top=offset.top-$(window).scrollTop();
- var index = $(that).parents('tr').data('index');
- $('.layui-nav-child').each(function (key) {
- if (key != index) {
- $(this).hide();
- }
- })
- if($(document).height() < top+$(that).next('ul').height()){
- $(that).next('ul').css({
- 'padding': 10,
- 'top': - ($(that).parent('td').height() / 2 + $(that).height() + $(that).next('ul').height()/2),
- 'left':offset.left-$(that).parents('td').offset().left-20,
- 'min-width': 'inherit',
- 'position': 'absolute'
- }).toggle();
- }else{
- $(that).next('ul').css({
- 'padding': 10,
- 'top':$(that).parent('td').height() / 2 + $(that).height(),
- 'left':offset.left-$(that).parents('td').offset().left-20,
- 'min-width': 'inherit',
- 'position': 'absolute'
- }).toggle();
- }
- }
- </script>
- {/block}
|