| 
					
				 | 
			
			
				@@ -106,6 +106,9 @@ $(function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             postData('/payment/' + tenderId + '/detail/' + detailId + '/save', { type: 'update_sign', signature_msg: rptAudit.signature_msg }, function (result) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 auditRptPrintHelper.showPage(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                // 更新签署进度图表展示 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $('#rpt_audit_sign td').eq(3).html(rptAudit.signature_msg.sign_path !== null ? '<i class="fa fa-check text-success"></i>' : ''); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $('#rpt_audit_sign td').eq(4).html(rptAudit.signature_msg.company_stamp !== null || rptAudit.signature_msg.stamp_path !== null ? '<i class="fa fa-check text-success"></i>' : ''); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $('#sub-sp5').modal('hide'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else { 
			 |