|
|
@ -136,7 +136,7 @@ public class BaseVehicleOutService extends MybatisBaseService<BaseVehicleOutMapp |
|
|
|
bdCustomers.add(bdCustomer); |
|
|
|
finKingDeeFeign.draftBdCustomers(bdCustomers); |
|
|
|
dto.setCwCustomerNo(bdCustomer.getFNumber()); |
|
|
|
}else { |
|
|
|
} else { |
|
|
|
dto.setCwCustomerNo(dto.getCustomerNo()); |
|
|
|
} |
|
|
|
} else { |
|
|
@ -763,7 +763,12 @@ public class BaseVehicleOutService extends MybatisBaseService<BaseVehicleOutMapp |
|
|
|
} |
|
|
|
//项目类别key和项目类别type
|
|
|
|
salOutStock.setF_PAEZ_AssistantType("payType"); |
|
|
|
salOutStock.setF_PAEZ_AssistantKey(dto.getTypeKey()); |
|
|
|
//外采主车
|
|
|
|
if (baseVehicle.getManPurOrderTypeKey().equals("002")) { |
|
|
|
salOutStock.setF_PAEZ_AssistantKey("008"); |
|
|
|
} else { |
|
|
|
salOutStock.setF_PAEZ_AssistantKey(dto.getTypeKey()); |
|
|
|
} |
|
|
|
//业务员
|
|
|
|
|
|
|
|
//中介单位
|
|
|
|