tts
This commit is contained in:
parent
8185086e5c
commit
eaf37bfe5e
|
|
@ -48,30 +48,8 @@
|
|||
<input type="text" class="form-control datetimerange" value = "{$default_daterange}" data-locale='{"format":"YYYY-MM-DD"}' placeholder="指定日期" name="filter[daterange]" id="daterange" autocomplete="off" style="width: 200px;">
|
||||
</div>
|
||||
|
||||
<!-- <div class="form-group" style="margin-left: 15px;">
|
||||
<select id="source" data-live-search="true" title="选择订单渠道" name="filter[source]" class="form-control selectpicker show-tick">
|
||||
{foreach $sources as $item}
|
||||
<option value="{$item['id']}">【{$item['ptitle']}】{$item['title']}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group" style="margin-left: 15px;">
|
||||
<div class="col-xs-12">
|
||||
<input id="select_city" class="form-control" data-toggle="city-picker" type="text" />
|
||||
<input id="select_area_id" type="hidden" class="operate" name="area_id" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group" style="margin-left: 15px;">
|
||||
<div class="col-xs-12">
|
||||
<input id="select_item" class="form-control" type="text" autocomplete="off" />
|
||||
<input id="select_item_id" type="hidden" name="item_id" />
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
|
||||
<!-- 查询按钮 -->
|
||||
<button class="btn btn-default" id="filter-btn" style="margin-left: 15px;">查询</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user