|  | @@ -3468,11 +3468,11 @@ function disableTools(){
 | 
	
		
			
				|  |  |      $('#calcProgramFileSelect').prop('disabled', 'disabled');
 | 
	
		
			
				|  |  |      //调价
 | 
	
		
			
				|  |  |      $('#calcPriceOption').prop('disabled', 'disabled');
 | 
	
		
			
				|  |  | -    $('#gljPriceTenderCoe').prop('disabled', 'disabled');
 | 
	
		
			
				|  |  | +    $('#gljPriceTenderCoe').prop('readOnly', true);
 | 
	
		
			
				|  |  |      $('#tenderGLJQuantity').prop('disabled', 'disabled');
 | 
	
		
			
				|  |  |      $('#tenderRationQuantity').prop('disabled', 'disabled');
 | 
	
		
			
				|  |  | -    // $('#tenderPrice').prop('disabled', 'disabled');
 | 
	
		
			
				|  |  |      $('#cleanTender').prop('disabled', 'disabled');
 | 
	
		
			
				|  |  | +    $('#calcTender').prop('disabled', 'disabled');
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  //项目只读,表格只读
 | 
	
		
			
				|  |  |  function disableSpread(spread){
 |