|
@@ -1519,7 +1519,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"||$fullorder['printcode'] == 'HUALEI-DHL' || $fullorder['printcode'] == 'HUALEI-MLXY' || $fullorder['printcode'] == 'HUALEI-MGLB')
|
|
|
|
|
|
+ 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' || $fullorder['printcode'] == 'HUALEI-MLXY' || $fullorder['printcode'] == 'HUALEI-MGLB' || $fullorder['printcode'] == 'HUALEI-UNI')
|
|
{
|
|
{
|
|
$barcode = $this->hualei->get_data($fullorder);
|
|
$barcode = $this->hualei->get_data($fullorder);
|
|
$bctime = date('Ymd',$time);
|
|
$bctime = date('Ymd',$time);
|
|
@@ -1589,6 +1589,9 @@ class Systemprint extends Start_Controller {
|
|
//$type = 5;
|
|
//$type = 5;
|
|
$type = 1;
|
|
$type = 1;
|
|
}
|
|
}
|
|
|
|
+ else if($fullorder['printcode'] == "HUALEI-UNI"){
|
|
|
|
+ $type = 1;
|
|
|
|
+ }
|
|
else
|
|
else
|
|
{
|
|
{
|
|
$type = 2;
|
|
$type = 2;
|