|
@@ -755,7 +755,7 @@ class Systemprint extends Start_Controller {
|
|
|
$pdfnum = 1;//PDF打印几遍
|
|
$pdfnum = 1;//PDF打印几遍
|
|
|
if($fullorder['printtype'] == 1 && $fullorder['library'] != 2)// && $fullorder['library'] != 2
|
|
if($fullorder['printtype'] == 1 && $fullorder['library'] != 2)// && $fullorder['library'] != 2
|
|
|
{
|
|
{
|
|
|
- if($fullorder['printcode'] == "DHL")//如果打印过那么重新获取运单
|
|
|
|
|
|
|
+ if($fullorder['printcode'] == "DHL" || $fullorder['printcode'] == "DHL-9")//如果打印过那么重新获取运单
|
|
|
{
|
|
{
|
|
|
$barcode = $this->dhl->get_data($fullorder);//获取DHL快递信息
|
|
$barcode = $this->dhl->get_data($fullorder);//获取DHL快递信息
|
|
|
if(isset($barcode['AirwayBillNumber']))
|
|
if(isset($barcode['AirwayBillNumber']))
|