|  | @@ -42,13 +42,8 @@ Class Option_account{
 | 
	
		
			
				|  |  |  		$id = Dever::input('id');
 | 
	
		
			
				|  |  |  		$info = Dever::db('agent/option_account')->find($id);
 | 
	
		
			
				|  |  |  		$type_name = '';
 | 
	
		
			
				|  |  | -		if($info['type'] == 1){
 | 
	
		
			
				|  |  | +		// if($info['type'] == 1){
 | 
	
		
			
				|  |  |  			$type_name = '零售店';
 | 
	
		
			
				|  |  | -		}
 | 
	
		
			
				|  |  | -		// if($info['other_price']>0){
 | 
	
		
			
				|  |  | -		// 	$info['other_price'] = $info['other_price'].'万元;';
 | 
	
		
			
				|  |  | -		// }else{
 | 
	
		
			
				|  |  | -		// 	$info['other_price'] = $info['other_price'];
 | 
	
		
			
				|  |  |  		// }
 | 
	
		
			
				|  |  |  		$count = $info['price']+$info['zh_price']+$info['zj_price']+$info['other_price'];
 | 
	
		
			
				|  |  |  		$info_price = '设备费:'.$info['price'].'万元;装修费:'.$info['zh_price'].'万元;租金费:'.$info['zj_price'].'万元;其他:'.$info['other_price'].'万元;总计:'.$count.'万元';
 |