|
|
@ -1027,6 +1027,9 @@ public class ScmApplyInboundService extends MybatisBaseService<ScmApplyInboundMa |
|
|
|
return new ResultBean().fail().setMsg("车型与配置贷款或全款销售指导价未维护,不可确认"); |
|
|
|
} |
|
|
|
List<ScmApplyInboundVehicleDto> vehicleList = dto.getVehicleList(); |
|
|
|
if (StringUtils.isBlank(dto.getOrgPriceDate())){ |
|
|
|
return new ResultBean().fail().setMsg("公司入库日期不能为空"); |
|
|
|
} |
|
|
|
/*int vinCount = 0; |
|
|
|
if (!vehicleList.isEmpty()) { |
|
|
|
for (ScmApplyInboundVehicleDto scmApplyInboundVehicleDto : vehicleList) { |
|
|
|