|
|
@@ -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']);
|