Browse Source

提交数据

lvhao 3 months ago
parent
commit
ad316969ca
1 changed files with 2 additions and 1 deletions
  1. 2 1
      core/CoreApp/models/Model_cne.php

+ 2 - 1
core/CoreApp/models/Model_cne.php

@@ -151,11 +151,12 @@ function __construct(){
 		'CorpBillidDatas'=> array(0=>array('CorpBillid'=>$waybill)),
 		'OrderType'=> "2",//1:快件订单 2:快递制单 3:仓库订单
 		'PrintPaper'=> $PrintPaper,//打印纸张 快递制单只固定为:label 和 A4
-		'PrintContent'=> "1,3"//打印内容 1:地址标签 2:报关单 3:配货信息 可自由组合用“,”号隔开 如:1,2,3
+		'PrintContent'=> "1"//打印内容 1:地址标签 2:报关单 3:配货信息 可自由组合用“,”号隔开 如:1,2,3
 		);
 		if($ordertype == 1){
 			$count['OrderType'] = 1;
 			$count['PrintPaper'] = 'label';
+			$count['PrintContent']='1,3';
 		}
 	    
 		$count = json_encode($count,true);