|
@@ -1098,7 +1098,9 @@ class Fullordertt extends Start_Controller {
|
|
|
}
|
|
}
|
|
|
if(strlen($post['client']) > 34 || strlen($post['name']) > 34)//收件人姓名或公司名不允许超过35位
|
|
if(strlen($post['client']) > 34 || strlen($post['name']) > 34)//收件人姓名或公司名不允许超过35位
|
|
|
{
|
|
{
|
|
|
- echo json_encode(array('msg'=>'收件人姓名或公司名不可超过34个字符!','success'=>false));exit;
|
|
|
|
|
|
|
+ if($post['express'] != 83){
|
|
|
|
|
+ echo json_encode(array('msg'=>'收件人姓名或公司名不可超过34个字符!','success'=>false));exit;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
if($post['express'] == '3' && $post['address2'] != '')//UPS不允许提交地址2
|
|
if($post['express'] == '3' && $post['address2'] != '')//UPS不允许提交地址2
|
|
|
{
|
|
{
|