|
|
@ -470,31 +470,31 @@ public class BusVehicleOrderService extends MybatisBaseService<BusVehicleOrderMa |
|
|
|
AppModelConfigDetailsVo configVo = baseModelConfigService.getAppProductionSchedulingDetailsVo(modelSid, configSid); |
|
|
|
List<List<ConfigInfoSpanSize>> commonConfigInfoList = new ArrayList<>(); |
|
|
|
List<ConfigInfoSpanSize> list3 = new ArrayList<>(); |
|
|
|
list3.add(getConfigValueSpanSize("颜色", configVo.getCarColor(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("缓速器", configVo.getSlowMachine(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("后视镜", configVo.getRearViewMirror(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("轮胎", configVo.getTireSize(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("驾驶室", configVo.getSpecification(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("后桥", configVo.getRearAxleValue(),1)); |
|
|
|
list3.add(getConfigValueSpanSize("速比", configVo.getRearAxleRatio(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("空调", configVo.getAirConditioner(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("轮毂材质", configVo.getHubMaterial(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("导流罩", configVo.getBaffleModel(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("轴距", configVo.getWheelbase(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("悬架", configVo.getSuspension(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("座椅", configVo.getSeat(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("护轮罩", configVo.getTireCover(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("鞍座", configVo.getSaddle(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("轴距", configVo.getWheelbase(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("颜色", configVo.getCarColor(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("驾驶室", configVo.getSpecification(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("保险杠", configVo.getBumper(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("配置包", configVo.getConfiguringBao(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("独立热源", configVo.getIndependentSources(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("燃料箱", configVo.getFuelTank(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("导流罩", configVo.getBaffleModel(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("独立热源", configVo.getIndependentSources(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("缓速器", configVo.getSlowMachine(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("护轮罩", configVo.getTireCover(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("后视镜", configVo.getRearViewMirror(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("轮胎", configVo.getTireSize(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("轮毂材质", configVo.getHubMaterial(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("空调", configVo.getAirConditioner(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("座椅", configVo.getSeat(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("多媒体", configVo.getMultimedia(), 1)); |
|
|
|
list3.add(getConfigValueSpanSize("配置包", configVo.getConfiguringBao(), 1)); |
|
|
|
configDetailVo.setConfigInfo(list3); |
|
|
|
//更多配置
|
|
|
|
String otherConfig = configVo.getOtherConfig(); |
|
|
|
configDetailVo.setMoreConfig(otherConfig); |
|
|
|
return null; |
|
|
|
return configDetailVo; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|