|
@@ -1749,12 +1749,6 @@ class Fullordertt extends Start_Controller {
|
|
|
//$post['ioss'] = $this->input->post('ioss',true);
|
|
//$post['ioss'] = $this->input->post('ioss',true);
|
|
|
$post['edittime'] = time();
|
|
$post['edittime'] = time();
|
|
|
$editstate = $post['state'];
|
|
$editstate = $post['state'];
|
|
|
-
|
|
|
|
|
- if(empty($post['express'])){
|
|
|
|
|
- $post['express'] = $ud['express'];
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
if($post['state'] == 216 && $ud['state'] != 216)
|
|
if($post['state'] == 216 && $ud['state'] != 216)
|
|
|
{
|
|
{
|
|
@@ -1827,7 +1821,7 @@ class Fullordertt extends Start_Controller {
|
|
|
// {
|
|
// {
|
|
|
// echo json_encode(array('msg'=>"此快递方式不能美仓发货!",'success'=>false));exit;
|
|
// echo json_encode(array('msg'=>"此快递方式不能美仓发货!",'success'=>false));exit;
|
|
|
// }
|
|
// }
|
|
|
- if((!in_array($post['express'],[2,63,64,81,85,86,87])) && ($post['type'] == 5)){
|
|
|
|
|
|
|
+ if((!in_array($post['express'],[2,63,64,81,83,85,86,87])) && ($post['type'] == 5)){
|
|
|
echo json_encode(array('msg'=>'此快递方式不能美仓发货!','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'此快递方式不能美仓发货!','success'=>false));exit;
|
|
|
}
|
|
}
|
|
|
$express = $this->express->read($post['express']);
|
|
$express = $this->express->read($post['express']);
|