|  | @@ -825,8 +825,13 @@ public class SyShippingDetailsController extends JeecgController<SyShippingDetai
 | 
	
		
			
				|  |  |  				 //查询最底层订单供应商
 | 
	
		
			
				|  |  |  				SyOrderDataVO entity = syGetOrderService.queryOrder(li.getSyOrderDataItemId());
 | 
	
		
			
				|  |  |  				 if(oConvertUtils.isNotEmpty(entity)){
 | 
	
		
			
				|  |  | -					 li.setSupplierCode(entity.getSupplierCode());
 | 
	
		
			
				|  |  | -					 li.setSupplier(entity.getSupplier());
 | 
	
		
			
				|  |  | +					 li.setSupplierCode(entity.getSupplierCode());//供应商编码
 | 
	
		
			
				|  |  | +					 li.setSupplier(entity.getSupplier());//供应商名称
 | 
	
		
			
				|  |  | +					 li.setOmpoId(entity.getOmpoId());//委外采购Id 主
 | 
	
		
			
				|  |  | +					 li.setOmpoIdItem(entity.getOmpoIdItem());//委外采购Id 子表
 | 
	
		
			
				|  |  | +					 li.setOmpoAccount(entity.getOmpoAccount());//供应商账套
 | 
	
		
			
				|  |  | +					 li.setPurOrSubOrder(entity.getOmpoCode());//委外采购订单号
 | 
	
		
			
				|  |  | +					 li.setYmoney(entity.getYmoney());//佣金
 | 
	
		
			
				|  |  |  				 }
 | 
	
		
			
				|  |  |  			 }
 | 
	
		
			
				|  |  |  			 m++;
 |