|
|
|
@ -103,12 +103,25 @@
|
|
|
|
|
.trunk-search .form-group {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-group {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
.form-group label {
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
}
|
|
|
|
|
.form-group .txt {
|
|
|
|
|
width: 180px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</block>
|
|
|
|
|
|
|
|
|
|
<block name="body">
|
|
|
|
|
<div class="page-list normal_list apply-index-list jssearch">
|
|
|
|
|
<div style="position: absolute;margin: .6% 2% 0 2%;margin-top: -30px;color: #6a7082;">
|
|
|
|
|
<div style="position: absolute;margin-top: -25px;color: #6a7082;">
|
|
|
|
|
<span class="back-btn" style="cursor: pointer;"><i class="iconfont iconreply"></i> 返回</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="trunk-title">
|
|
|
|
@ -121,30 +134,16 @@
|
|
|
|
|
<div class="trunk-search clearfix">
|
|
|
|
|
<!-- <form action="{:U('PromoteCoin/coinRecord',array('game_id'=>I('get.game_id')))}" method="post" enctype="multipart/form-data"-->
|
|
|
|
|
<!-- class="marg_top20">-->
|
|
|
|
|
<div class="form-group normal_space fr">
|
|
|
|
|
<input type="submit" class="submit" id='submit' url="{:U('PromoteCoin/coinDetails',array('model'=>$model['name'],'game_id'=>I('get.game_id')),false)}"
|
|
|
|
|
value="查询">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group normal_space fr">
|
|
|
|
|
<label>充值时间:</label>
|
|
|
|
|
<div class="select-time">
|
|
|
|
|
<input type="text" id="start_time" class="txt" name="start_time" placeholder="" value="{:I('start_time')}" >
|
|
|
|
|
</div>
|
|
|
|
|
<label class="form-title select-title zhi_color"> 至 </label>
|
|
|
|
|
<div class="select-time">
|
|
|
|
|
<input type="text" id="end_time" class="txt" name="end_time" placeholder="" value="{:I('end_time')}">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group normal_space fr">
|
|
|
|
|
<label>对手账号类型:</label>
|
|
|
|
|
<select id="handle_type" name="handle_type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
|
|
<label>操作类型:</label>
|
|
|
|
|
<select id="type" name="type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
<volist name="targetTypeLevels" id="vo" key="k">
|
|
|
|
|
<volist name="types" id="vo" key="k">
|
|
|
|
|
<option value="{$k}" title="{$vo}">{$vo}</option>
|
|
|
|
|
</volist>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group normal_space fr">
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
|
|
<label>操作方式:</label>
|
|
|
|
|
<select id="sub_type" name="sub_type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
@ -153,15 +152,29 @@
|
|
|
|
|
</volist>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group normal_space fr">
|
|
|
|
|
<label>操作类型:</label>
|
|
|
|
|
<select id="type" name="type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
|
|
<label>对手账号类型:</label>
|
|
|
|
|
<select id="handle_type" name="handle_type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
<volist name="types" id="vo" key="k">
|
|
|
|
|
<volist name="targetTypeLevels" id="vo" key="k">
|
|
|
|
|
<option value="{$k}" title="{$vo}">{$vo}</option>
|
|
|
|
|
</volist>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
|
|
<label>充值时间:</label>
|
|
|
|
|
<div class="select-time">
|
|
|
|
|
<input type="text" readonly id="start_time" class="txt" name="start_time" placeholder="" value="{:I('start_time')}" >
|
|
|
|
|
</div>
|
|
|
|
|
<label class="form-title select-title zhi_color"> 至 </label>
|
|
|
|
|
<div class="select-time">
|
|
|
|
|
<input type="text" readonly id="end_time" class="txt" name="end_time" placeholder="" value="{:I('end_time')}">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
|
|
<input type="submit" class="submit" id='submit' url="{:U('PromoteCoin/coinDetails',array('model'=>$model['name'],'game_id'=>I('get.game_id')),false)}"
|
|
|
|
|
value="查询">
|
|
|
|
|
</div>
|
|
|
|
|
<!-- </form>-->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="trunk-list">
|
|
|
|
|