lvhao 20 saat önce
ebeveyn
işleme
027bd712fd

+ 3 - 0
core/CoreApp/controllers/Workshopshow.php

@@ -388,6 +388,9 @@ class Workshopshow extends Start_Controller
             $this->db->where("time >",strtotime($month_one));
             $this->db->not_like('rk', '|11|','before');
             $this->db->where("ycrk_type",0);
+            $this->db->order_by('id','desc');
+            $this->db->select("id,orderinfo,pm,shipremarks,time,dbapi");
+            $this->db->limit($perpage,$start);
             $info_list = $this->db->get('systemtransfer');
             $info_list = $info_list->result_array();
 

+ 0 - 1
template/erp/workshopshow_zcwjgshow.html

@@ -14,7 +14,6 @@
 <td><label onClick="swapCheck()"><input name="checkbox" type="checkbox" class="regular-checkbox"></label></td>
 
 <td>编码</td>
-<td>加急</td>
 <td>品名</td>
 <td>备注</td>
 <td>打印时间</td>