Update: 店铺关联商品页面,增加 全部 刷选按钮
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -23,6 +23,7 @@ | @@ -23,6 +23,7 @@ | ||
23 | <input id="productSKN" type="text" class="form-control" placeholder="SKN" /> | 23 | <input id="productSKN" type="text" class="form-control" placeholder="SKN" /> |
24 | <input id="factoryCode" type="text" class="form-control" placeholder="商家编码" /> | 24 | <input id="factoryCode" type="text" class="form-control" placeholder="商家编码" /> |
25 | <a href="javascript:" class="btn btn-info filter-btn">查询</a> | 25 | <a href="javascript:" class="btn btn-info filter-btn">查询</a> |
26 | + <a id="all-btn" href="" class="btn btn-info">全部</a> | ||
26 | <a href="javascript:" class="btn btn-danger cancelAll" style="float: right;display: none">全部取消</a> | 27 | <a href="javascript:" class="btn btn-danger cancelAll" style="float: right;display: none">全部取消</a> |
27 | </div> | 28 | </div> |
28 | <div id="productTable"></div> | 29 | <div id="productTable"></div> |
-
Please register or login to post a comment