init
Showing
1 changed file
with
25 additions
and
2 deletions
| ... | @@ -2,12 +2,35 @@ | ... | @@ -2,12 +2,35 @@ |
| 2 | 2 | ||
| 3 | <body> | 3 | <body> |
| 4 | <div class="page-container"> | 4 | <div class="page-container"> |
| 5 | <form class="" onreset="resetHandler()"> | 5 | <!--<form class="" onreset="resetHandler()"> |
| 6 | <?php $this->load->view('work/search'); ?> | 6 | <?php /*$this->load->view('work/search'); */?> |
| 7 | <div> | 7 | <div> |
| 8 | <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">搜索</button> | 8 | <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">搜索</button> |
| 9 | <input class="btn btn-warning radius" type="reset" value="重置"> | 9 | <input class="btn btn-warning radius" type="reset" value="重置"> |
| 10 | </div> | 10 | </div> |
| 11 | </form>--> | ||
| 12 | <form class="" onreset="resetHandler()"> | ||
| 13 | <div class="row cl mb-20"> | ||
| 14 | <div class="col-xs-2"> | ||
| 15 | <span class="select-box"> | ||
| 16 | <select class="select table_search" name="code" size="1"> | ||
| 17 | <option value="" selected>选择字段</option> | ||
| 18 | <option value="0">姓名</option> | ||
| 19 | <option value="1">身份证号</option> | ||
| 20 | <option value="2">手机号</option> | ||
| 21 | </select> | ||
| 22 | </span> | ||
| 23 | </div> | ||
| 24 | <div class="col-xs-2"> | ||
| 25 | <input type="text" class="input-text" placeholder="" id="keywork" name="keyword"> | ||
| 26 | </div> | ||
| 27 | <div> | ||
| 28 | <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">搜索</button> | ||
| 29 | <input class="btn btn-warning radius" type="reset" value="重置"> | ||
| 30 | </div> | ||
| 31 | <!--<div> | ||
| 32 | <button class="btn btn-primary radius" onclick="layer_show('添加', '<?/*= site_url('/config/add') */?>')">添加</button> | ||
| 33 | </div>--> | ||
| 11 | </form> | 34 | </form> |
| 12 | <div class="body mt-20"> | 35 | <div class="body mt-20"> |
| 13 | <table class="table table-border table-bordered table-bg" id="table"> | 36 | <table class="table table-border table-bordered table-bg" id="table"> | ... | ... |
-
Please register or sign in to post a comment