Commit 7d55a9bf by 冷斌

add

parent 7263eac2
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<table class="table table-hover table-bordered"> <table class="table table-hover table-bordered">
<thead> <thead>
<tr> <tr>
<th>排序</th>
<th align="center">ID</th> <th align="center">ID</th>
<th>名称</th> <th>名称</th>
<th>颜色</th> <th>颜色</th>
...@@ -20,7 +19,6 @@ ...@@ -20,7 +19,6 @@
<tbody> <tbody>
<foreach name="lists" item="vo"> <foreach name="lists" item="vo">
<tr> <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 align="center">{$vo.id}</td>
<td>{$vo['name']}</td> <td>{$vo['name']}</td>
<td><input style="width:50px;height:20px;background:#{$vo['colour']};" disabled/></td> <td><input style="width:50px;height:20px;background:#{$vo['colour']};" disabled/></td>
......
...@@ -141,7 +141,7 @@ class ImpressionController extends AdminbaseController { ...@@ -141,7 +141,7 @@ class ImpressionController extends AdminbaseController {
$gift_model=M("impression_label"); $gift_model=M("impression_label");
$count=$gift_model->count(); $count=$gift_model->count();
$page = $this->page($count, 2); $page = $this->page($count, 20);
$lists = $gift_model $lists = $gift_model
//->where() //->where()
->order("orderno asc, id desc") ->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