|
|
@@ -1858,7 +1858,7 @@ class Systemprint extends Start_Controller {
|
|
|
$text['is_jiaji'] = $fullorder['is_jiaji'];
|
|
|
$rows = array('type'=>$type,'n'=>$n-1,'data'=>$v,'text'=>$text);
|
|
|
if(!empty($text['yd'])){
|
|
|
- //$this->logic_ding->sendToDing("获取快递面单成功,即将进行打印".json_encode($rows));
|
|
|
+ $this->logic_ding->sendToDing("获取快递面单成功,即将进行打印".json_encode($rows));
|
|
|
echo json_encode(array('rows'=>($rows),'success'=>true));exit;
|
|
|
}else{
|
|
|
echo json_encode(array('msg'=>$fullorder['number'].' 资料错误未成功打印,已移交给店员处理','success'=>false));exit;
|