作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

后台财务与订单模块开发

@@ -21,6 +21,12 @@ @@ -21,6 +21,12 @@
21 <table class="table table-hover table-bordered table-list"> 21 <table class="table table-hover table-bordered table-list">
22 <thead> 22 <thead>
23 <tr> 23 <tr>
  24 + <th width="15">
  25 + <label>
  26 + <input type="checkbox" class="js-check-all" data-direction="x" data-checklist="js-check-x">
  27 + </label>
  28 + </th>
  29 +
24 <th width="50">ID</th> 30 <th width="50">ID</th>
25 <th>设备编号</th> 31 <th>设备编号</th>
26 <th>设备区域</th> 32 <th>设备区域</th>
@@ -34,6 +40,10 @@ @@ -34,6 +40,10 @@
34 <tbody> 40 <tbody>
35 <foreach name="list" item="vo"> 41 <foreach name="list" item="vo">
36 <tr> 42 <tr>
  43 + <td>
  44 + <input type="checkbox" class="js-check" data-yid="js-check-y" data-xid="js-check-x" name="ids[]"
  45 + value="{$vo.id}" title="ID:{$vo.id}">
  46 + </td>
37 <td>{$vo.id}</td> 47 <td>{$vo.id}</td>
38 <td>{$vo.number}</td> 48 <td>{$vo.number}</td>
39 <td>{$vo.taname}</td> 49 <td>{$vo.taname}</td>