|  | @@ -585,7 +585,10 @@ public class AwaitSendController {
 | 
	
		
			
				|  |  |                          // 替换json内容
 | 
	
		
			
				|  |  |                          jsonObject.put("PrintTemplate",html.toString());
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  | +                } else if ("dbl".equalsIgnoreCase(salesOrderInfo.getSalesPostFirm())) {
 | 
	
		
			
				|  |  | +                    jsonObject.put("PrintTemplate",jsonObject.get("PrintTemplate").toString().replace(salesId.toString(), goodName));
 | 
	
		
			
				|  |  |                  } else {
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |                      jsonObject.put("PrintTemplate",jsonObject.get("PrintTemplate").toString().replace(ctrOrderUUID(salesOrderInfo.getSalesOrderId()), goodName));
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }
 |