lvhao 4 дней назад
Родитель
Сommit
946e4c337e
2 измененных файлов с 6 добавлено и 5 удалено
  1. 1 1
      core/CoreApp/controllers/Color.php
  2. 5 4
      template/erp/color.html

+ 1 - 1
core/CoreApp/controllers/Color.php

@@ -138,7 +138,7 @@ class Color extends Start_Controller {
                 $start = ($page - 1)*$perpage;
             }
 			
-			$info_list = $this->color->find_all($where,'id,title,state,type,color,lowe,img,developer,craft_process,gylj,scsx,content,time,edittime',$order_str,$start,$perpage);
+			$info_list = $this->color->find_all($where,'id,title,state,type,color,lowe,img,developer,craft_process,content,gylj,scsx,time,edittime',$order_str,$start,$perpage);
 			foreach ($info_list as $key=>$value) 
 		    {
 				

+ 5 - 4
template/erp/color.html

@@ -56,9 +56,9 @@
 <td>图片</td>
 <td>对接人</td>
 <td>重要信息提醒</td>
+<td>备注</td>
 <td>工艺路径</td>
 <td>生产时效</td>
-<td>备注</td>
 <td>添加时间</td>
 <td>更新时间</td>
 </tr>
@@ -86,9 +86,10 @@ $(this).find('td:eq(5)').css("width","6%");
 $(this).find('td:eq(6)').css("width","14%");
 $(this).find('td:eq(7)').css("width","5%");
 $(this).find('td:eq(8)').css("width","8%");
-$(this).find('td:eq(9)').css("width","10%");
-$(this).find('td:eq(10)').css("width","4%");
-$(this).find('td:eq(11)').css("width","12%");
+
+$(this).find('td:eq(9)').css("width","12%");
+$(this).find('td:eq(10)').css("width","10%");
+$(this).find('td:eq(11)').css("width","4%");
 $(this).find('td:eq(12)').css("width","5%");
 $(this).find('td:eq(13)').css("width","5%");
 });}