|  |  |  | @ -45,6 +45,7 @@ import com.glxp.api.admin.service.inventory.StockPrintTempService; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.admin.thread.IoTransInoutService; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.admin.thread.JaspaperService; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.admin.util.CustomUtil; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.admin.util.DateUtil; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.admin.util.FileUtils; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.admin.util.JasperUtils; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.common.enums.ResultEnum; | 
			
		
	
	
		
			
				
					|  |  |  | @ -413,7 +414,14 @@ public class StockQRCodeTextController { | 
			
		
	
		
			
				
					|  |  |  |  |                     stockOrderPrintEntity.setRemark1(systemPDFModuleEntity.getRemark1()); | 
			
		
	
		
			
				
					|  |  |  |  |                     stockOrderPrintEntity.setRemark2(systemPDFModuleEntity.getRemark2()); | 
			
		
	
		
			
				
					|  |  |  |  |                     stockOrderPrintEntity.setRemark3(systemPDFModuleEntity.getRemark3()); | 
			
		
	
		
			
				
					|  |  |  |  |                     stockOrderPrintEntity.setBillRemark(orderEntity.getPrintRemark()); | 
			
		
	
		
			
				
					|  |  |  |  |                     if (StrUtil.isNotEmpty(stockOrderPrintEntity.getProductDate())) { | 
			
		
	
		
			
				
					|  |  |  |  |                         stockOrderPrintEntity.setProductDate(DateUtil.formatExpireTime("20" + stockOrderPrintEntity.getProductDate())); | 
			
		
	
		
			
				
					|  |  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |  |                     if (StrUtil.isNotEmpty(stockOrderPrintEntity.getExpireDate())) { | 
			
		
	
		
			
				
					|  |  |  |  |                         stockOrderPrintEntity.setExpireDate(DateUtil.formatExpireTime("20" + stockOrderPrintEntity.getExpireDate())); | 
			
		
	
		
			
				
					|  |  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |                     if (orderEntity != null) | 
			
		
	
		
			
				
					|  |  |  |  |                         stockOrderPrintEntity.setBillRemark(orderEntity.getPrintRemark()); | 
			
		
	
		
			
				
					|  |  |  |  |                     if (systemParamConfigEntity.getParamValue().equals("1")) { | 
			
		
	
	
		
			
				
					|  |  |  | @ -464,6 +472,13 @@ public class StockQRCodeTextController { | 
			
		
	
		
			
				
					|  |  |  |  |                     StockOrderDetailEntity stockOrderDetailEntity = getDetailByRelBatch(stockOrderDetailEntities, stockOrderPrintEntity.getProductId(), stockOrderPrintEntity.getBatchNo()); | 
			
		
	
		
			
				
					|  |  |  |  |                     if (stockOrderDetailEntity != null) { | 
			
		
	
		
			
				
					|  |  |  |  |                         stockOrderPrintEntity.setPrice(stockOrderDetailEntity.getPrice()); | 
			
		
	
		
			
				
					|  |  |  |  |                         stockOrderPrintEntity.setZczbhhzbapzbh(stockOrderDetailEntity.getZczbhhzbapzbh()); | 
			
		
	
		
			
				
					|  |  |  |  |                         if (StrUtil.isNotEmpty(stockOrderDetailEntity.getProductDate())) { | 
			
		
	
		
			
				
					|  |  |  |  |                             stockOrderPrintEntity.setProductDate(DateUtil.formatExpireTime("20" + stockOrderDetailEntity.getProductDate())); | 
			
		
	
		
			
				
					|  |  |  |  |                         } | 
			
		
	
		
			
				
					|  |  |  |  |                         if (StrUtil.isNotEmpty(stockOrderDetailEntity.getExpireDate())) { | 
			
		
	
		
			
				
					|  |  |  |  |                             stockOrderPrintEntity.setExpireDate(DateUtil.formatExpireTime("20" + stockOrderDetailEntity.getExpireDate())); | 
			
		
	
		
			
				
					|  |  |  |  |                         } | 
			
		
	
		
			
				
					|  |  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |                     stockOrderPrintEntity.setCount(stockOrderPrintEntity.getCount() * getActCount(stockOrderPrintEntity)); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |