|
@@ -406,8 +406,10 @@ public class SyShippingDetailsItem {
|
|
|
//客户简称字段用最终客户字段替代 只针对成衣
|
|
|
if(orderDataVo.getInventoryCcode().substring(0,2).equals("19")){
|
|
|
this.customerAbbreviation = orderDataVo.getEndCustomer();
|
|
|
+ this.garmentFactory = orderDataVo.getSupplier();
|
|
|
}else{
|
|
|
this.customerAbbreviation = orderDataVo.getCustomerAbbreviation();
|
|
|
+ this.garmentFactory = orderDataVo.getGarmentFactory();
|
|
|
}
|
|
|
|
|
|
this.customerName = orderDataVo.getCustomerName();
|
|
@@ -437,7 +439,7 @@ public class SyShippingDetailsItem {
|
|
|
this.boxNumber = orderDataVo.getBoxNumber();
|
|
|
this.preDeliveryDate = orderDataVo.getPreDeliveryDate();
|
|
|
this.preCompletionDate = orderDataVo.getPreCompletionDate();
|
|
|
- this.garmentFactory = orderDataVo.getGarmentFactory();
|
|
|
+ //this.garmentFactory =
|
|
|
this.specificationAndModel = orderDataVo.getSpecificationAndModel();
|
|
|
this.colour = orderDataVo.getColour();
|
|
|
this.size = orderDataVo.getSize();
|