...
|
...
|
@@ -30,9 +30,8 @@ |
|
|
<input type="text" class="form-control js-bootstrap-datetime" name="end_time"
|
|
|
value="{$end_time|default=''}"
|
|
|
style="width: 140px;" autocomplete="off">
|
|
|
<input type="submit" class="btn btn-primary" value="搜索" />
|
|
|
<input type="hidden" name="type" value="daochu">
|
|
|
<input type="submit" class="btn btn-primary" value="导出" />
|
|
|
<input type="submit" id="search" class="btn btn-primary" value="搜索" />
|
|
|
<input type="submit" id="excel" class="btn btn-primary" value="导出" />
|
|
|
<a class="btn btn-danger" href="{:url('volunteer/index')}">清空</a>
|
|
|
</form>
|
|
|
<form class="js-ajax-form" action="" method="post">
|
...
|
...
|
|