|
|
@@ -54,14 +54,14 @@ class Review extends Start_Controller {
|
|
|
foreach ($id_arr as $v)
|
|
|
{
|
|
|
$fullorder = $this->$fu->read($v);
|
|
|
- if(in_array($fullorder['express'],[85,87])){
|
|
|
- if($fu == 'fullordertt'){
|
|
|
- if($fullorder['is_edit'] == 0){
|
|
|
- echo json_encode(array('msg'=>$fullorder['number'].',需要去核对快递承运商再提交','success'=>true));exit;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
+
|
|
|
+ if($fu == 'fullordertt'){
|
|
|
+ if($fullorder['is_edit'] == 0){
|
|
|
+ echo json_encode(array('msg'=>$fullorder['number'].',需要去订单详细核对信息,然后点击保存','success'=>true));exit;
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
if(!isset($fullorder))
|
|
|
{
|
|
|
$sb++;
|