| 
					
				 | 
			
			
				@@ -2129,7 +2129,7 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	/** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 * 銷售發票 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	 * 銷售發票 销售发票 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	 * @param listTailorings 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	 * @param maps 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	 * @return 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2204,6 +2204,9 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			jsonObject1.put("IEXCHRATE",order.get("iExchRate"));//汇率 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			jsonObject1.put("CEXCH_NAME",order.get("cexch_name"));//币种名称 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			jsonObject1.put("iTaxRate",order.get("iTaxRate"));//税率 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			if(account.equals("103")){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				jsonObject1.put("iTaxRate","13.0000000000");//税率 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			if(!order.get("cexch_name").equals("人民币")){//不为人民币 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				SimpleDateFormat sf1 = new SimpleDateFormat("yyyy-M-dd"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				String dd = sf1.format(new Date()); 
			 |