Browse Source

提交数据

lvhao 4 months ago
parent
commit
93078599da
1 changed files with 3 additions and 0 deletions
  1. 3 0
      core/CoreApp/controllers/Systemprint.php

+ 3 - 0
core/CoreApp/controllers/Systemprint.php

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