|
@@ -57,7 +57,7 @@ class Review extends Start_Controller {
|
|
|
|
|
|
|
|
if($fu == 'fullordertt'){
|
|
if($fu == 'fullordertt'){
|
|
|
if($fullorder['is_edit'] == 0){
|
|
if($fullorder['is_edit'] == 0){
|
|
|
- echo json_encode(array('msg'=>$fullorder['number'].',需要去订单详情核对信息,然后点击保存','success'=>true));exit;
|
|
|
|
|
|
|
+ echo json_encode(array('msg'=>$fullorder['number'].',请保存后再提交审核!','success'=>true));exit;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|