lvhao 2 ヶ月 前
コミット
307d15a114
1 ファイル変更1 行追加1 行削除
  1. 1 1
      core/CoreApp/controllers/Fullorder.php

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

@@ -744,7 +744,7 @@ class Fullorder extends Start_Controller {
 				{
 					$info_list[$key]['library'] = '<p>'.date('Y-m-d',$ud['retreattime']).'</p><p>'.date('H:i:s',$ud['retreattime']).'退库</p>';
 				}
-				
+				unset($info_list[$key]['waybillid']);
             }
 		    $total = $this->fullorder->find_count($where);
 		    $pagenum = ceil($total/$perpage);