|
@@ -1788,6 +1788,13 @@ class Systemprint extends Start_Controller {
|
|
|
$barcode = $this->express_tt->get_data($fullorder,"CBT");
|
|
$barcode = $this->express_tt->get_data($fullorder,"CBT");
|
|
|
$this->logic_ding->sendToDing($fullorder['number']."CBT获取快递面单".json_encode($barcode));
|
|
$this->logic_ding->sendToDing($fullorder['number']."CBT获取快递面单".json_encode($barcode));
|
|
|
$pdf_width_model = 90;
|
|
$pdf_width_model = 90;
|
|
|
|
|
+
|
|
|
|
|
+ if(!empty($barcode['waybill'])){
|
|
|
|
|
+ if(strpos($barcode['waybill'], '1Z') !== false){
|
|
|
|
|
+ $pdf_width_model = 95;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
}else{
|
|
}else{
|
|
|
$barcode = [
|
|
$barcode = [
|
|
|
'x'=>0,
|
|
'x'=>0,
|