|
@ -494,8 +494,8 @@ public class BaseVehicleRest implements BaseVehicleFeign { |
|
|
scmApplyInboundVehQueryDto.setIunit("辆"); |
|
|
scmApplyInboundVehQueryDto.setIunit("辆"); |
|
|
scmApplyInboundVehQueryDto.setNum("1"); |
|
|
scmApplyInboundVehQueryDto.setNum("1"); |
|
|
scmApplyInboundVehQueryDto.setSettleMoney(Float.toString(baseVehicleDto1.getCostPrice())); |
|
|
scmApplyInboundVehQueryDto.setSettleMoney(Float.toString(baseVehicleDto1.getCostPrice())); |
|
|
scmApplyInboundVehQueryDto.setLocalName("在途仓库"); |
|
|
scmApplyInboundVehQueryDto.setLocalName("正式仓库"); |
|
|
scmApplyInboundVehQueryDto.setLocalCode("ARZTCK"); |
|
|
scmApplyInboundVehQueryDto.setLocalCode("ARZSCK"); |
|
|
scmApplyInboundVehQuerys.add(scmApplyInboundVehQueryDto); |
|
|
scmApplyInboundVehQuerys.add(scmApplyInboundVehQueryDto); |
|
|
} |
|
|
} |
|
|
scmApplyInboundQueryDto.setScmApplyInboundVehQueryList(scmApplyInboundVehQuerys); |
|
|
scmApplyInboundQueryDto.setScmApplyInboundVehQueryList(scmApplyInboundVehQuerys); |
|
|