|
@@ -1618,6 +1618,7 @@ class Systemprint extends Start_Controller {
|
|
$text['pdfnum'] = $pdfnum;
|
|
$text['pdfnum'] = $pdfnum;
|
|
$text['pt'] = $fullorder['pt'];
|
|
$text['pt'] = $fullorder['pt'];
|
|
$text['warehouse'] = $fullorder['warehouse']['title'];
|
|
$text['warehouse'] = $fullorder['warehouse']['title'];
|
|
|
|
+ $text['is_jiaji'] = $fullorder['is_jiaji'];
|
|
$rows = array('type'=>$type,'n'=>$n-1,'data'=>$v,'text'=>$text);
|
|
$rows = array('type'=>$type,'n'=>$n-1,'data'=>$v,'text'=>$text);
|
|
echo json_encode(array('rows'=>($rows),'success'=>true));exit;
|
|
echo json_encode(array('rows'=>($rows),'success'=>true));exit;
|
|
}
|
|
}
|
|
@@ -1647,6 +1648,7 @@ class Systemprint extends Start_Controller {
|
|
$text['pdfnum'] = $pdfnum;
|
|
$text['pdfnum'] = $pdfnum;
|
|
$text['pt'] = $fullorder['pt'];
|
|
$text['pt'] = $fullorder['pt'];
|
|
$text['warehouse'] = $fullorder['warehouse']['title'];
|
|
$text['warehouse'] = $fullorder['warehouse']['title'];
|
|
|
|
+ $text['is_jiaji'] = $fullorder['is_jiaji'];
|
|
$rows = array('type'=>$fullorder['printtype'],'n'=>$n-1,'data'=>$v,'text'=>$text);
|
|
$rows = array('type'=>$fullorder['printtype'],'n'=>$n-1,'data'=>$v,'text'=>$text);
|
|
echo json_encode(array('rows'=>($rows),'success'=>true));exit;
|
|
echo json_encode(array('rows'=>($rows),'success'=>true));exit;
|
|
}
|
|
}
|
|
@@ -1670,6 +1672,7 @@ class Systemprint extends Start_Controller {
|
|
$text['printnumber'] = $fullorder['printnumber'];
|
|
$text['printnumber'] = $fullorder['printnumber'];
|
|
$text['pdfnum'] = $pdfnum;
|
|
$text['pdfnum'] = $pdfnum;
|
|
$text['warehouse'] = $fullorder['warehouse']['title'];
|
|
$text['warehouse'] = $fullorder['warehouse']['title'];
|
|
|
|
+ $text['is_jiaji'] = $fullorder['is_jiaji'];
|
|
$rows = array('type'=>$type,'n'=>$n-1,'data'=>$v,'text'=>$text);
|
|
$rows = array('type'=>$type,'n'=>$n-1,'data'=>$v,'text'=>$text);
|
|
echo json_encode(array('msg'=>'该订单已出库,无法打印!','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'该订单已出库,无法打印!','success'=>false));exit;
|
|
}
|
|
}
|