|
@@ -5601,17 +5601,17 @@ class Whlabel extends Start_Controller
|
|
|
$warehouse_name = "";
|
|
|
$warehouse = $post['warehouse'];
|
|
|
if($warehouse == 12){
|
|
|
- $warehouse_name = "特殊库";
|
|
|
- }
|
|
|
- if($warehouse == 13){
|
|
|
- $warehouse_name = "许昌现货仓";
|
|
|
- }
|
|
|
- if($warehouse == 5){
|
|
|
- $warehouse_name = "美国店";
|
|
|
- }
|
|
|
- if($warehouse == 16){
|
|
|
- $warehouse_name = "定制头套仓";
|
|
|
+ $warehouse_name = "特殊库存库";
|
|
|
}
|
|
|
+ // if($warehouse == 13){
|
|
|
+ // $warehouse_name = "许昌仓";
|
|
|
+ // }
|
|
|
+ // if($warehouse == 5){
|
|
|
+ // $warehouse_name = "美国店";
|
|
|
+ // }
|
|
|
+ // if($warehouse == 16){
|
|
|
+ // $warehouse_name = "定制头套仓";
|
|
|
+ // }
|
|
|
$details = ($post['details'] != '') ? '位置:(' . $post['details'] . ') <font style="font-size: 18px;">' . $cpid . '</font>' : '';
|
|
|
$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'], 'warehouse_name'=>$warehouse_name,'cpbz' => $post['cpbz'], 'usa' => 0, 'success' => true));
|