| 
					
				 | 
			
			
				@@ -791,6 +791,13 @@ var feeRateObject={ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     changeFeeRateFileFromCurrent:function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $.bootstrapLoading.start(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         var newVal = $("#currentOptions").val(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if(!$("#currentOptions").val()){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if($.bootstrapLoading.isLoading()){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $.bootstrapLoading.end(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            alert('费率文件不可为空'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if($("#currentOptions").val()==this.activateFeeRate.ID){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 |