|
@@ -1691,7 +1691,7 @@ class Systemprint extends Start_Controller {
|
|
$failed = $barcode['Description'];//错误提示
|
|
$failed = $barcode['Description'];//错误提示
|
|
$this->$fullorder_name->save(array('print'=>1,'failed'=>$failed),$va[$n]);
|
|
$this->$fullorder_name->save(array('print'=>1,'failed'=>$failed),$va[$n]);
|
|
}
|
|
}
|
|
- }elseif(($fullorder['printcode'] == "3PE_XB")){
|
|
|
|
|
|
+ }elseif(($fullorder['printcode'] == "3PE_XB") || ($fullorder['printcode'] == "3PE_NONBOX")){
|
|
if($fullorder['printnumber'] > 0){
|
|
if($fullorder['printnumber'] > 0){
|
|
$this->itsxb->cancel_order($fullorder['number']);
|
|
$this->itsxb->cancel_order($fullorder['number']);
|
|
}
|
|
}
|