|
|
|
<extend name="Public/base"/>
|
|
|
|
<block name="css">
|
|
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="__CSS__/promote.css" type="text/css"/>
|
|
|
|
<script src="__STATIC__/laydate/laydate.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="__STATIC__/webuploader/webuploader.css" media="all">
|
|
|
|
<style>
|
|
|
|
.select2-container--open {
|
|
|
|
z-index: 1001;
|
|
|
|
}
|
|
|
|
.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;}
|
|
|
|
.textarea-style {
|
|
|
|
width: 200px;
|
|
|
|
height: 80px;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
.mustmark {
|
|
|
|
color: #FF0000;
|
|
|
|
font-style: normal;
|
|
|
|
margin: 0 3px;
|
|
|
|
}
|
|
|
|
.clearfix:after {
|
|
|
|
content: "\20";
|
|
|
|
display: block;
|
|
|
|
height: 0;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.clearfix {
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</block>
|
|
|
|
<block name="body">
|
|
|
|
<script type="text/javascript" src="__JS__/bootstrap.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__JS__/jquery.form.js"></script>
|
|
|
|
<script type="text/javascript" src="__STATIC__/uploadify/jquery.uploadify.min.js"></script>
|
|
|
|
|
|
|
|
<script src="__STATIC__/md5.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
<script type="text/javascript" src="__STATIC__/webuploader/webuploader.js"></script>
|
|
|
|
<script src="__STATIC__/layer/layer.js" type="text/javascript"></script>
|
|
|
|
<script type="text/javascript" src="__STATIC__/layer/extend/layer.ext.js"></script>
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
|
|
<h3 class="page_title">游戏测试资源设置</h3>
|
|
|
|
</div>
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
<!-- 高级搜索 -->
|
|
|
|
<div class="jssearch 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="base_game_id" name="base_game_id" class="select_gallery" style="width:120px;">
|
|
|
|
<option value="0">游戏名称</option>
|
|
|
|
<?php foreach($baseGames as $baseGame):?>
|
|
|
|
<option value="<?=$baseGame['id']?>"><?=$baseGame['name']?></option>
|
|
|
|
<?php endforeach;?>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<div class="input-list input-list-promote search_label_rehab">
|
|
|
|
<select id="partner_id" name="partner_id" class="select_gallery" style="width:120px;">
|
|
|
|
<option value="">游戏合作方</option>
|
|
|
|
<?php foreach($partners as $partner):?>
|
|
|
|
<option value="<?=$partner['id']?>"><?=$partner['partner']?></option>
|
|
|
|
<?php endforeach;?>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('TestingResource/gameSettings')}">搜索</a>
|
|
|
|
<a class="sch-btn" href="javascript:;" id="add-btn">新增</a>
|
|
|
|
</div>
|
|
|
|
<!-- <div class="input-list">
|
|
|
|
<a class="sch-btn" href="{:U('Export/expUser',array_merge(array('id'=>12,),I('get.')))}">导出</a>
|
|
|
|
</div> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- 数据列表 -->
|
|
|
|
<div class="data_list">
|
|
|
|
<div class="">
|
|
|
|
<table>
|
|
|
|
<!-- 表头 -->
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>游戏名称</th>
|
|
|
|
<th>游戏合作方</th>
|
|
|
|
<th>初始额度</th>
|
|
|
|
<th>奖金比例</th>
|
|
|
|
<th>当前已申请资源</th>
|
|
|
|
<th>操作</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<!-- 列表 -->
|
|
|
|
<tbody>
|
|
|
|
<empty name ="records">
|
|
|
|
<td colspan="99" class="text-center">aOh! 暂时还没有内容!</td>
|
|
|
|
<else />
|
|
|
|
<volist name="records" id="data">
|
|
|
|
<tr data-id="<?=$data['id']?>">
|
|
|
|
<td class="base_game_id" data-value="{$data.base_game_id}">{$data.game_name}</td>
|
|
|
|
<td>{$data.partner_name}</td>
|
|
|
|
<td class="base_quota" data-value="{$data.base_quota}">{$data.base_quota}</td>
|
|
|
|
<td class="rate" data-value="{$data.rate}">{$data.rate}%</td>
|
|
|
|
<td>{$data.provide_quota}</td>
|
|
|
|
<td>
|
|
|
|
<div class="partakebtn">
|
|
|
|
<a class="edit-setting">编辑</a>
|
|
|
|
<a class="delete-btn">删除</a>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</volist>
|
|
|
|
</empty>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="page">
|
|
|
|
<if condition="$role_export_check eq true ">
|
|
|
|
<a class="sch-btn export-btn"
|
|
|
|
href="{:U(CONTROLLER_NAME.'/'.ACTION_NAME,array_merge(['export'=>1],I('get.')))}" target="_blank">导出</a>
|
|
|
|
</if>
|
|
|
|
{$_page|default=''}
|
|
|
|
</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="Query/withdraw">
|
|
|
|
</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>
|
|
|
|
|
|
|
|
<div id="add-box" class="layer-box" style="display: none;">
|
|
|
|
<form method="post" enctype="multipart/form-data">
|
|
|
|
<div class="form-group">
|
|
|
|
<label>用户账号</label>
|
|
|
|
<div class="form-item" style="width:200px">
|
|
|
|
<select name="base_game_id" class="select_gallery" style="width:220px;">
|
|
|
|
<option value="0">游戏名称</option>
|
|
|
|
<?php foreach($baseGames as $baseGame):?>
|
|
|
|
<option value="<?=$baseGame['id']?>"><?=$baseGame['name']?></option>
|
|
|
|
<?php endforeach;?>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label>初始额度</label>
|
|
|
|
<div class="form-item" style="width:200px">
|
|
|
|
<input type="text" class="form-input" name="base_quota" style="width:200px" value="" placeholder="请输入初始额度">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label>奖金池比例</label>
|
|
|
|
<div class="form-item" style="width:200px">
|
|
|
|
<input type="text" class="form-input" name="rate" style="width:155px" value="" placeholder="请输入奖金池比例"> %
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label></label>
|
|
|
|
<a id="add-submit" href="javascript:;" class="add-submit btn">确定</a>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</block>
|
|
|
|
|
|
|
|
<block name="script">
|
|
|
|
<script src="__STATIC__/layer/layer.js" type="text/javascript"></script>
|
|
|
|
<script type="text/javascript" src="__STATIC__/layer/extend/layer.ext.js" ></script>
|
|
|
|
<script src="__STATIC__/jquery.cookie.js" charset="utf-8"></script>
|
|
|
|
<script>
|
|
|
|
<volist name=":I('get.')" id="vo">
|
|
|
|
Think.setValue('{$key}',"{$vo}");
|
|
|
|
</volist>
|
|
|
|
$(".select_gallery").select2();
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
//导航高亮
|
|
|
|
highlight_subnav("{:U('TestingResource/gameSettings')}");
|
|
|
|
$(function(){
|
|
|
|
// 添加全部选项
|
|
|
|
if ('all' == "{:I('row', 0)}") {
|
|
|
|
$("#pagechange").prepend("<option value='all' selected>全部</option>");
|
|
|
|
} else {
|
|
|
|
$("#pagechange").prepend("<option value='all'>全部</option>");
|
|
|
|
}
|
|
|
|
|
|
|
|
$('.time-select').each(function(){
|
|
|
|
laydate.render({
|
|
|
|
elem: this,
|
|
|
|
type: 'date'
|
|
|
|
});
|
|
|
|
});
|
|
|
|
//搜索功能
|
|
|
|
$("#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;
|
|
|
|
});
|
|
|
|
//回车自动提交
|
|
|
|
$('.jssearch').find('input').keyup(function(event){
|
|
|
|
if(event.keyCode===13){
|
|
|
|
$("#search").click();
|
|
|
|
}
|
|
|
|
});
|
|
|
|
function getIds() {
|
|
|
|
var ids = [];
|
|
|
|
$('.ids:checked').each(function() {
|
|
|
|
ids.push($(this).val());
|
|
|
|
})
|
|
|
|
return ids;
|
|
|
|
}
|
|
|
|
$('.delete-btn').on({
|
|
|
|
click: function() {
|
|
|
|
var id = $(this).parents('tr').eq(0).attr('data-id');
|
|
|
|
$.ajax({
|
|
|
|
url: '{:U("deleteGameSetting")}',
|
|
|
|
type: 'post',
|
|
|
|
dataType: 'json',
|
|
|
|
data: {id: id},
|
|
|
|
success: function(result) {
|
|
|
|
if (result.status == 1) {
|
|
|
|
layer.msg(result.message)
|
|
|
|
setTimeout(function() {
|
|
|
|
window.location.href = window.location.href
|
|
|
|
}, 200)
|
|
|
|
} else {
|
|
|
|
layer.msg(result.message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
function setSettingForm(baseGameId, baseQuota, rate) {
|
|
|
|
console.log(baseGameId)
|
|
|
|
var box = $('#add-box')
|
|
|
|
box.find('[name=base_game_id]').val(baseGameId)
|
|
|
|
box.find('[name=base_quota]').val(baseQuota)
|
|
|
|
box.find('[name=rate]').val(rate)
|
|
|
|
}
|
|
|
|
|
|
|
|
$('.edit-setting').click(function () {
|
|
|
|
var tr = $(this).parents('tr').eq(0);
|
|
|
|
var baseGameId = tr.find('.base_game_id').attr('data-value');
|
|
|
|
var baseQuota = tr.find('.base_quota').attr('data-value');
|
|
|
|
var rate = tr.find('.rate').attr('data-value');
|
|
|
|
|
|
|
|
setSettingForm(baseGameId, baseQuota, rate);
|
|
|
|
|
|
|
|
var box = $('#add-box')
|
|
|
|
layer.open({
|
|
|
|
title: '新增',
|
|
|
|
type: 1,
|
|
|
|
content: box,
|
|
|
|
area: ['500px', '300px'],
|
|
|
|
zIndex: 250,
|
|
|
|
})
|
|
|
|
$(".select_gallery").select2();
|
|
|
|
});
|
|
|
|
|
|
|
|
function isNumber(num){
|
|
|
|
if(!num) {
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
var strPreg = /^\d+$/
|
|
|
|
if(!strPreg.test(num)) {
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
return true
|
|
|
|
}
|
|
|
|
|
|
|
|
$('#add-btn').click(function () {
|
|
|
|
var box = $('#add-box')
|
|
|
|
|
|
|
|
setSettingForm(0, '', '');
|
|
|
|
|
|
|
|
layer.open({
|
|
|
|
title: '新增',
|
|
|
|
type: 1,
|
|
|
|
content: box,
|
|
|
|
area: ['500px', '300px'],
|
|
|
|
zIndex: 250,
|
|
|
|
})
|
|
|
|
$(".select_gallery").select2();
|
|
|
|
});
|
|
|
|
$('.add-submit').on({
|
|
|
|
click: function() {
|
|
|
|
var box = $('#add-box')
|
|
|
|
var baseGameId = box.find('[name=base_game_id]').val()
|
|
|
|
var baseQuota = box.find('[name=base_quota]').val()
|
|
|
|
var rate = box.find('[name=rate]').val()
|
|
|
|
|
|
|
|
if (!isNumber(baseQuota)) {
|
|
|
|
return layer.msg('初始额度只能为正整数')
|
|
|
|
}
|
|
|
|
if (!isNumber(rate)) {
|
|
|
|
return layer.msg('奖金池比例只能为正整数')
|
|
|
|
}
|
|
|
|
|
|
|
|
$.ajax({
|
|
|
|
url: '{:U("saveGameSetting")}',
|
|
|
|
type: 'post',
|
|
|
|
dataType: 'json',
|
|
|
|
data: { base_game_id: baseGameId, base_quota: baseQuota, rate: rate },
|
|
|
|
success: function(result) {
|
|
|
|
if (result.status == 1) {
|
|
|
|
layer.msg(result.message)
|
|
|
|
setTimeout(function() {
|
|
|
|
window.location.href = window.location.href
|
|
|
|
}, 200)
|
|
|
|
} else {
|
|
|
|
layer.msg(result.message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}
|
|
|
|
})
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</block>
|