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.
143 lines
5.3 KiB
HTML
143 lines
5.3 KiB
HTML
5 years ago
|
<extend name="Public/base" />
|
||
|
|
||
|
<block name="body">
|
||
|
<link rel="stylesheet" type="text/css" href="__CSS__/admin_table.css" media="all">
|
||
|
<script type="text/javascript" src="__STATIC__/uploadify/jquery.uploadify.min.js"></script>
|
||
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
||
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
||
|
<div class="main-place">
|
||
|
<span class="main-placetitle">位置</span>
|
||
|
<ul class="main-placeul">
|
||
|
<li><a href="{:U('PromoteWelfare/lists')}">福利管理</a></li>
|
||
|
<li><a href="{:U('PromoteCoin/send_lists')}">平台币收回</a></li>
|
||
|
<li><a href="#">收回平台币</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<!-- 标签页导航 -->
|
||
|
<div class="tab-wrap">
|
||
|
<div class="tab_nav jstabnav">
|
||
|
<ul>
|
||
|
<li data-tab="tab1" class="current"><a href="javascript:void(0);">基础</a></li>
|
||
|
</ul></div>
|
||
|
<div class="tab-content tab_content">
|
||
|
<!-- 表单 -->
|
||
|
<form id="form" action="{:U('deduct',array('model'=>$model['id'],'typee'=>I('type')))}" method="post" class="form-horizontal">
|
||
|
<!-- 基础文档模型 -->
|
||
|
<div id="tab1" class="tab-pane in tab1 tab_table">
|
||
|
<table border="0" cellspacing="0" cellpadding="0">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<if condition="I('type') eq 2">
|
||
|
<td class="l">渠道帐号:</td>
|
||
|
<td class="r" >
|
||
|
<select id="promote_id" name="promote_id">
|
||
|
<volist name=":get_promote_list()" id="vo">
|
||
|
<option coin-yue='{$vo.balance_coin}' value="{$vo.id}">{$vo.account}</option>
|
||
|
</volist>
|
||
|
</select>
|
||
|
</td>
|
||
|
<else/>
|
||
|
<td class="l">玩家账号:</td>
|
||
|
<td class="r" >
|
||
|
<select id="user_id" name="user_id">
|
||
|
<volist name=":get_user_list()" id="vo">
|
||
|
<option coin-yue='{$vo.balance}' value="{$vo.id}">{$vo.account}</option>
|
||
|
</volist>
|
||
|
</select>
|
||
|
</td>
|
||
|
</if>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="l">账户余额:</td>
|
||
|
<td class="r">.
|
||
|
<span class="<if condition='I("type") eq 2'> coin_yue<else/>coin_yue2</if>"></span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="l">收回数量:</td>
|
||
|
<td class="r" >
|
||
|
<input type="text" class="txt" name="num" value="" >
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="l">二级密码:</td>
|
||
|
<td class="r" >
|
||
|
<input type="password" class="txt" name="second_pwd" value="" >
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div class="form-item cf">
|
||
|
<input type="hidden" name="typee" value="{:I('type')}">
|
||
|
<button class="submit_btn ajax-post" id="submit" type="submit" target-form="form-horizontal">确 定</button>
|
||
|
</div>
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
</block>
|
||
|
|
||
|
<block name="script">
|
||
|
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
||
|
<php>if(C('COLOR_STYLE')=='blue_color') echo '<link href="__STATIC__/datetimepicker/css/datetimepicker_blue.css" rel="stylesheet" type="text/css">';</php>
|
||
|
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
|
||
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
|
||
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js" charset="UTF-8"></script>
|
||
|
<script type="text/javascript">
|
||
|
//导航高亮
|
||
|
highlight_subnav('{:U('PromoteCoin/deduct_lists')}');
|
||
|
$('#submit').click(function(){
|
||
|
$('#form').submit();
|
||
|
});
|
||
|
|
||
|
$(function(){
|
||
|
$("#promote_id").select2();
|
||
|
$("#user_id").select2();
|
||
|
$("#game_id").change();
|
||
|
$('.date').datetimepicker({
|
||
|
format: 'yyyy-mm-dd',
|
||
|
language:"zh-CN",
|
||
|
minView:2,
|
||
|
autoclose:true
|
||
|
});
|
||
|
$('.time').datetimepicker({
|
||
|
language:"zh-CN",
|
||
|
hour: 13,
|
||
|
minute: 15
|
||
|
});
|
||
|
showTab();
|
||
|
|
||
|
});
|
||
|
|
||
|
/*获取游戏名称*/
|
||
|
$("#game_id").change(function() {
|
||
|
$("#game_name").val($("#game_id option:selected").text());
|
||
|
getDiscount();
|
||
|
});
|
||
|
$(".coin_yue").text($('#promote_id option:selected').attr('coin-yue')+'平台币');
|
||
|
$('#promote_id').change(function(){
|
||
|
$(".coin_yue").text($('#promote_id option:selected').attr('coin-yue')+'平台币');
|
||
|
});
|
||
|
|
||
|
|
||
|
$(".coin_yue2").text($('#user_id option:selected').attr('coin-yue')+'平台币');
|
||
|
$('#user_id').change(function(){
|
||
|
$(".coin_yue2").text($('#user_id option:selected').attr('coin-yue')+'平台币');
|
||
|
});
|
||
|
function getDiscount() {
|
||
|
$.ajax({
|
||
|
url:"{:U('Ajax/getGameDiscount')}",
|
||
|
type:'post',
|
||
|
dataType:'json',
|
||
|
data:{game_id:$("#game_id").val()},
|
||
|
success:function(data){
|
||
|
$("#game_discount_txt").text(data.discount);
|
||
|
$("#game_discount").val(data.discount);
|
||
|
}
|
||
|
})
|
||
|
}
|
||
|
|
||
|
|
||
|
</script>
|
||
|
</block>
|