|
|
@ -458,7 +458,9 @@ public class ScmVehicleEnterlibraryService extends MybatisBaseService<ScmVehicle |
|
|
|
baseVehicleDto.setLocation(scmVehicleEnterlibrary.getLocationSid()); //库存地点sid
|
|
|
|
baseVehicleDto.setLocationName(scmVehicleEnterlibrary.getLocation());//库存地点
|
|
|
|
ScmWarehouseVo scmWarehouseVo = scmWarehouseService.selectByGressionCode(scmVehicleEnterlibrary.getLocationSid()); |
|
|
|
baseVehicleDto.setLocationCode(scmWarehouseVo.getGressionCode());//库存地点编码
|
|
|
|
if(scmWarehouseVo != null){ |
|
|
|
baseVehicleDto.setLocationCode(scmWarehouseVo.getGressionCode());//库存地点编码
|
|
|
|
} |
|
|
|
baseVehicleDto.setWarrantyCardNo(scmVehicleEnterlibrary.getWarrantyCardNo());// 保修卡号 验车
|
|
|
|
baseVehicleDto.setSpecialInstructions(scmVehicleEnterlibrary.getSpecialInstructions()); // 特殊差异说明 验车
|
|
|
|
baseVehicleDto.setManPurOrderTypeKey(scmVehicleEnterlibrary.getPurchaseTypeKey()); |
|
|
|