|  | @@ -567,6 +567,17 @@ class Fullorder extends Start_Controller {
 | 
	
		
			
				|  |  |  				{
 | 
	
		
			
				|  |  |  					$info_list[$key]['sname'] = $lkh;
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  | +				$rginfo_list = $this->returngoods->find_all("email = '".$value['email']."'");
 | 
	
		
			
				|  |  | +				if(!empty($rginfo_list))
 | 
	
		
			
				|  |  | +				{
 | 
	
		
			
				|  |  | +					$tmp_str = '';
 | 
	
		
			
				|  |  | +					foreach ($rginfo_list as $k => $v) {
 | 
	
		
			
				|  |  | +						$tmp_str .= $v['remark'].'<br/>';
 | 
	
		
			
				|  |  | +					}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +					$info_list[$key]['sname'] = $info_list[$key]['sname']."<br/>退售后单(".count($rginfo_list).")".'<p style="color:blue"><i  class="method fa fa-list-ul" data-t="'.$tmp_str.'"></i><p>';
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +				}
 | 
	
		
			
				|  |  |  				$shop = $this->shop->read($value['shop']);
 | 
	
		
			
				|  |  |  				$info_list[$key]['shop'] = $shop['shopname'];
 | 
	
		
			
				|  |  |  				//$info_list[$key]['user'] = $shop['shopuser'];
 |