工服调整20260126
1、创建订单时的区域的先隐藏,先默认为空; 2、所有的类别属性移除; 3、设备配置调整,部件不再绑定机型,改为绑定产品线; 4、修改解决方案添加组件字段
This commit is contained in:
parent
e0571e24b3
commit
40993513dd
|
|
@ -100,7 +100,6 @@ public class DeviceComponentController extends ControllerBase {
|
||||||
.like(StrUtil.isNotBlank(query.getProductLine()), GongfuDeviceComponent::getProductLine, query.getProductLine())
|
.like(StrUtil.isNotBlank(query.getProductLine()), GongfuDeviceComponent::getProductLine, query.getProductLine())
|
||||||
.list();
|
.list();
|
||||||
List<GongfuDeviceComponentDetail> details = deviceComponentDetailService.list();
|
List<GongfuDeviceComponentDetail> details = deviceComponentDetailService.list();
|
||||||
details.forEach(d -> d.setId(d.getDeviceComponentId()));
|
|
||||||
List<GongFuDeviceTypeVO> datas = new ArrayList<>();
|
List<GongFuDeviceTypeVO> datas = new ArrayList<>();
|
||||||
productLines.forEach(p -> {
|
productLines.forEach(p -> {
|
||||||
GongFuDeviceTypeVO vo = datas.stream()
|
GongFuDeviceTypeVO vo = datas.stream()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue