Commit 7d55a9bf by 冷斌

add

parent 7263eac2
......@@ -10,7 +10,6 @@
<table class="table table-hover table-bordered">
<thead>
<tr>
<th>排序</th>
<th align="center">ID</th>
<th>名称</th>
<th>颜色</th>
......@@ -20,7 +19,6 @@
<tbody>
<foreach name="lists" item="vo">
<tr>
<td><input name="listorders[{$vo['id']}]" type="text" size="3" value="{$vo['orderno']}" class="input input-order"></td>
<td align="center">{$vo.id}</td>
<td>{$vo['name']}</td>
<td><input style="width:50px;height:20px;background:#{$vo['colour']};" disabled/></td>
......
......@@ -141,7 +141,7 @@ class ImpressionController extends AdminbaseController {
$gift_model=M("impression_label");
$count=$gift_model->count();
$page = $this->page($count, 2);
$page = $this->page($count, 20);
$lists = $gift_model
//->where()
->order("orderno asc, id desc")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment