|
|
@@ -3534,6 +3534,7 @@ class Whlabel extends Start_Controller
|
|
|
}
|
|
|
$z = $this->whlabel->find_count($where . ' and sku = "' . $value['sku'] . '" and zd != "" and state = 0 and purchase = "' . $value['purchase'] . '" and warehouse = "' . $value['warehouse'] . '" and features = "' . $value['features'] . '"');
|
|
|
$rows[$key]['details'] = implode("、", $details);
|
|
|
+ $rows[$key]['details'] = trim($rows[$key]['details'], "、");
|
|
|
$rows[$key]['cpid'] = ($cpid) ? implode(" ", $cpid) : '';
|
|
|
$number = $value['number'];
|
|
|
$ftime = time() - 15 * 24 * 3600;
|