提交 dc9c1495 authored 作者: 133's avatar 133

fix(合并冲突): 合并冲突

解决冲突
...@@ -690,6 +690,7 @@ public class DeviceCheckController { ...@@ -690,6 +690,7 @@ public class DeviceCheckController {
Integer userCId = detailRepo.findById(detailId).get().getUserCId(); Integer userCId = detailRepo.findById(detailId).get().getUserCId();
if (task.getBillStatus().equals(END.id) && Objects.nonNull(userCId) && userCId !=0 && userIsProv(userCId)){ if (task.getBillStatus().equals(END.id) && Objects.nonNull(userCId) && userCId !=0 && userIsProv(userCId)){
checkResult = "无误"; checkResult = "无误";
}else { }else {
checkResult = "等待省审核"; checkResult = "等待省审核";
......
...@@ -2294,6 +2294,7 @@ public class RepairController { ...@@ -2294,6 +2294,7 @@ public class RepairController {
String currentUserUnitName = userUtils.getCurrentUserUnitName(); String currentUserUnitName = userUtils.getCurrentUserUnitName();
//查询维修详情 //查询维修详情
List<RepairDetail> byDeviceRepairBillId = repairDetailDao.findByDeviceRepairBillId(repairBill.getId()); List<RepairDetail> byDeviceRepairBillId = repairDetailDao.findByDeviceRepairBillId(repairBill.getId());
//进行过滤 //进行过滤
// List<RepairDetail> repairDetails = byDeviceRepairBillId.stream().filter(repairDetail -> repairDetail.getRepairBackBillId() == null && repairDetail.getRepairStatus().equals(RepairStatusEnum.WAIT_REPAIR.id) && repairDetail.getLocationUnit().equals(repairDetail.getOwnUnit())) // List<RepairDetail> repairDetails = byDeviceRepairBillId.stream().filter(repairDetail -> repairDetail.getRepairBackBillId() == null && repairDetail.getRepairStatus().equals(RepairStatusEnum.WAIT_REPAIR.id) && repairDetail.getLocationUnit().equals(repairDetail.getOwnUnit()))
// .collect(Collectors.toList()); // .collect(Collectors.toList());
...@@ -2313,6 +2314,7 @@ public class RepairController { ...@@ -2313,6 +2314,7 @@ public class RepairController {
// if (repairDetail.getLocationUnit()) // if (repairDetail.getLocationUnit())
// //
// repairDetail.setLocationUnit(repairDetail.getOwnUnit()); // repairDetail.setLocationUnit(repairDetail.getOwnUnit());
repairDetailDao.save(repairDetail); repairDetailDao.save(repairDetail);
}); });
//直接删除维修单 //直接删除维修单
......
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
bottom: 0px; bottom: 0px;
right: 150px; right: 150px;
}
.oddrowcolor { .oddrowcolor {
background-color: #fff; background-color: #fff;
} }
...@@ -468,7 +468,7 @@ ...@@ -468,7 +468,7 @@
<th width="50px">密级</th> <th width="50px">密级</th>
<th width="100px">应用领域</th> <th width="100px">应用领域</th>
<th width="72px">数量</th> <th width="72px">数量</th>
<th width="120px">装备序列号</th> <th width="150px">装备序列号</th>
<th >维修原因</th> <th >维修原因</th>
</tr> </tr>
<#list documentDevices as dev> <#list documentDevices as dev>
...@@ -533,9 +533,8 @@ ...@@ -533,9 +533,8 @@
<th width="50px"></th> <th width="50px"></th>
<th width="100px"></th> <th width="100px"></th>
<th width="72px"></th> <th width="72px"></th>
<th width="420px"></th> <th width="150px"></th>
<th></th> <th ></th>
<th></th>
</tr> </tr>
<tr class="altrowstableTr"> <tr class="altrowstableTr">
<td></td> <td></td>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论