|
@@ -1487,7 +1487,7 @@ class Systemprint extends Start_Controller {
|
|
}
|
|
}
|
|
**/
|
|
**/
|
|
}
|
|
}
|
|
- else if($fullorder['printcode'] == "HUALEI-FEDEX" || $fullorder['printcode'] == "HUALEI-ARAMEX-S" || $fullorder['printcode'] == "HUALEI-ARAMEX-G" || $fullorder['printcode'] == "HUALEI-GES-EU" || $fullorder['printcode'] == "HUALEI-DHL-A1" || $fullorder['printcode'] == "HUALEI-WMS")
|
|
|
|
|
|
+ else if($fullorder['printcode'] == "HUALEI-FEDEX" || $fullorder['printcode'] == "HUALEI-ARAMEX-S" || $fullorder['printcode'] == "HUALEI-ARAMEX-G" || $fullorder['printcode'] == "HUALEI-GES-EU" || $fullorder['printcode'] == "HUALEI-DHL-A1" || $fullorder['printcode'] == "HUALEI-WMS"||$fullorder['printcode'] == 'HUALEI-DHL')
|
|
{
|
|
{
|
|
$barcode = $this->hualei->get_data($fullorder);
|
|
$barcode = $this->hualei->get_data($fullorder);
|
|
$bctime = date('Ymd',$time);
|
|
$bctime = date('Ymd',$time);
|
|
@@ -1547,6 +1547,11 @@ class Systemprint extends Start_Controller {
|
|
{
|
|
{
|
|
$type = 1;
|
|
$type = 1;
|
|
}
|
|
}
|
|
|
|
+ else if($fullorder['printcode'] == "HUALEI-DHL")
|
|
|
|
+ {
|
|
|
|
+ //$type = 5;
|
|
|
|
+ $type = 1;
|
|
|
|
+ }
|
|
else
|
|
else
|
|
{
|
|
{
|
|
$type = 2;
|
|
$type = 2;
|