|  | @@ -867,7 +867,7 @@ export default {
 | 
	
		
			
				|  |  |              if (e.cntrId) {
 | 
	
		
			
				|  |  |                e.cntrId = e.cntrId.toString();
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -            if (e.billStatus >= 6) {
 | 
	
		
			
				|  |  | +            if (e.billStatus == 6||e.billStatus == 3) {
 | 
	
		
			
				|  |  |                e.disabled = true;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            });
 | 
	
	
		
			
				|  | @@ -903,7 +903,7 @@ export default {
 | 
	
		
			
				|  |  |            if (e.cntrId) {
 | 
	
		
			
				|  |  |              e.cntrId = e.cntrId.toString();
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  | -          if (e.billStatus >= 6) {
 | 
	
		
			
				|  |  | +          if (e.billStatus == 6||e.billStatus == 3) {
 | 
	
		
			
				|  |  |              e.disabled = true;
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          });
 |