| 
					
				 | 
			
			
				@@ -1573,8 +1573,8 @@ function _chkIfAudit(role_rel, STAGE_AUDIT, STAGE_LIST) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 还有原报需要检测 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         for (const stg_ort_rpt of STAGE_LIST) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (role_rel.acc_id === stg_ort_rpt.user_id) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                if (stg_ort_rpt.status !== 2 && stg_ort_rpt.status !== 4) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    // 只要不是待上报(2)、退回审批(4) 状态,都需要显示 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if (stg_ort_rpt.status !== 1 && stg_ort_rpt.status !== 4) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    // 只要不是待上报(1)、退回审批(4) 状态,都需要显示 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     rst = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     rst = false; 
			 |