lvhao hai 1 día
pai
achega
fd0772c78d

+ 7 - 6
core/CoreApp/controllers/Transfer.php

@@ -826,7 +826,7 @@ class Transfer extends Start_Controller {
 				}
 			}
             //取得信息列表
-            $info_list = $this->systemtransfer->find_all($where,'id,number,is_jiaji,pm,shipremarks,printtime,time,ctime12,ycrk_type',$order_str,$start,$perpage);
+            $info_list = $this->systemtransfer->find_all($where,'id,number,is_jiaji,pm,shipremarks,printtime,time,ctime12',$order_str,$start,$perpage);
 			$transfer = $this->transfer->find_all();
 			$t = array();
 			$t[0] = "";
@@ -843,11 +843,12 @@ class Transfer extends Start_Controller {
 		        }else{
 		            $info_list[$key]['is_jiaji'] = "常规";
 		        }
-				if(empty($value['ycrk_type'])){
-					 $info_list[$key]['ycrk_type'] = "<p style='background-color: #f0f0f0 !important;color:#000 !important' onclick='addYcrk(".$value['id'].")'>异常入库</p>";
-				}else{
-					$info_list[$key]['ycrk_type'] = "";
-				}
+				
+				// if(empty($value['ycrk_type'])){
+				// 	 $info_list[$key]['ycrk_type'] = "<p style='background-color: #f0f0f0 !important;color:#000 !important' onclick='addYcrk(".$value['id'].")'>异常入库</p>";
+				// }else{
+				// 	$info_list[$key]['ycrk_type'] = "";
+				// }
 
 				$dd = $this->systemtransfer->read($value['id']);
 				$info_list[$key]['printtime'] = date('Y-m-d H:i:s',$value['printtime']);

+ 2 - 2
template/erp/transfer_operate.html

@@ -117,7 +117,7 @@
 <td>备注</td>
 <td>打印时间</td>
 <td>操作时间</td>
-<td>操作</td>
+<!-- <td>操作</td> -->
 </tr>
 </table>
 </div>
@@ -168,7 +168,7 @@ $(this).find('td:eq(3)').css("width","21%");
 $(this).find('td:eq(4)').css("width","24%");
 $(this).find('td:eq(5)').css("width","13%");
 $(this).find('td:eq(6)').css("width","18%");
-$(this).find('td:eq(7)').css("width","8%");
+// $(this).find('td:eq(7)').css("width","8%");
 });}
 window.onload = function() { 
 if(typeof $("select[name='printer']").length < 1) return;