|
@@ -1595,9 +1595,11 @@ class Systemprint extends Start_Controller {
|
|
|
{
|
|
|
$del = $this->zxyuntu->get_del($fullorder['waybillid']);
|
|
|
}
|
|
|
- $send_info = $fullorder;
|
|
|
- $send_info['number'] = $send_info['number']."_".$fullorder['printnumber'];
|
|
|
- $barcode = $this->zxyuntu->get_data($send_info);
|
|
|
+ // $send_info = $fullorder;
|
|
|
+ // $send_info['number'] = $send_info['number']."_".$fullorder['printnumber'];
|
|
|
+
|
|
|
+ //$barcode = $this->zxyuntu->get_data($send_info);
|
|
|
+ $barcode = $this->zxyuntu->get_data($fullorder);
|
|
|
if($barcode['x'] == 1)
|
|
|
{
|
|
|
$bctime = date('Ymd',$time);
|