|
|
@@ -1694,11 +1694,11 @@ class Systemprint extends Start_Controller {
|
|
|
//die;
|
|
|
}
|
|
|
elseif(($fullorder['printcode'] == "USKD01") || ($fullorder['printcode'] == "ZXDPD_UK") || ($fullorder['printcode'] == "ZXDPD_BTC")){
|
|
|
- // if($fullorder['waybillid'] != '')
|
|
|
- // {
|
|
|
- // $del = $this->zxyuntu->get_del($fullorder['waybillid']);
|
|
|
- // }
|
|
|
- $this->zxyuntu->get_del($fullorder['number']);
|
|
|
+ if($fullorder['waybill'] != '')
|
|
|
+ {
|
|
|
+ $this->zxyuntu->get_del($fullorder['number']);
|
|
|
+ }
|
|
|
+
|
|
|
// $send_info = $fullorder;
|
|
|
// $send_info['number'] = $send_info['number']."_".$fullorder['printnumber'];
|
|
|
|