解决冲突

master
ELF 5 years ago
commit 90d5d53994

@ -134,37 +134,37 @@
<div class="trunk-search clearfix"> <div class="trunk-search clearfix">
<!-- <form action="{:U('PromoteCoin/coinRecord',array('game_id'=>I('get.game_id')))}" method="post" enctype="multipart/form-data"--> <!-- <form action="{:U('PromoteCoin/coinRecord',array('game_id'=>I('get.game_id')))}" method="post" enctype="multipart/form-data"-->
<!-- class="marg_top20">--> <!-- class="marg_top20">-->
<div class="form-group normal_space"> <div class="form-group normal_space fr">
<label>操作类型:</label> <input type="submit" class="submit" id='submit' url="{:U('PromoteCoin/coinDetails',array('model'=>$model['name'],'game_id'=>I('get.game_id')),false)}"
<select id="type" name="type" class="reselect select_gallery" style="min-width:200px;width: 175px;"> value="查询">
<option value="">全部</option> </div>
<volist name="types" id="vo" key="k"> <div class="form-group normal_space fr">
<option value="{$k}" title="{$vo}">{$vo}</option> <label>充值时间:</label>
</volist> <div class="select-time">
</select> <input type="text" id="start_time" class="txt" name="start_time" placeholder="" value="{:I('start_time')}" >
</div> </div>
<div class="form-group normal_space"> <label class="form-title select-title zhi_color">&nbsp;&nbsp;</label>
<label>操作方式:</label> <div class="select-time">
<select id="sub_type" name="sub_type" class="reselect select_gallery" style="min-width:200px;width: 175px;"> <input type="text" id="end_time" class="txt" name="end_time" placeholder="" value="{:I('end_time')}">
<option value="">全部</option> </div>
<volist name="subTypes" id="vo" key="k"> </div>
<option value="{$k}" title="{$vo}">{$vo}</option> <div class="form-group normal_space fr">
</volist> <label>对手账号类型:</label>
</select> <select id="target_type" name="target_type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
</div> <option value="">全部</option>
<div class="form-group normal_space"> <?php foreach($targetTypeLevels as $key => $name):?>
<label>对手账号类型:</label> <option value="<?=$key?>" title="<?=$name?>"><?=$name?></option>
<select id="handle_type" name="handle_type" class="reselect select_gallery" style="min-width:200px;width: 175px;"> <?php endforeach;?>
<option value="">全部</option> </select>
<volist name="targetTypeLevels" id="vo" key="k"> </div>
<option value="{$k}" title="{$vo}">{$vo}</option> <div class="form-group normal_space fr">
</volist> <label>操作方式:</label>
</select> <select id="sub_type" name="sub_type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
</div> <option value="">全部</option>
<div class="form-group normal_space"> <volist name="subTypes" id="vo" key="k">
<label>充值时间:</label> <option value="{$k}" title="{$vo}">{$vo}</option>
<div class="select-time"> </volist>
<input type="text" readonly id="start_time" class="txt" name="start_time" placeholder="" value="{:I('start_time')}" > </select>
</div> </div>
<label class="form-title select-title zhi_color">&nbsp;&nbsp;</label> <label class="form-title select-title zhi_color">&nbsp;&nbsp;</label>
<div class="select-time"> <div class="select-time">

Loading…
Cancel
Save