|
|
@ -24,9 +24,9 @@ use \common\libs\MyLib; |
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
<label for="datepicker">通话时间</label> |
|
|
|
<label for="datepicker">通话时间</label> |
|
|
|
<div class="input-group" id="datepicker"> |
|
|
|
<div class="input-group" id="datepicker"> |
|
|
|
<input type="text" class="form-control" id="begin_date" name="begin_date" value="" autocomplete="off" /> |
|
|
|
<input type="text" class="form-control" id="begin_date" name="begin_date" value="<?=date('Y-m-d')?>" autocomplete="off" />
|
|
|
|
<span class="input-group-addon">到</span> |
|
|
|
<span class="input-group-addon">到</span> |
|
|
|
<input type="text" class="form-control" id="end_date" name="end_date" value="" autocomplete="off" /> |
|
|
|
<input type="text" class="form-control" id="end_date" name="end_date" value="<?=date('Y-m-d')?>" autocomplete="off" />
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<button type="submit" class="btn btn-primary">搜索</button> |
|
|
|
<button type="submit" class="btn btn-primary">搜索</button> |
|
|
|