Commit 3989ebd2 by 冷斌

update

parent a7b393de
......@@ -10,6 +10,7 @@
$action=array("sendgift"=>"赠送礼物","sendbarrage"=>"弹幕","loginbonus"=>"登录奖励","buyvip"=>"购买VIP","buycar"=>"购买坐骑","buyliang"=>"购买靓号",'game_bet'=>'游戏下注','game_return'=>'游戏退还','game_win'=>'游戏获胜','game_banker'=>'庄家收益','set_deposit'=>'上庄扣除','deposit_return'=>'下庄退还','roomcharge'=>'房间扣费','timecharge'=>'计时扣费','sendred'=>'发送红包','robred'=>'抢红包','buyguard'=>'开通守护','reg_reward'=>'注册奖励');
</php>
<form class="well form-search" name="form1" method="post" action="{:U('Coinrecord/index')}">
<!--
<if condition="$showlevel eq 0">
代理商:
<select class="select_2" name="proxyid" id="proxyid">
......@@ -25,6 +26,7 @@
</volist>
</select>
</if>
-->
收支类型:
<select class="select_2" name="type">
<option value="">全部</option>
......@@ -48,7 +50,7 @@
主播:
<input type="text" name="touid" style="width: 200px;" value="{$formget.touid}" placeholder="请输入主播ID值...">
<input type="submit" class="btn btn-primary" value="搜索">
<input type="button" class="btn btn-primary" style="background-color: #1dccaa;" value="导出" onclick="form1.action='{:U('Userauth/export')}';form1.submit();"/>
<input type="button" class="btn btn-primary" style="background-color: #1dccaa;" value="导出" onclick="form1.action='{:U('Coinrecord/export')}';form1.submit();"/>
</form>
<form method="post" class="js-ajax-form">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment