Commit 65fc754d by 冷斌

fix bug

parent ec3e7f83
......@@ -3,8 +3,7 @@
<body>
<div class="wrap">
<ul class="nav nav-tabs">
<li class="active"><a >充值记2录</a></li>
<li class="active"><a >充值记录</a></li>
</ul>
<form class="well form-search" name="form1" method="post" style="float:left" action="">
订单状态:
......@@ -19,7 +18,6 @@
关键字:
<input type="text" name="keyword" style="width: 200px;" value="{$formget.keyword}" placeholder="请输入会员id、订单号...">
<input type="button" class="btn btn-primary" value="搜索" onclick="form1.action='{:U('Charge/index')}';form1.submit();"/>
<input type="button" class="btn btn-primary" style="background-color: #1dccaa;" value="导出" onclick="form1.action='{:U('Charge/export2')}';form1.submit();"/>
<div style="margin-top:10px">
人民币金额统计:{$moneysum|default=0} 元 (根据筛选条件统计)
</div>
......
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