| 
					
				 | 
			
			
				@@ -191,7 +191,7 @@ module.exports = app => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         reportConst.rptCustomType[JV.NODE_CUS_AUDIT_SELECT], ctx.tender.id, ctx.stage.id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     customSelects.stageFlow = await ctx.service.stageAudit.getAuditGroupByListWithOwner( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         ctx.stage.stage_id, ctx.stage.stage_times); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    stageFlow.forEach(x => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    customSelects.stageFlow.forEach(x => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         if (!x) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         x.visible = (!ctx.session.sessionUser.is_admin && ctx.session.sessionProject.page_show.individualSign === 1) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             ? x.aid === ctx.session.sessionUser.accountId : true 
			 |