| 
					
				 | 
			
			
				@@ -238,6 +238,7 @@ export const newJGPrint = function (data, type, printerType) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } else if (type == 'print') { //  打印 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const dlen = data.data.length 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       for(let i=0;i<dlen;i++){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        LODOP.PRINT_INIT("") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LODOP.ADD_PRINT_PDF(0, 0, '100%', '100%', data.data[i]) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LODOP.SET_PRINT_PAGESIZE(3, 2090, 0, '') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LODOP.PRINT() 
			 |