| 
					
				 | 
			
			
				@@ -349,7 +349,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <form class="modal-footer" method="post" action="<%- preUrl %>/audit/start" onsubmit="return checkAuditorFrom()"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <input type="hidden" name="_csrf_j" value="<%= ctx.csrf %>"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <button type="button" class="btn btn-secondary btn-sm" data-dismiss="modal">关闭</button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <% if(ctx.change.status === auditConst.status.checkNo && ctx.session.sessionUser.accountId === ctx.change.uid) { %> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <% if((ctx.change.status === auditConst.status.checkNo || ctx.change.status === auditConst.status.revise) && ctx.session.sessionUser.accountId === ctx.change.uid) { %> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <button class="btn btn-primary btn-sm sp-list-item" type="submit">确认上报</button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <% } %> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </form> 
			 |