Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
device-back
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
1
议题
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Matrix
device-back
Commits
dc9c1495
提交
dc9c1495
authored
9月 07, 2021
作者:
133
浏览文件
操作
浏览文件
下载
差异文件
fix(合并冲突): 合并冲突
解决冲突
上级
4489dba2
edb1dfe4
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
8 行增加
和
6 行删除
+8
-6
DeviceCheckController.java
...device/confirmcheck/controller/DeviceCheckController.java
+1
-0
RepairController.java
...m/tykj/dev/device/repair/controller/RepairController.java
+2
-0
docxModel.docx
dev-union/src/main/resources/docTemplate/docxModel.docx
+0
-0
docxModel1.docx
dev-union/src/main/resources/docTemplate/docxModel1.docx
+0
-0
docxModel2.docx
dev-union/src/main/resources/docTemplate/docxModel2.docx
+0
-0
repair.html
dev-union/src/main/resources/htmlTemplate/repair.html
+5
-6
没有找到文件。
dev-confirmcheck/src/main/java/com/tykj/dev/device/confirmcheck/controller/DeviceCheckController.java
浏览文件 @
dc9c1495
...
...
@@ -690,6 +690,7 @@ public class DeviceCheckController {
Integer
userCId
=
detailRepo
.
findById
(
detailId
).
get
().
getUserCId
();
if
(
task
.
getBillStatus
().
equals
(
END
.
id
)
&&
Objects
.
nonNull
(
userCId
)
&&
userCId
!=
0
&&
userIsProv
(
userCId
)){
checkResult
=
"无误"
;
}
else
{
checkResult
=
"等待省审核"
;
...
...
dev-repair/src/main/java/com/tykj/dev/device/repair/controller/RepairController.java
浏览文件 @
dc9c1495
...
...
@@ -2294,6 +2294,7 @@ public class RepairController {
String
currentUserUnitName
=
userUtils
.
getCurrentUserUnitName
();
//查询维修详情
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()))
// .collect(Collectors.toList());
...
...
@@ -2313,6 +2314,7 @@ public class RepairController {
// if (repairDetail.getLocationUnit())
//
// repairDetail.setLocationUnit(repairDetail.getOwnUnit());
repairDetailDao
.
save
(
repairDetail
);
});
//直接删除维修单
...
...
dev-union/src/main/resources/docxModel.docx
→
dev-union/src/main/resources/doc
Template/doc
xModel.docx
浏览文件 @
dc9c1495
File moved
dev-union/src/main/resources/docxModel1.docx
→
dev-union/src/main/resources/doc
Template/doc
xModel1.docx
浏览文件 @
dc9c1495
File moved
dev-union/src/main/resources/docxModel2.docx
→
dev-union/src/main/resources/doc
Template/doc
xModel2.docx
浏览文件 @
dc9c1495
File moved
dev-union/src/main/resources/htmlTemplate/repair.html
浏览文件 @
dc9c1495
...
...
@@ -401,8 +401,8 @@
position
:
absolute
;
bottom
:
0px
;
right
:
150px
;
}
.oddrowcolor
{
background-color
:
#fff
;
}
...
...
@@ -468,7 +468,7 @@
<th
width=
"50px"
>
密级
</th>
<th
width=
"100px"
>
应用领域
</th>
<th
width=
"72px"
>
数量
</th>
<th
width=
"1
2
0px"
>
装备序列号
</th>
<th
width=
"1
5
0px"
>
装备序列号
</th>
<th
>
维修原因
</th>
</tr>
<
#
list
documentDevices
as
dev
>
...
...
@@ -527,15 +527,14 @@
</table>
<table
class=
"altrowstable2"
id=
"alternatecolor"
>
<tr
style=
"border-bottom: 1px solid #dedede;"
>
<th
width=
"70px"
></th>
<th
width=
"70px"
></th>
<th
width=
"96px"
></th>
<th
width=
"96px"
></th>
<th
width=
"50px"
></th>
<th
width=
"100px"
></th>
<th
width=
"72px"
></th>
<th
width=
"420px"
></th>
<th></th>
<th></th>
<th
width=
"150px"
></th>
<th
></th>
</tr>
<tr
class=
"altrowstableTr"
>
<td></td>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论