|  |  | @ -94,6 +94,7 @@ public class BasicOrderPrintController { | 
			
		
	
		
		
			
				
					
					|  |  |  |     @PostMapping("/udiwms/pdf/template/order/file") |  |  |  |     @PostMapping("/udiwms/pdf/template/order/file") | 
			
		
	
		
		
			
				
					
					|  |  |  |     public void printSupCertProduction(@RequestBody FilterOrderPrintRequest filterOrderPrintRequest, HttpServletRequest request, HttpServletResponse response) throws Exception { |  |  |  |     public void printSupCertProduction(@RequestBody FilterOrderPrintRequest filterOrderPrintRequest, HttpServletRequest request, HttpServletResponse response) throws Exception { | 
			
		
	
		
		
			
				
					
					|  |  |  |         SystemPDFTemplateEntity systemPDFTemplateEntity = systemPDFTemplateService.selectById(filterOrderPrintRequest.getTemplateId()); |  |  |  |         SystemPDFTemplateEntity systemPDFTemplateEntity = systemPDFTemplateService.selectById(filterOrderPrintRequest.getTemplateId()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         SystemPDFTemplateRelevanceEntity systemPDFTemplateRelevanceEntityt = systemPDFTemplateRelevanceService.selectModuleldAndAction(filterOrderPrintRequest.getModuleId(), filterOrderPrintRequest.getAction()); | 
			
		
	
		
		
			
				
					
					|  |  |  |         //打印单号标签
 |  |  |  |         //打印单号标签
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         Map<String, Object> data = new HashMap<>(1); |  |  |  |         Map<String, Object> data = new HashMap<>(1); | 
			
		
	
		
		
			
				
					
					|  |  |  |         List<Object> list = new ArrayList<>(); |  |  |  |         List<Object> list = new ArrayList<>(); | 
			
		
	
	
		
		
			
				
					|  |  | @ -121,8 +122,8 @@ public class BasicOrderPrintController { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("locInv", ioOrderResponse.getInvName() == null ? ' ' : ioOrderResponse.getInvName()); |  |  |  |                     bizData.put("locInv", ioOrderResponse.getInvName() == null ? ' ' : ioOrderResponse.getInvName()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("billNo", ioOrderResponse.getBillNo() == null ? ' ' : ioOrderResponse.getBillNo()); |  |  |  |                     bizData.put("billNo", ioOrderResponse.getBillNo() == null ? ' ' : ioOrderResponse.getBillNo()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("billdate", formatter.format(ioOrderResponse.getCreateTime())); |  |  |  |                     bizData.put("billdate", formatter.format(ioOrderResponse.getCreateTime())); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("remark1", obj.getRemark1() == null ? ' ' : obj.getRemark1()); |  |  |  |                     bizData.put("remark1", systemPDFTemplateRelevanceEntityt.getRemark1() == null ? ' ' : systemPDFTemplateRelevanceEntityt.getRemark1()); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("remark2", obj.getRemark2() == null ? ' ' : obj.getRemark2()); |  |  |  |                     bizData.put("remark2", systemPDFTemplateRelevanceEntityt.getRemark2() == null ? ' ' : systemPDFTemplateRelevanceEntityt.getRemark2()); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("productName", udiProductEntity.getCpms() == null ? ' ' : udiProductEntity.getCpms()); |  |  |  |                     bizData.put("productName", udiProductEntity.getCpms() == null ? ' ' : udiProductEntity.getCpms()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("spmc", obj.getCoName() == null ? ' ' : obj.getCoName()); |  |  |  |                     bizData.put("spmc", obj.getCoName() == null ? ' ' : obj.getCoName()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("spec", obj.getSpec() == null ? ' ' : obj.getSpec()); |  |  |  |                     bizData.put("spec", obj.getSpec() == null ? ' ' : obj.getSpec()); | 
			
		
	
	
		
		
			
				
					|  |  | @ -170,8 +171,8 @@ public class BasicOrderPrintController { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("locInv", ioOrderResponse.getInvName() == null ? ' ' : ioOrderResponse.getInvName()); |  |  |  |                     bizData.put("locInv", ioOrderResponse.getInvName() == null ? ' ' : ioOrderResponse.getInvName()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("billNo", ioOrderResponse.getBillNo() == null ? ' ' : ioOrderResponse.getBillNo()); |  |  |  |                     bizData.put("billNo", ioOrderResponse.getBillNo() == null ? ' ' : ioOrderResponse.getBillNo()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("billdate", formatter.format(ioOrderResponse.getCreateTime())); |  |  |  |                     bizData.put("billdate", formatter.format(ioOrderResponse.getCreateTime())); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("remark1", ioOrderDetailBizEntity.getRemark1() == null ? ' ' : ioOrderDetailBizEntity.getRemark1()); |  |  |  |                     bizData.put("remark1", systemPDFTemplateRelevanceEntityt.getRemark1() == null ? ' ' : systemPDFTemplateRelevanceEntityt.getRemark1()); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("remark2", ioOrderDetailBizEntity.getRemark2() == null ? ' ' : ioOrderDetailBizEntity.getRemark2()); |  |  |  |                     bizData.put("remark2", systemPDFTemplateRelevanceEntityt.getRemark2() == null ? ' ' : systemPDFTemplateRelevanceEntityt.getRemark2()); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("productName", udiProductEntity.getCpms() == null ? ' ' : udiProductEntity.getCpms()); |  |  |  |                     bizData.put("productName", udiProductEntity.getCpms() == null ? ' ' : udiProductEntity.getCpms()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("spmc", ioOrderDetailBizEntity.getCoName() == null ? ' ' : ioOrderDetailBizEntity.getCoName()); |  |  |  |                     bizData.put("spmc", ioOrderDetailBizEntity.getCoName() == null ? ' ' : ioOrderDetailBizEntity.getCoName()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("spec", ioOrderDetailBizEntity.getSpec() == null ? ' ' : ioOrderDetailBizEntity.getSpec()); |  |  |  |                     bizData.put("spec", ioOrderDetailBizEntity.getSpec() == null ? ' ' : ioOrderDetailBizEntity.getSpec()); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |