|
|
<extend name="Public/promote_base"/>
|
|
|
<block name="css">
|
|
|
<link href="__CSS__/20180207/data.css" rel="stylesheet">
|
|
|
<link href="__CSS__/20180207/manager.css" rel="stylesheet" >
|
|
|
<link href="__CSS__/20180207/finance.css" rel="stylesheet">
|
|
|
<style>
|
|
|
.page-list .trunk-search{
|
|
|
padding-top: 20px;
|
|
|
}
|
|
|
</style>
|
|
|
</block>
|
|
|
|
|
|
<block name="body">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="page-list normal_list apply-app_apply-list">
|
|
|
|
|
|
<div class="trunk-title">
|
|
|
<div class="location">
|
|
|
<div class="location-container">当前位置:<span>测试资源管理></span><span>防护日志</span></div>
|
|
|
</div>
|
|
|
<img src="__IMG__/20180207/icon_chongzhi.png">
|
|
|
<span class="title_main">防护日志</span>
|
|
|
<span class="details">说明:防护日志</span>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div class="trunk-content article">
|
|
|
<div class="trunk-search clearfix">
|
|
|
<div id="form1">
|
|
|
<form id="forms" action="{:U('TestResource/protectLogList',array('row'=>I('get.row')))}" method="post" enctype="multipart/form-data">
|
|
|
<div class="form-group normal_space fl">
|
|
|
<label class="form-title select-title">请选择游戏:</label>
|
|
|
<select id="game_id" name="game_name" class="reselect select_gallery" >
|
|
|
<option game-id="0" value="">请选择游戏</option>
|
|
|
<volist name=":get_game_list()" id="vo">
|
|
|
<option game-id="{$vo.id}" value="{$vo.game_name}" <if condition="$_REQUEST['game_name'] eq $vo['game_name']">selected="selected"</if>>{$vo.game_name}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div class="form-group normal_space fl">
|
|
|
<label class="form-title select-title">请选择区服:</label>
|
|
|
<span id="server_js">
|
|
|
<select id="server_id" name="server_name" class="reselect select_gallery" style="width:101px">
|
|
|
<option game-id="0" value="">请选择区服</option>
|
|
|
<volist name=":getServer_name_on($_POST['game_name'])" id="vo">
|
|
|
<option value="{$vo.server_name}" <if condition="$_REQUEST['server_name'] eq $vo['server_name']">selected="selected"</if>>{$vo.server_name}</option>
|
|
|
</volist>
|
|
|
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group normal_space fl">
|
|
|
<label class="form-title select-title">角色名:</label>
|
|
|
<input type="text" name="nickname" id="nickname" class="txt normal_txt" style="width:110px;" placeholder="角色名" value="{:I('nickname')}" onKeyDown="webchat_chkkeysend(event);">
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group normal_space fl">
|
|
|
<label class="form-title select-title">测试账号:</label>
|
|
|
<input type="text" name="user_account" id="user_account" class="txt normal_txt" style="width:110px;" placeholder="测试账号" value="{:I('user_account')}" onKeyDown="webchat_chkkeysend(event);">
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group normal_space fl">
|
|
|
<label class="form-title select-title">申请时间:</label>
|
|
|
<div class="select-time">
|
|
|
<input type="text" id="sdate" class="txt" name="start" placeholder="开始时间" value="{:I('start')}" autocomplete="off">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group normal_space fl" style="margin-left: 9px;">
|
|
|
<label class="form-title select-title" style="margin-right: 9px;">至</label>
|
|
|
<div class="select-time">
|
|
|
<input type="text" id="edate" class="txt" name="end" placeholder="结束时间" value="{:I('end')}" autocomplete="off">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group normal_space fl">
|
|
|
<label class="form-title select-title">异常类型:</label>
|
|
|
<select id="types" name="types" class="reselect select_gallery" >
|
|
|
<option game-id="0" value="">请选择异常类型</option>
|
|
|
<option value="1" <if condition="$_REQUEST['types'] eq 1">selected="selected"</if>>登陆ip异常</option>
|
|
|
<option value="2" <if condition="$_REQUEST['types'] eq 2">selected="selected"</if>>设备信息异常</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div class="form-group normal_space fl">
|
|
|
<input type="submit" class="submit" id='submit' value="查询" url="{:U('supportNumberList',['type'=>I('type')])}" style="cursor:pointer;">
|
|
|
</div>
|
|
|
<!-- <div class="form-group normal_space fl" style="margin-left: 9px;">-->
|
|
|
<!-- <label class="form-title select-title" style="margin-right: 9px;">至</label>-->
|
|
|
<!-- <div class="select-time">-->
|
|
|
<!-- <input type="text" id="edate" class="txt" name="end" placeholder="结束时间" value="{:I('end')}">-->
|
|
|
<!-- </div>-->
|
|
|
<!-- </div>-->
|
|
|
<!-- <div class="form-group normal_space fl">-->
|
|
|
<!-- <label class="form-title select-title">申请时间:</label>-->
|
|
|
<!-- <div class="select-time">-->
|
|
|
<!-- <input type="text" id="sdate" class="txt" name="start" placeholder="开始时间" value="{:I('start')}" >-->
|
|
|
<!-- </div>-->
|
|
|
<!-- </div>-->
|
|
|
|
|
|
<!-- <div class="form-group normal_space fl">-->
|
|
|
<!-- <input type="text" name="user_account" class="txt normal_txt" id="uid" style="width:110px;" placeholder="请输入玩家账号" value="{:I('user_account')}" onKeyDown="webchat_chkkeysend(event);">-->
|
|
|
<!-- </div>-->
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="page-list apply-app_apply-list query-recharge-list">
|
|
|
<div class="trunk-content article">
|
|
|
<div class="tabcon trunk-list">
|
|
|
<table class="table normal_table zwm_tab">
|
|
|
<tr class="odd zwm_tr">
|
|
|
<th>产品名称</th>
|
|
|
<th>区服</th>
|
|
|
<th>测试账号</th>
|
|
|
<th>所属推广员</th>
|
|
|
<th>角色名称</th>
|
|
|
<th>异常内容</th>
|
|
|
|
|
|
</tr>
|
|
|
<empty name="data">
|
|
|
<tr><td colspan="12" style="text-align: center;height: 45vh;"><img src="__IMG__/20180207/icon_wushujv2.png"/><p style="line-height: 40px;color: #A5A5A5;">暂无数据</p></td></tr>
|
|
|
<else />
|
|
|
<volist name="data" id="s" mod="2">
|
|
|
<tr data-id="{$s.id}" class="<eq name='mod' value='1'>odd</eq>">
|
|
|
<td>{$s.game_name}</td>
|
|
|
<td>{$s.server_name}</td>
|
|
|
<td>{$s.user_account}</td>
|
|
|
<td>{$s.promote_account}</td>
|
|
|
<td>{$s.nickname}</td>
|
|
|
<td>{$s.detail}</td>
|
|
|
</tr>
|
|
|
</volist>
|
|
|
</empty>
|
|
|
</table>
|
|
|
|
|
|
<div class="pagenation clearfix">{$_page}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</block>
|
|
|
<block name="script">
|
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/p_jquery.datetimepicker.css">
|
|
|
<script type="text/javascript" src="__JS__/jquery.datetimepicker.js"></script>
|
|
|
<script type="text/javascript" src="__JS__/20170831/select2.min.js"></script>
|
|
|
<script src="__STATIC__/layer/layer.js"></script>
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
$().ready(function(){
|
|
|
setValue('row','{:I("get.row",10)}');
|
|
|
$("#pagehtml a").on("click",function(event){
|
|
|
event.preventDefault();//使a自带的方法失效,即无法调整到href中的URL(http://www.baidu.com)
|
|
|
var geturl = $(this).attr('href');
|
|
|
$('#data_form').attr('action',geturl);
|
|
|
$('#data_form').submit();
|
|
|
});
|
|
|
|
|
|
$('#sdate').datetimepicker({
|
|
|
lang:'ch',
|
|
|
format:'Y-m-d',
|
|
|
formatDate:'Y-m-d',
|
|
|
timepicker:false
|
|
|
});
|
|
|
|
|
|
$('#add').click(function(){
|
|
|
var url = $(this).attr('url');
|
|
|
window.location.href = url;
|
|
|
|
|
|
});
|
|
|
$('.apply').click(function(){
|
|
|
var id = $(this).attr('data-id');
|
|
|
var url = "{:U('apply','','')}"+'/id/'+id;
|
|
|
window.location.href = url;
|
|
|
|
|
|
});
|
|
|
|
|
|
$('.open_edit').click(function(){
|
|
|
var account=$(this).attr('data-account');
|
|
|
var password=$(this).attr('data-password');
|
|
|
var game_name=$(this).attr('data-game_name');
|
|
|
var server_name=$(this).attr('data-server_name');
|
|
|
var role_name=$(this).attr('data-role_name');
|
|
|
var support_id=$(this).attr('data-support_id');
|
|
|
$('#i_account').val(account);
|
|
|
$('#i_password').val(password);
|
|
|
$('#i_game_name').val(game_name);
|
|
|
$('#i_server_name').val(server_name);
|
|
|
$('#i_role_name').val(role_name);
|
|
|
$('#i_support_id').val(support_id);
|
|
|
var id_editor= '.div_editor';
|
|
|
//页面层
|
|
|
layer.open({
|
|
|
type: 1,
|
|
|
title: '新增扶持-修改',
|
|
|
closeBtn: 1,
|
|
|
area: ['600px','580px'],
|
|
|
//skin: 'layui-layer-bgwhite', //白色背景色
|
|
|
shadeClose: true,
|
|
|
content: $(id_editor),
|
|
|
})
|
|
|
|
|
|
});
|
|
|
|
|
|
$('.i_save').click(function () {
|
|
|
var id = $('#i_support_id').val();
|
|
|
var role_name =$('#i_role_name').val();
|
|
|
var user_password = $('#i_password').val();
|
|
|
|
|
|
if(role_name==''){
|
|
|
layer.msg('角色名不能为空');
|
|
|
return false;
|
|
|
}
|
|
|
if(user_password==''){
|
|
|
layer.msg('密码不能为空');
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
$.ajax({
|
|
|
async: false,
|
|
|
url:"{:U('support_edit')}",
|
|
|
type:"POST",
|
|
|
dataType:"json",
|
|
|
data:{id:id,role_name:role_name,user_password:user_password},
|
|
|
success:function(result){
|
|
|
if(result.status==0){
|
|
|
layer.msg(result.msg,{icon: 2});
|
|
|
}else{
|
|
|
layer.msg('修改成功');
|
|
|
setTimeout(function(){
|
|
|
location.reload();
|
|
|
},1000);
|
|
|
}
|
|
|
},
|
|
|
error:function(){
|
|
|
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
|
|
|
$('.i_cancel').click(function () {
|
|
|
location.reload();
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
$(".select_gallery").select2();
|
|
|
|
|
|
$('#edate').datetimepicker({
|
|
|
lang:'ch',
|
|
|
format:'Y-m-d',
|
|
|
formatDate:'Y-m-d',
|
|
|
timepicker:false
|
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
$("#submit").click(function(){
|
|
|
// {:U('TestResource/supportNumberList',array('row'=>I('get.row'),'game_name'=>$_POST['game_name'],'server_name'=>$_POST['server_name'],'role_name'=>$_POST['role_name'],'user_account'=>$_POST['user_account'],'promote_name'=>$_POST['promote_name']))}" method="post" enctype="multipart/form-data">
|
|
|
|
|
|
var formsUrl ="{:U('TestResource/protectLogList','','')}"
|
|
|
+'/game_name/'+$('#game_id').val()
|
|
|
+'/server_name/'+$('#server_id').val()
|
|
|
+'/nickname/'+$('#nickname').val()
|
|
|
+'/user_account/'+$('#user_account').val()
|
|
|
+'/start/'+$('#sdate').val()
|
|
|
+'/end/'+$('#edate').val()
|
|
|
+'/types/'+$('#types').val();
|
|
|
console.log(formsUrl);
|
|
|
$('#forms').attr('action',formsUrl);
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
$("#game_id").change(function(){
|
|
|
|
|
|
$.ajax({
|
|
|
|
|
|
url:"{:U('getServer')}",
|
|
|
|
|
|
type:"post",
|
|
|
|
|
|
data:{game_id:$("#game_id option:selected").attr('game-id')},
|
|
|
|
|
|
dataType:'json',
|
|
|
|
|
|
success:function(data){
|
|
|
console.log(data);
|
|
|
str = "<option value=''>请选择区服</option>";
|
|
|
|
|
|
for (var i in data){
|
|
|
|
|
|
str += "<option value='"+data[i].server_name+"'>"+data[i].server_name+"</option>"
|
|
|
|
|
|
}
|
|
|
|
|
|
$("#server_id").empty();
|
|
|
|
|
|
$("#server_id").append(str);
|
|
|
|
|
|
$("#server_id").select2();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
})
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
$("#server_js").click(function(event) {
|
|
|
|
|
|
var game_id=$("#game_id").val();
|
|
|
|
|
|
if(game_id==0){
|
|
|
|
|
|
layer.msg('请先选择游戏');
|
|
|
}
|
|
|
});
|
|
|
function webchat_chkkeysend(event)
|
|
|
{
|
|
|
if (event.keyCode==13) {
|
|
|
|
|
|
$('#submit').click();
|
|
|
}
|
|
|
}
|
|
|
|
|
|
$('.froze-btn').on({
|
|
|
click: function() {
|
|
|
var id = $(this).parents('tr').eq(0).attr('data-id')
|
|
|
layer.confirm('是否确认冻结帐号?', {icon: 3, title:'提示'}, function(index){
|
|
|
$.ajax({
|
|
|
url: "{:U('TestResource/freezeSupport')}",
|
|
|
data: {support_id: id},
|
|
|
type: 'post',
|
|
|
dataType: 'json',
|
|
|
success: function(response) {
|
|
|
layer.msg(response.msg, {time: 1000}, function() {
|
|
|
window.location.href = window.location.href
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
|
|
|
$('.unfroze-btn').on({
|
|
|
click: function() {
|
|
|
var id = $(this).parents('tr').eq(0).attr('data-id')
|
|
|
layer.confirm('是否确认启用帐号?', {icon: 3, title:'提示'}, function(index){
|
|
|
$.ajax({
|
|
|
url: "{:U('TestResource/unfreezeSupport')}",
|
|
|
data: {support_id: id},
|
|
|
type: 'post',
|
|
|
dataType: 'json',
|
|
|
success: function(response) {
|
|
|
layer.msg(response.msg, {time: 1000}, function() {
|
|
|
window.location.href = window.location.href
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
|
|
|
$('.unfroze-btn').on({
|
|
|
click: function() {
|
|
|
var id = $(this).parents('tr').eq(0).attr('data-id')
|
|
|
layer.confirm('是否确认启用帐号?', {icon: 3, title:'提示'}, function(index){
|
|
|
$.ajax({
|
|
|
url: "{:U('TestResource/unfreezeSupport')}",
|
|
|
data: {support_id: id},
|
|
|
type: 'post',
|
|
|
dataType: 'json',
|
|
|
success: function(response) {
|
|
|
layer.msg(response.msg, {time: 1000}, function() {
|
|
|
window.location.href = window.location.href
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
|
|
|
$('.changePassward-btn').on({
|
|
|
click: function() {
|
|
|
var id = $(this).parents('tr').eq(0).attr('data-id')
|
|
|
layer.confirm('是否确认重置账号密码?', {icon: 3, title:'提示'}, function(index){
|
|
|
$.ajax({
|
|
|
url: "{:U('TestResource/rechangePassward')}",
|
|
|
data: {support_id: id},
|
|
|
type: 'post',
|
|
|
dataType: 'json',
|
|
|
success: function(response) {
|
|
|
console.log(response)
|
|
|
layer.confirm(response.msg, {icon: 3, title:'提示'}, function() {
|
|
|
window.location.href = window.location.href
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
|
|
|
</script>
|
|
|
</block>
|