|  | @@ -28,6 +28,8 @@ public class ReqShippingOrderItemVO {
 | 
	
		
			
				|  |  |      private BigDecimal number;
 | 
	
		
			
				|  |  |      // 报关单价(表体)
 | 
	
		
			
				|  |  |      private BigDecimal declarationUnitPrice;
 | 
	
		
			
				|  |  | +    // 装柜日期(表头)
 | 
	
		
			
				|  |  | +    private String loadingDate;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public void fromShippingOrder(SyShippingOrderItem shippingOrderItem,
 | 
	
	
		
			
				|  | @@ -40,6 +42,8 @@ public class ReqShippingOrderItemVO {
 | 
	
		
			
				|  |  |          exportInvoiceNo = shippingOrder.getExportInvoiceNo();
 | 
	
		
			
				|  |  |          if("成衣".equals(shippingOrder.getReadyFabric())){
 | 
	
		
			
				|  |  |              exportInvoiceNo = vbillcode;
 | 
	
		
			
				|  |  | +            loadingDate = shippingOrder.getLatestDateOfShipment();
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  }
 |