|
@@ -2867,7 +2867,7 @@ class Systemprint extends Start_Controller {
|
|
|
}
|
|
}
|
|
|
$oldwaybill .= '-'.$bctime.'/'.$Hwaybill;
|
|
$oldwaybill .= '-'.$bctime.'/'.$Hwaybill;
|
|
|
$fullorder['printnumber'] = $fullorder['printnumber'] +1;//不能删
|
|
$fullorder['printnumber'] = $fullorder['printnumber'] +1;//不能删
|
|
|
- if($this->$fullorder_name->save(array('waybill'=>$Hwaybill,'waybillid'=>$barcode['waybillid'],'printtime'=>$time,'printnumber'=>$fullorder['printnumber'],'print'=>3,'oldwaybill'=>$oldwaybill,'oldprinttime'=>$oldprinttime),$info['id']))
|
|
|
|
|
|
|
+ if($this->$fullorder_name->save(array('waybill'=>$Hwaybill,'waybillid'=>$barcode['waybillid'],'printtime'=>$time,'printnumber'=>$fullorder['printnumber'],'print'=>3,'oldwaybill'=>$oldwaybill,'oldprinttime'=>$oldprinttime,'failed'=>''),$info['id']))
|
|
|
{
|
|
{
|
|
|
$text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>100);
|
|
$text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>100);
|
|
|
$this->logic_ding->sendToDing("扫面发货单出运单的text".json_encode($text,JSON_UNESCAPED_UNICODE));
|
|
$this->logic_ding->sendToDing("扫面发货单出运单的text".json_encode($text,JSON_UNESCAPED_UNICODE));
|