|
@@ -1635,7 +1635,7 @@ class Systemprint extends Start_Controller {
|
|
|
$fullorder['printnumber'] = $fullorder['printnumber'] +1;//不能删
|
|
|
if($this->$fullorder_name->save(array('waybill'=>$Hwaybill,'waybillid'=>$barcode['waybillid'],'libraryconfirm'=>2,'librarynot'=>'','printtime'=>$time,'printnumber'=>$fullorder['printnumber'],'print'=>3,'oldwaybill'=>$oldwaybill,'oldprinttime'=>$oldprinttime),$va[$n]))
|
|
|
{
|
|
|
- $type = 8;
|
|
|
+ $type = 1;
|
|
|
$pdfnum = 1;
|
|
|
$text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>100);
|
|
|
}
|
|
@@ -1671,7 +1671,7 @@ class Systemprint extends Start_Controller {
|
|
|
$fullorder['printnumber'] = $fullorder['printnumber'] +1;//不能删
|
|
|
if($this->$fullorder_name->save(array('waybill'=>$Hwaybill,'waybill2'=>$barcode['waybill2'],'libraryconfirm'=>2,'librarynot'=>'','printtime'=>$time,'printnumber'=>$fullorder['printnumber'],'print'=>3,'oldwaybill'=>$oldwaybill,'oldprinttime'=>$oldprinttime),$va[$n]))
|
|
|
{
|
|
|
- $type = 1;
|
|
|
+ $type = 8;
|
|
|
$pdfnum = 1;
|
|
|
$text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>100);
|
|
|
}
|