lvhao 22 godzin temu
rodzic
commit
4b4b1fbb3d
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      core/CoreApp/controllers/Returns.php

+ 4 - 4
core/CoreApp/controllers/Returns.php

@@ -280,10 +280,10 @@ class Returns extends Start_Controller {
 			$post['cwjs'] = trim($post['cwjs'],',');
 			if(!empty($post['stime'])){
 				if(empty($post['ftime'])){
-					echo json_encode(array('msg'=>'请选择发货时间','success'=>false));exit;
+					echo json_encode(array('msg'=>'请选择发货日期','success'=>false));exit;
 				}
 				if($post['stime'] <= $post['ftime']){
-					echo json_encode(array('msg'=>'收到时间必须大于发货时间','success'=>false));exit;
+					echo json_encode(array('msg'=>'收到日期必须大于发货日期','success'=>false));exit;
 				}
 			}
 			if($this->returns->get_number($post['number']) && $post['number'] != '')
@@ -388,10 +388,10 @@ class Returns extends Start_Controller {
 
 			if(!empty($post['stime'])){
 				if(empty($post['ftime'])){
-					echo json_encode(array('msg'=>'请选择发货时间','success'=>false));exit;
+					echo json_encode(array('msg'=>'请选择发货日期','success'=>false));exit;
 				}
 				if($post['stime'] <= $post['ftime']){
-					echo json_encode(array('msg'=>'收到时间必须大于发货时间','success'=>false));exit;
+					echo json_encode(array('msg'=>'收到日期必须大于发货日期','success'=>false));exit;
 				}
 			}