lvhao 3 mesiacov pred
rodič
commit
d1bd1cba9f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

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

@@ -5614,7 +5614,7 @@ class Whlabel extends Start_Controller
 				// }
 				$details = ($post['details'] != '') ? '位置:(' . $post['details'] . ') <font style="font-size: 18px;">' . $cpid . '</font>' : '';
 				if(!empty($warehouse_name)){
-					$details = "仓库 <b>".$warehouse_name."</b>  ".$details;
+					$details = ' <b style="font-size: 18px;">'.$warehouse_name."</b>  ".$details;
 				}
 				$purchase = $this->purchase->read($post['purchase']);
 				echo json_encode(array('title' => $title, 'num' => $post['label'], 'bqsku' => $bqsku, 'xbqnum' => $xbqnum, 'zh' => str_replace('自然色 ', '', rtrim($zh, ' ')), 'details' => $details, 'purchase' => $purchase['title'], 'cpbz' => $post['cpbz'], 'usa' => 0, 'success' => true));