|
|
@@ -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;
|
|
|
}
|
|
|
}
|
|
|
|