You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
664 lines
33 KiB
HTML
664 lines
33 KiB
HTML
<extend name="Public/base"/>
|
|
|
|
<block name="body">
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
<link rel="stylesheet" href="__CSS__/pro_promote.css" type="text/css" />
|
|
<script src="__STATIC__/jquery.form.js"></script>
|
|
<script src="__STATIC__/layer/layer.js"></script>
|
|
<script type="text/javascript" src="__JS__/bootstrap.min.js"></script>
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
<style>
|
|
.select2-container--default .select2-selection--single {
|
|
color: #000;
|
|
resize: none;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
|
box-shadow: 0px 3px 3px #F7F8F9 inset;height:35px;
|
|
height:28px;border-radius:3px;font-size:12px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height:35px;
|
|
line-height:28px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
height:26px;
|
|
}
|
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
height:26px;line-height:26px;font-size:12px;
|
|
}
|
|
.select2-results__option[aria-selected] {font-size:12px;}
|
|
.layui-layer-dialog .layui-layer-content{color:red}
|
|
</style>
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
<div class="fr">
|
|
<a <if condition="(I('type') eq 1) or (I('type') eq '') "> class="tabchose" </if> href="{:U('lists',array('type'=>1))}">推广员列表</a>
|
|
<a <if condition="I('type') eq 2"> class="tabchose" </if> href="{:U('lists',array('type'=>2))}">混服申请</a>
|
|
</div>
|
|
<h3 class="page_title">推广员</h3>
|
|
<if condition="(I('type',1) eq 1) ">
|
|
<p class="description_text">说明:此功是查看并管理推广员的功能</p>
|
|
<else/>
|
|
<p class="description_text">说明:此功是查看并管理混服申请的功能</p>
|
|
</if>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="cf top_nav_list">
|
|
<div class="fl button_list">
|
|
<div class="tools">
|
|
<empty name="show_status">
|
|
<a class=" " href="{:U('add?model='.$model['id'])}"><span class="button_icon button_icon1"></span>新增</a>
|
|
<a class="ajax-post " target-form="ids" url="{:U('Promote/set_status',array('status'=>1,'msg_type'=>5,'field'=>'status'))}"><span class="button_icon button_icon9"></span>审核</a>
|
|
<a class="ajax-post " target-form="ids" url="{:U('Promote/idcar_status',array('status'=>1,'msg_type'=>5,'field'=>'status'))}"><span class="button_icon button_icon9"></span>资质审核</a>
|
|
<a class="ajax-post " target-form="ids" url="{:U('Promote/idcar_status',array('status'=>2,'msg_type'=>5,'field'=>'status'))}"><span class="button_icon button_icon9"></span>拒绝身份通过</a>
|
|
<if condition="C(PROMOTE_AUTO_AUDIT) eq 0">
|
|
<a class="ajax-get" target-form="ids" url='{:U("set_config_auto_audit",array("val"=>1,"config_key"=>"PROMOTE_AUTO_AUDIT"))}'><span class="button_icon button_icon4"></span>开启自动审核</a>
|
|
<else/>
|
|
<a class="ajax-get" target-form="ids" url='{:U("set_config_auto_audit",array("val"=>0,"config_key"=>"PROMOTE_AUTO_AUDIT"))}'><span class="button_icon button_icon5"></span>关闭自动审核</a>
|
|
</if>
|
|
<else/>
|
|
<a class="ajax-post" target-form="ids" url="{:U('Promote/checkSiteApply',array('model'=>1))}"><span class="button_icon button_icon9"></span>审核</a>
|
|
<a class="ajax-post" target-form="ids" url="{:U('Promote/delSiteApply',array('model'=>1))}"><span class="button_icon button_icon2"></span>删除</a>
|
|
<if condition="C(SITE_APPLY_AUTO_AUDIT) eq 0">
|
|
<a class="ajax-get" target-form="ids" url='{:U("set_config_auto_audit",array("val"=>1,"config_key"=>"SITE_APPLY_AUTO_AUDIT"))}'><span class="button_icon button_icon4"></span>开启自动审核</a>
|
|
<else/>
|
|
<a class="ajax-get" target-form="ids" url='{:U("set_config_auto_audit",array("val"=>0,"config_key"=>"SITE_APPLY_AUTO_AUDIT"))}'><span class="button_icon button_icon5"></span>关闭自动审核</a>
|
|
</if>
|
|
</empty>
|
|
</div>
|
|
</div>
|
|
<!-- 高级搜索 -->
|
|
<div class="jssearch fl cf search_list">
|
|
<div class="input-list search-title-box">
|
|
<label>搜索:</label>
|
|
</div>
|
|
<div class="input-list input-list-promote search_label_rehab">
|
|
<select id="promote_id" name="promote_id" class="select_gallery" >
|
|
<option value="">推广员账号</option>
|
|
<volist name=":get_promote_listOther(1)" id="vo">
|
|
<option promote-id="{$vo.id}" value="{$vo.id}">{$vo.account}</option>
|
|
</volist>
|
|
</select>
|
|
</div>
|
|
<empty name='show_status'>
|
|
<div class="input-list input-list-parent search_label_rehab">
|
|
<select id="parent_id" name="parent_id" class="select_gallery" >
|
|
<option value="">上级推广员</option>
|
|
<volist name=":get_all_toppromote()" id="vo">
|
|
<option parent-id="{$vo.id}" value="{$vo.id}">{$vo.account}</option>
|
|
</volist>
|
|
</select>
|
|
</div>
|
|
<div class="input-list input-list-channelstatus">
|
|
<select name="promote_level" class="select_gallery">
|
|
<option value="">推广员等级</option>
|
|
<option value="1">会长</option>
|
|
<option value="2">部门长</option>
|
|
<option value="3">组长</option>
|
|
<option value="4">组员</option>
|
|
</select>
|
|
</div>
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
<select id="admin_uid" name="admin_uid" class="select_gallery" >
|
|
<option value="">归属管理员</option>
|
|
<volist name="admins" id="admin">
|
|
<option value="{$admin.uid}" <if condition="$admin.uid eq I('admin_uid')">selected</if> >{$admin.nickname}</option>
|
|
</volist>
|
|
</select>
|
|
</div>
|
|
<div class="input-list input-list-admin search_label_rehab">
|
|
<select id="admin_id" name="admin_id" class="select_gallery" >
|
|
<option value="">商务专员</option>
|
|
<volist name=":get_business_affairs_list()" id="vo">
|
|
<option ba-id="{$vo.id}" value="{$vo.id}">{$vo.account}</option>
|
|
</volist>
|
|
</select>
|
|
</div>
|
|
<div class="input-list input-list-channelstatus">
|
|
<select name="status" class="select_gallery">
|
|
<option value="">渠道状态</option>
|
|
<option value="1">正常</option>
|
|
<option value="2">{:L('Lock')}</option>
|
|
<option value="0">待审核</option>
|
|
</select>
|
|
</div>
|
|
<div class="input-list input-list-channelstatus">
|
|
<select name="ver_status" class="select_gallery">
|
|
<option value="">审核状态</option>
|
|
<option value="0">未认证</option>
|
|
<option value="1">审核成功</option>
|
|
<option value="2">审核失败</option>
|
|
<option value="3">审核中</option>
|
|
<option value="4">修改审核中</option>
|
|
</select>
|
|
</div>
|
|
<div class="input-list input-list-channelstatus">
|
|
<select name="oa_associated" class="select_gallery">
|
|
<option value="">oa关联</option>
|
|
<option value="1">已关联</option>
|
|
<option value="0">未关联</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="input-list input-list-channelstatus">
|
|
<select name="company_belong" class="select_gallery">
|
|
<option value="">请选择团体类型</option>
|
|
<volist name=":getCompanyBlong()" id="vo">
|
|
<option value="{$vo.id}" <php> if($_GET['company_belong'] !='' && $vo['id'] == $_GET['company_belong'])echo selected;</php>>{$vo.name}</option>
|
|
</volist>
|
|
</select>
|
|
</div>
|
|
<else/>
|
|
<div class="input-list input-list-channelstatus">
|
|
<select name="url_type">
|
|
<option value="">站点来源</option>
|
|
<option value="1">系统分配</option>
|
|
<option value="2">自主添加</option>
|
|
</select>
|
|
</div>
|
|
<div class="input-list input-list-channelstatus">
|
|
<select name="status">
|
|
<option value="">审核状态</option>
|
|
<option value="1">已审核</option>
|
|
<option value="2">未审核</option>
|
|
</select>
|
|
</div>
|
|
<div class="input-list input-list-channelstatus">
|
|
<select name="oa_associated">
|
|
<option value="">oa关联</option>
|
|
<option value="1">已关联</option>
|
|
<option value="0">未关联</option>
|
|
</select>
|
|
</div>
|
|
|
|
</empty>
|
|
<input type="hidden" name="" value="" class="sortBy">
|
|
<input type="hidden" name="type" value="{$_GET['type']}">
|
|
<div class="input-list">
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('Promote/lists','model='.$model['name'] .'&row='.I('row'),false)}">搜索</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 数据列表 -->
|
|
<div class="data_list">
|
|
<empty name="show_status">
|
|
<div class="">
|
|
<table>
|
|
<!-- 表头 -->
|
|
<thead>
|
|
<tr>
|
|
<th>
|
|
<input class="check-all" type="checkbox">
|
|
</th>
|
|
<th>推广员ID</th>
|
|
<th>推广员账号</th>
|
|
<th>手机号码</th>
|
|
<th>平台币余额</th>
|
|
<th>总流水</th>
|
|
<th ><a class="paixu" data-order='create_time'>注册时间</a></th>
|
|
<th ><a class="paixu" data-order='last_login_time'>最后登录时间</a></th>
|
|
<th>渠道类型</th>
|
|
<th>所属会长</th>
|
|
<th>公会归属</th>
|
|
<th>公会关系</th>
|
|
<th>归属管理员</th>
|
|
<th>商务专员</th>
|
|
<th>状态</th>
|
|
<th>身份状态</th>
|
|
<th>oa关联</th>
|
|
<th>可申请游戏</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<!-- 列表 -->
|
|
<tbody>
|
|
<if condition = "empty($list_data)">
|
|
<tr>
|
|
<td colspan="16" class="text-center">aOh! 暂时还没有内容!</td>
|
|
</tr>
|
|
</if>
|
|
<notemtpy name = "list_data">
|
|
<volist name="list_data" id="data">
|
|
<tr>
|
|
<td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
|
|
<td>{$data.id}</td>
|
|
<td>
|
|
{$data.account}
|
|
</td>
|
|
<td>
|
|
{$data.mobile_phone}
|
|
</td>
|
|
<td>{$data.balance_coin}</td>
|
|
<td>{$data['pay_amount']}</td>
|
|
<td>{$data['create_time']}</td>
|
|
<td>{$data['last_login_time']}</td>
|
|
<td>{$data['level_name']}</td>
|
|
<td>
|
|
{$data['top_account']}
|
|
</td>
|
|
<td>{$data['company_belong_str']}</td>
|
|
<td>{$data['company_relation_str']}</td>
|
|
<td>{$data['admin_nickname']}</td>
|
|
<td>{$data['b_account']}</td>
|
|
<td>
|
|
<if condition="$data['status'] eq 0">
|
|
<span class="preview_status">{$data.status_str}</span>
|
|
<elseif condition="$data['status'] eq 2 " />
|
|
<span class="disabled_status">{$data.status_str}</span>
|
|
<else/>
|
|
{$data.status_str}
|
|
</if>
|
|
</td>
|
|
<td>
|
|
{$data['ver_status']}
|
|
</td>
|
|
<if condition="$data['oa_associated'] eq 1">
|
|
<td>{$data.oa_associated_str}</td>
|
|
<else />
|
|
<td style="color: red;">{$data.oa_associated_str}</td>
|
|
</if>
|
|
<td><a class="ajax-view" data-id="{$data.id}">查看</a></td>
|
|
<td>
|
|
<a href="{:U('edit',array('id'=>$data['id']))}" class="">编辑</a>
|
|
<if condition="$data.status neq 2">
|
|
<a href="{:U("Promote/set_status",array('ids'=>$data['id'],"status"=>2,"msg_type"=>11,"field"=>"status"))}" class="ajax-get ">{:L('Lock')}</a>
|
|
<else/>
|
|
<a href="{:U("Promote/set_status",array('ids'=>$data['id'],"status"=>1,"msg_type"=>12,"field"=>"status"))}" class="ajax-get ">解锁</a>
|
|
</if>
|
|
<!-- <if condition="session('user_auth.uid') eq 1">
|
|
<a class='delete' data-id="{$data.id}">删除</a>
|
|
</if> -->
|
|
<if condition="$data.level = 1">
|
|
<a href="{:U('certification', array('id' => $data['id']))}">资质认证</a>
|
|
</if>
|
|
</td>
|
|
</tr>
|
|
</volist>
|
|
</notemtpy>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<else/>
|
|
<div class="">
|
|
<table>
|
|
<!-- 表头 -->
|
|
<thead>
|
|
<tr>
|
|
<th>
|
|
<input class="check-all" type="checkbox">
|
|
</th>
|
|
<th>编号</th>
|
|
<th>推广员账号</th>
|
|
<th>站点来源</th>
|
|
<th>站点链接</th>
|
|
<th>审核状态</th>
|
|
<th>创建时间</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<!-- 列表 -->
|
|
<tbody>
|
|
<if condition = "empty($list_data)">
|
|
<tr>
|
|
<td colspan="10" class="text-center">aOh! 暂时还没有内容!</td>
|
|
</tr>
|
|
</if>
|
|
<notemtpy name = "list_data">
|
|
<volist name="list_data" id="data">
|
|
<tr>
|
|
<td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
|
|
<td>{$data.id}</td>
|
|
<td>
|
|
<if condition="$show_data_power eq true ">
|
|
{:get_promote_account($data.promote_id)}
|
|
<else />
|
|
{:get_promote_account($data.promote_id)|encryptStr}
|
|
</if>
|
|
</td>
|
|
<td>{:get_info_status($data['url_type'],24)}</td>
|
|
<td>{$data.site_url}</td>
|
|
<td>
|
|
<switch name='data["status"]'>
|
|
<case value="1">已审核</case>
|
|
<default />未审核
|
|
</switch>
|
|
<!-- {:get_info_status($data['status'],31)} -->
|
|
</td>
|
|
<td>{:set_show_time($data['create_time'])}</td>
|
|
</tr>
|
|
</volist>
|
|
</notemtpy>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</empty>
|
|
|
|
</div>
|
|
<div class="page">
|
|
<if condition="$role_export_check eq true ">
|
|
<a class="sch-btn" href="{:U(CONTROLLER_NAME.'/'.ACTION_NAME,array_merge(['export'=>1],I('get.')))}" target="_blank">导出</a>
|
|
</if>
|
|
{$_page|default=''}
|
|
</div>
|
|
<div class="pro_promot" style="display:none">
|
|
<form action="{:U('Promote/savePromoteGame')}" id="ajaxForm" method="post" />
|
|
<input type="hidden" name="promote_id" id="se_promote_id" value="" />
|
|
<div class="pro_promot_main">
|
|
<div class="pro_promot_title">
|
|
<div class="fl pro_promot_title_text">
|
|
<div class="fl pro_promot_title_bigtext"> 可申请游戏</div> 选中的游戏将在对应的推广员后台进行展示,推广员可进行游戏申请</div>
|
|
<div class="pro_promot_close fr"><img src="__IMG__/icon_close.png"></div>
|
|
</div>
|
|
<div class="pro_promot_con">
|
|
<div class="pro_promot_account">推广员账号:<span class="pro_promot_number"></span></div>
|
|
<div class="pro_promot_select">
|
|
<div class="pro_promot_select_title fl">选择游戏:</div>
|
|
<div class="pro_promot_select_list fl">
|
|
<a class="pro_promot_select_list_con fl active pro_promot_all pro_promot_mr20">全部 </a>
|
|
<a class="pro_promot_select_list_con fl" data-index="A">A</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="B">B</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="C">C</a>
|
|
<a class="pro_promot_select_list_con fl pro_promot_mr20" data-index="D">D</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="E">E</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="F">F</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="G">G</a>
|
|
<a class="pro_promot_select_list_con fl pro_promot_mr20" data-index="H">H</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="I">I</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="J">J</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="K">K</a>
|
|
<a class="pro_promot_select_list_con fl pro_promot_mr20" data-index="L">L</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="M">M</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="N">N</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="O">O</a>
|
|
<a class="pro_promot_select_list_con fl pro_promot_mr20" data-index="P">P</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="Q">Q</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="R">R</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="S">S</a>
|
|
<a class="pro_promot_select_list_con fl pro_promot_mr20" data-index="T">T</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="U">U</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="V">V</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="W">W</a>
|
|
<a class="pro_promot_select_list_con fl pro_promot_mr20" data-index="X">X</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="Y">Y</a>
|
|
<a class="pro_promot_select_list_con fl" data-index="Z">Z</a>
|
|
</div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
<div class="pro_promot_game">
|
|
<div class="jsgamecheckallbox z_clearfix" >
|
|
<label class="custom-label">
|
|
<input type="checkbox" class="form_control jsgamecheckall" >
|
|
<i class="label_icon"></i>
|
|
<span class="label_text">全选</span></label>
|
|
</div>
|
|
<ul id="game_list" class="z_clearfix game_list" style="clear: both;">
|
|
|
|
</ul>
|
|
</div>
|
|
<div class="clear"></div>
|
|
<div class="pro_promot_btn">
|
|
<div class="fl pro_promot_btn_confirm">确定</div>
|
|
<div class="fr pro_promot_btn_cancel">取消</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<div class="common_settings">
|
|
<span class="plus_icon"><span><img src="__IMG__/zwmimages/icon_jia.png"></span></span>
|
|
<form class="addShortcutIcon">
|
|
<input type="hidden" name="title" value="{$m_title}">
|
|
<input type="hidden" name="url" value="Promote/lists/type/{:I('type',1)}">
|
|
</form>
|
|
<a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;" target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img src="__IMG__/zwmimages/icon_jia.png"><span><notempty name='commonset'>已添加<else />添加至常用设置</notempty></span></a>
|
|
</div>
|
|
|
|
</block>
|
|
|
|
<block name="script">
|
|
<script>
|
|
<volist name=":I('get.')" id="vo">
|
|
Think.setValue('{$key}',"{$vo}");
|
|
</volist>
|
|
$(".select_gallery").select2();
|
|
</script>
|
|
<script type="text/javascript">
|
|
//导航高亮
|
|
highlight_subnav('{:U('Promote/lists')}');
|
|
$(function(){
|
|
//搜索功能
|
|
$("#search").click(function(){
|
|
var url = $(this).attr('url');
|
|
var query = $('.jssearch').find('input').serialize();
|
|
query += "&"+$('.jssearch').find('select').serialize();
|
|
query = query.replace(/(&|^)(\w*?\d*?\-*?_*?)*?=?((?=&)|(?=$))/g,'');
|
|
query = query.replace(/^&/g,'');
|
|
if( url.indexOf('?')>0 ){
|
|
url += '&' + query;
|
|
}else{
|
|
url += '?' + query;
|
|
}
|
|
window.location.href = url;
|
|
});
|
|
$(".paixu").click(function(){
|
|
var that=$(this);
|
|
$data_order=that.attr('data-order');
|
|
$order_type='{$userarpu_order}';
|
|
if($order_type==''||$order_type=='4'){
|
|
$(".sortBy").attr('name','data_order');
|
|
val='3,'+$data_order;
|
|
$(".sortBy").attr('value',val);
|
|
$("#search").click();
|
|
}else if($order_type=='3'){
|
|
$(".sortBy").attr('name','data_order');
|
|
val='4,'+$data_order;
|
|
$(".sortBy").attr('value',val);
|
|
$("#search").click();
|
|
}
|
|
});
|
|
//回车自动提交
|
|
$('.jssearch').find('input').keyup(function(event){
|
|
if(event.keyCode===13){
|
|
$("#search").click();
|
|
}
|
|
});
|
|
$("#admin").on('click',function(event) {
|
|
var navlist = $(this).find('.i_list_li');
|
|
if (navlist.hasClass('hidden')) {
|
|
navlist.removeClass('hidden');
|
|
$(this).find('#i_list_id').focus().val('');
|
|
} else {
|
|
navlist.addClass('hidden');
|
|
}
|
|
$(document).one("click", function(){
|
|
navlist.addClass('hidden');
|
|
});
|
|
event.stopPropagation();
|
|
});
|
|
|
|
$('#admin #i_list_id').on('keyup',function(event) {
|
|
var val = $.trim($(this).val()).toLowerCase();
|
|
$(this).closest('.drop-down').find('#i_list_idh').val(val);
|
|
});
|
|
|
|
$("#admin #i_list_li").find("a").each(function(){
|
|
$(this).click(function(){
|
|
var text = $.trim($(this).text()).toLowerCase();
|
|
$(this).closest('.drop-down').find("#i_list_id").val(text);
|
|
$(this).closest('.drop-down').find('#i_list_idh').val(text);
|
|
})
|
|
});
|
|
|
|
//下拉内容框
|
|
$(".drop-down2").on('click',function(event) {
|
|
var navlist = $(this).find('.i_list_li');
|
|
if (navlist.hasClass('hidden')) {
|
|
navlist.removeClass('hidden');
|
|
$('#i_list_id').focus().val('');
|
|
} else {
|
|
navlist.addClass('hidden');
|
|
}
|
|
$(document).one("click", function(){
|
|
navlist.addClass('hidden');
|
|
});
|
|
event.stopPropagation();
|
|
});
|
|
/* 状态搜索子菜单 */
|
|
/*渠道删除*/
|
|
$('.delete').click(function(){
|
|
var id = $(this).attr('data-id');
|
|
layer.confirm('渠道删除后,下级渠道同时被删除,所属数据归属于自然渠道!', {
|
|
title:'确定要删除该渠道?',
|
|
icon:0,
|
|
btn: ['删除','取消'] //按钮
|
|
}, function(){
|
|
$.ajax({
|
|
type: "POST",
|
|
url: "{:U('del_promote')}",
|
|
dataType: 'json',
|
|
async: false,
|
|
data: {id:id},
|
|
success:function(data){
|
|
if(data.status==1){
|
|
layer.msg(data.msg);
|
|
setTimeout(function(){
|
|
window.location.reload();
|
|
},1500);
|
|
}
|
|
}
|
|
});
|
|
}, function(){
|
|
layer.close();
|
|
});
|
|
|
|
})
|
|
})
|
|
|
|
|
|
</script>
|
|
<script type="text/javascript">
|
|
|
|
//点击字母按照条件按钮筛选
|
|
$(".pro_promot_select_list_con").click(function(){
|
|
//选中高亮样式
|
|
$(this).addClass('active');
|
|
$(this).siblings().removeClass('active');
|
|
|
|
var that = $(this);
|
|
var index = $(this).attr("data-index");
|
|
|
|
$("#game_list li").each(function(index,ele){
|
|
var short = $(this).attr('data-short');
|
|
$(this).show();
|
|
if(that.attr('data-index')){
|
|
if(that.attr('data-index')!=short.charAt(0)){
|
|
$(this).hide();
|
|
}
|
|
}
|
|
})
|
|
});
|
|
|
|
//打开弹窗
|
|
$(".ajax-view").click(function(){
|
|
//获取游戏列表
|
|
var url = "{:U('Promote/getPromoteGame')}";
|
|
var id = $(this).attr('data-id');
|
|
var checked = 'checked';
|
|
|
|
|
|
|
|
$.post(url,{id:id},function(res){
|
|
if(res.code==1){
|
|
|
|
$(".pro_promot_select_list a").eq(0).addClass('active');
|
|
$(".pro_promot_select_list a").eq(0).siblings().removeClass('active');
|
|
|
|
var game_list = res.data.game_list;
|
|
var promote_info = res.data.promote_info;
|
|
var lis = [];
|
|
|
|
$.each(game_list,function(index,ele){
|
|
if(ele.game_name.length>6){
|
|
ele.game_name = ele.game_name .substring(0,6)+"..."
|
|
}
|
|
lis.push('<li class="fl pro_promot_game_con" data-short="'+ele.short+'">');
|
|
|
|
|
|
// if(promote_info['game_ids']==''){
|
|
// lis.push('<input type="checkbox" value="'+ele.id+'" name="game_ids[]" class="fl pro_promot_game_check jsgameid" checked="checked" id="gameCheck'+index+'" />');
|
|
// }else{
|
|
if(promote_info['game_ids'].indexOf(ele.id)>-1){
|
|
lis.push('<input type="checkbox" value="'+ele.id+'" name="game_ids[]" class="fl pro_promot_game_check jsgameid" checked="checked" id="gameCheck'+index+'" />');
|
|
}else{
|
|
$(".jsgamecheckall").attr('checked',false);
|
|
lis.push('<input type="checkbox" value="'+ele.id+'" name="game_ids[]" class="fl pro_promot_game_check jsgameid" id="gameCheck'+index+'" />');
|
|
checked = '';
|
|
}
|
|
// }
|
|
|
|
lis.push('<label for="gameCheck'+index+'" class="fl"></label>');
|
|
lis.push('<span class="fl pro_promot_game_name">'+ele.game_name+'</span>');
|
|
lis.push('</li>');
|
|
});
|
|
|
|
$(".jsgamecheckall").attr('checked',checked);
|
|
|
|
$("#game_list").html(lis.join(''));
|
|
$(".pro_promot_number").text(res.data.promote_info.account);
|
|
$("#se_promote_id").val(res.data.promote_info.id);
|
|
$(".pro_promot").css("display","block");
|
|
|
|
jsgameid();
|
|
|
|
}else{
|
|
var tip_msg = res.info ? res.info : '操作失败';
|
|
layer.msg(tip_msg);
|
|
}
|
|
});
|
|
});
|
|
|
|
//保存修改
|
|
$(".pro_promot_btn_confirm").click(function(){
|
|
$("#ajaxForm").ajaxSubmit(function(res){
|
|
layer.msg(res.msg);
|
|
$(".pro_promot").hide();
|
|
});
|
|
return false;
|
|
});
|
|
|
|
//关闭弹窗
|
|
$(".pro_promot_close").click(function(){
|
|
$(".pro_promot").css("display","none");
|
|
});
|
|
//取消修改
|
|
$(".pro_promot_btn_cancel").click(function(){
|
|
$(".pro_promot").css("display","none");
|
|
layer.msg('修改已取消');
|
|
});
|
|
|
|
$(".jsgamecheckall").click(function(){
|
|
$(this).closest('.jsgamecheckallbox').siblings("#game_list").find(".jsgameid").prop("checked", this.checked);
|
|
});
|
|
|
|
//可申请游戏 全选及全选反选 功能 @author zwm date 20180604
|
|
function jsgameid(){
|
|
$(".jsgameid").click(function(){
|
|
var option = $(this).closest('ul').find(".jsgameid"),
|
|
checkall = $(this).closest('ul').siblings('.jsgamecheckallbox').find('.jsgamecheckall');
|
|
option.each(function(i){
|
|
if(!this.checked){
|
|
checkall.prop("checked", false);
|
|
return false;
|
|
}else{
|
|
checkall.prop("checked", true);
|
|
}
|
|
});
|
|
});
|
|
}
|
|
</script>
|
|
</block>
|