...
|
...
|
@@ -22,9 +22,7 @@ |
|
|
<div class="filter form-inline" style="margin-bottom: 20px">
|
|
|
<input id="productSKN" type="text" class="form-control" placeholder="SKN" />
|
|
|
<input id="productName" type="text" class="form-control" placeholder="商品名称" />
|
|
|
<div class="panel-col2">
|
|
|
<div id="sortTree" class="form-control width40 height40" style="border: 0px; padding: 0px;"></div>
|
|
|
</div>
|
|
|
<div id="sortTree" class="form-control height40" style="border: 0px; padding: 0px;"></div>
|
|
|
<a href="javascript:" class="btn btn-info filter-btn">查询</a>
|
|
|
<a id="all-btn" href="" class="btn btn-info">全部</a>
|
|
|
<a href="javascript:" class="btn btn-danger cancelAll" style="float: right;display: none">全部取消</a>
|
...
|
...
|
|