lvhao 2 months ago
parent
commit
307d15a114
1 changed files with 1 additions and 1 deletions
  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);