|  |  |  | @ -736,7 +736,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |     printOrder(row) { | 
			
		
	
		
			
				
					|  |  |  |  |       let tQuery = { | 
			
		
	
		
			
				
					|  |  |  |  |         action: row.action, | 
			
		
	
		
			
				
					|  |  |  |  |         moduleId: 1, | 
			
		
	
		
			
				
					|  |  |  |  |         status: row.status, | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |       this.loading = true; | 
			
		
	
		
			
				
					|  |  |  |  |       inspectionOrderPDFFromTemplateFile(tQuery).then((response) => { | 
			
		
	
	
		
			
				
					|  |  |  | @ -745,7 +745,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |             templateId: response.data, | 
			
		
	
		
			
				
					|  |  |  |  |             orderIdFk: row.billNo, | 
			
		
	
		
			
				
					|  |  |  |  |             action: row.action, | 
			
		
	
		
			
				
					|  |  |  |  |             moduleId: 1, | 
			
		
	
		
			
				
					|  |  |  |  |             status: row.status, | 
			
		
	
		
			
				
					|  |  |  |  |           } | 
			
		
	
		
			
				
					|  |  |  |  |           orderPDFFromTemplateFile(tQuery).then((response) => { | 
			
		
	
		
			
				
					|  |  |  |  |             //将pdf文件转换为url。 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |