|
@@ -1189,10 +1189,10 @@ class Fullorder extends Start_Controller {
|
|
|
{
|
|
{
|
|
|
echo json_encode(array('msg'=>'订单金额不可超出'.$express['shouldmoney'],'success'=>false));exit;
|
|
echo json_encode(array('msg'=>'订单金额不可超出'.$express['shouldmoney'],'success'=>false));exit;
|
|
|
}
|
|
}
|
|
|
- // if($post['express'] == '2' && $post['zzl'] > '16' && isset($post['js']) && $post['js'] == '0')
|
|
|
|
|
- // {
|
|
|
|
|
- // echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
|
|
|
|
|
- // }
|
|
|
|
|
|
|
+ if($post['express'] == '2' && $post['zzl'] > '16' && isset($post['js']) && $post['js'] == '0')
|
|
|
|
|
+ {
|
|
|
|
|
+ echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
|
|
|
|
|
+ }
|
|
|
// if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
|
|
// if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
|
|
|
// {
|
|
// {
|
|
|
// echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;
|
|
// echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;
|