|  | @@ -4211,7 +4211,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |                              return !curChange || !changeBills || curChange.is_import;
 | 
	
		
			
				|  |  |                          },
 | 
	
		
			
				|  |  |                          visible: function (key, opt) {
 | 
	
		
			
				|  |  | -                            return is_debug && stage.status === 1;
 | 
	
		
			
				|  |  | +                            return is_debug && stage.status === 1 && stage.isCheckFirst;
 | 
	
		
			
				|  |  |                          }
 | 
	
		
			
				|  |  |                      },
 | 
	
		
			
				|  |  |                      'autoUseAll': {
 | 
	
	
		
			
				|  | @@ -4227,7 +4227,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |                              return !curChange || curChange.is_import;
 | 
	
		
			
				|  |  |                          },
 | 
	
		
			
				|  |  |                          visible: function (key, opt) {
 | 
	
		
			
				|  |  | -                            return is_debug && stage.status === 1;
 | 
	
		
			
				|  |  | +                            return is_debug && stage.status === 1 && stage.isCheckFirst;
 | 
	
		
			
				|  |  |                          }
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 |