search range 完成pivot

todo:时差
This commit is contained in:
ivan deng
2017-11-16 01:58:38 +08:00
parent 314ca5ceb9
commit 9877161b4c
6 changed files with 71 additions and 73 deletions

View File

@@ -15,11 +15,11 @@
</span>
<span style="float: left; margin-left: 2px;">
<input style="height: 30px;" class="app_start_date form-control" size="14" placeholder="Start date" type="text" />
<input style="height: 30px;" class="app_start_date form-control" size="15" placeholder="Start date" type="text" />
</span>
<span style="float: left; margin-left: 2px;">
<input style="height: 30px;" class="app_end_date form-control" size="14" placeholder="End date" type="text" />
<input style="height: 30px;" class="app_end_date form-control" size="15" placeholder="End date" type="text" />
</span>
<!-- <button style="margin-left: 2px; padding: 5px 10px;" class="app_search_date_rate btn btn-primary" title="Field">Lọc</button> -->
@@ -78,12 +78,6 @@
</div>
</t>
<!-- <t t-extend="PivotView.buttons">
<t t-jquery="&gt; :last" t-operation="after">
<div class="treesearch_placeholder" />
</t>
</t> -->
<t t-name="TGL.TreeSearch.Placeholder">
<div class="treesearch_placeholder" />
</t>