| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -473,6 +473,9 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    if (e.completeFlag == '3') { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                        toOutShell.BusinessCode = e.patientRegisterId | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                        toOutShell.ExportDirectory = `${path}\\${e.patientRegisterNo}_${e.patientName}.pdf` | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                        toOutShell.customerOrgName = e.customerOrgName||''  // 增加单位名称参数 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                        toOutShell.departmentName = e.departmentName||'' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                         | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                        let jsonToOutShell = JSON.stringify(toOutShell) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                        console.log('toOutShell', jsonToOutShell) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                        let res = await this.$peisAPI.exportToPdfPre(jsonToOutShell) | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |