lvhao vor 3 Stunden
Ursprung
Commit
b1d6e24cb2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

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

@@ -5323,7 +5323,7 @@ class Whlabel extends Start_Controller
 				$info_list[$key]['purchase'] = (isset($prc[$value['purchase']])) ? $prc[$value['purchase']] : '未知';
 				$warehouse = $this->warehouse->read($value['warehouse']);
 				$info_list[$key]['warehouse'] = $warehouse['title'];
-				$x = $this->whlabel->find_all($where . ' and sku = "' . $value['sku'] . '"', 'details,cpid');
+				$x = $this->whlabel->find_all($where . ' and sku = "' . $value['sku'] . '"', 'details,cpid,status');
 				$details = array();
 				$cpid = array();
 				foreach ($x as $k => $v) {