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