Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
device-back
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
1
议题
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Matrix
device-back
Commits
72b32891
提交
72b32891
authored
4月 26, 2021
作者:
133
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[文件模版] 提交更新
上级
a776d710
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
11 行增加
和
9 行删除
+11
-9
ScrapBusinessServiceImpl.java
...v/device/scrap/service/impl/ScrapBusinessServiceImpl.java
+7
-1
bill.html
dev-union/src/main/resources/bill.html
+3
-7
bill2.html
dev-union/src/main/resources/bill2.html
+1
-1
没有找到文件。
dev-scrap/src/main/java/com/tykj/dev/device/scrap/service/impl/ScrapBusinessServiceImpl.java
浏览文件 @
72b32891
...
...
@@ -179,7 +179,7 @@ public class ScrapBusinessServiceImpl implements ScrapBusinessService {
TaskBto
taskBto
=
taskService
.
get
(
taskId
);
TaskDisposeUtil
.
isNotSubmit
(
taskBto
.
getBillStatus
(),
StatusEnum
.
SCRAP_2222
);
Scrap
scrap
=
scrapService
.
findScrap
(
taskBto
.
getBillId
());
scrap
.
set
BillFile
(
FilesUtil
.
stringFileToList
(
storageScrap
.
getFileRet
s
()));
scrap
.
set
OutboundFile
(
FilesUtil
.
stringFileToList
(
storageScrap
.
getOutFile
s
()));
List
<
String
>
seqNumbers
=
new
ArrayList
<>();
JacksonUtil
.
readValue
(
scrap
.
getScriptJson
(),
new
TypeReference
<
List
<
ScriptSaveVo
>>()
{}).
forEach
(
scriptSaveVo
->
{
...
...
@@ -203,6 +203,12 @@ public class ScrapBusinessServiceImpl implements ScrapBusinessService {
if
(
storageScrap
.
getUserAName
()!=
null
)
{
scrap
.
setReceiveUserA
(
storageScrap
.
getUserAName
());
}
if
(
storageScrap
.
getSenderId
()!=
null
){
scrap
.
setSendUserbId
(
storageScrap
.
getSenderId
());
}
if
(
storageScrap
.
getSenderName
()!=
null
){
scrap
.
setSenderUserB
(
storageScrap
.
getSenderName
());
}
taskBto
=
taskService
.
moveToEnd
(
taskBto
);
scrap
.
setScrapStatus
(
taskBto
.
getBillStatus
());
...
...
dev-union/src/main/resources/bill.html
浏览文件 @
72b32891
...
...
@@ -383,15 +383,11 @@
<
#
list
documentDevices
as
dev
>
<tr
class=
"altrowstableTr"
>
<td>
<
#
if
dev
.
code
!=
0
>
${dev.code}
</
#
if>
${dev.code!}
</td>
<td>
${dev.model!}
</td><td>
${dev.category!}
</td><td>
${dev.securityClassification!}
</td><td>
${dev.applicationField!}
</td>
<td>
<
#
if
dev
.
count
!=
0
>
${dev.count}
</
#
if>
${dev.count!}
</td>
<td>
${dev.deviceSerialNumber!}
</td>
<td>
${dev.remark!}
</td>
...
...
@@ -442,7 +438,7 @@
<span
class=
"value"
>
${nameB1!}
</span>
</span>
</div>
<div
style=
"position: relative;left: 2
8
0px;top: 38px;"
>
<div
style=
"position: relative;left: 2
5
0px;top: 38px;"
>
<i>
<span
style=
"color: #646464"
>
<span
style=
"margin-bottom: 5px;"
>
(公章)
</span>
...
...
dev-union/src/main/resources/bill2.html
浏览文件 @
72b32891
...
...
@@ -191,7 +191,7 @@
<th
style=
"width: 150px;"
>
型号
</th>
<th>
形态
</th>
<th>
密级
</th>
<th>
应用领域
</th>
<th>
状态
</th>
<th
style=
"width: 150px;"
>
装备序列号
</th>
</tr>
<
#
list
documentDevices
as
dev
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论