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

后台财务与订单模块开发

... ... @@ -21,6 +21,12 @@
<table class="table table-hover table-bordered table-list">
<thead>
<tr>
<th width="15">
<label>
<input type="checkbox" class="js-check-all" data-direction="x" data-checklist="js-check-x">
</label>
</th>
<th width="50">ID</th>
<th>设备编号</th>
<th>设备区域</th>
... ... @@ -34,6 +40,10 @@
<tbody>
<foreach name="list" item="vo">
<tr>
<td>
<input type="checkbox" class="js-check" data-yid="js-check-y" data-xid="js-check-x" name="ids[]"
value="{$vo.id}" title="ID:{$vo.id}">
</td>
<td>{$vo.id}</td>
<td>{$vo.number}</td>
<td>{$vo.taname}</td>
... ...