Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
融通安全管理系统
rongtong-app
Commits
75013f21
Commit
75013f21
authored
Mar 07, 2024
by
kaitly205422@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加风险评估模板
parent
594e9fa2
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
120 additions
and
228 deletions
+120
-228
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+64
-75
src/views/riskProject/assess/riskBigDetail.vue
src/views/riskProject/assess/riskBigDetail.vue
+56
-153
No files found.
src/views/riskProject/add/taskList.vue
View file @
75013f21
...
...
@@ -121,7 +121,8 @@
</van-row>
<van-row
gutter=
"0"
>
<van-col
span=
"9"
style=
"font-weight: bold;color:#666666;font-size: 12px;"
>
上报时间:
</van-col>
<van-col
span=
"15"
style=
"color: #9d9d9d;font-size: 12px;"
>
{{
timestampToTimes
(
item
.
createTime
,
"
DT2
"
)
<van-col
span=
"15"
style=
"color: #9d9d9d;font-size: 12px;"
>
{{
timestampToTimes
(
item
.
createTime
,
"
DT2
"
)
}}
</van-col>
</van-row>
<van-row
gutter=
"0"
>
...
...
@@ -169,7 +170,7 @@
?
"
(审批通过)
"
:
"
(审批否决)
"
:
""
}}
</van-col>
}}
</van-col>
</van-row>
<van-row
v-show=
"item.taskResult"
>
<van-col
span=
"7"
><span
class=
"field-title"
>
审批意见:
</span></van-col>
...
...
@@ -191,38 +192,23 @@
</div>
</van-tab>
<van-tab
title=
"评估报告"
>
<
div
style=
"height: 1.5rem;
<
a
style=
"height: 1.5rem;
background-color: #fff;
border-bottom: 1px solid #97999a;
display: flex;
justify-content: space-between;
line-height: 1.5rem;
"
>
color:#010101;
"
:href=
"fileUrl()"
target=
"_blank"
>
<div><van-icon
name=
"column"
size=
"26px"
/></div>
<div
style=
"flex-grow:1;line-height: 0.6rem"
>
<div>
风险评估报告
.PDF
</div>
<div>
2019-3-21 10:23 1
00
KB
</div>
<div>
风险评估报告
模板.docx
</div>
<div>
2019-3-21 10:23 1
54
KB
</div>
</div>
<div>
<van-icon
name=
"arrow"
size=
"26px"
/>
</div>
</div>
<div
style=
"height: 1.5rem;
background-color: #fff;
border-bottom: 1px solid #97999a;
display: flex;
justify-content: space-between;
line-height: 1.5rem;
"
>
<div><van-icon
name=
"column"
size=
"26px"
/></div>
<div
style=
"flex-grow:1;line-height: 0.6rem"
>
<div>
风险评估报告.PDF
</div>
<div>
2019-3-21 10:23 100KB
</div>
</div>
<div>
<van-icon
name=
"arrow"
size=
"26px"
/>
</div>
</div>
</a>
</van-tab>
</van-tabs>
</div>
...
...
@@ -318,7 +304,7 @@
:
item
.
status
==
"
finish
"
?
"
已完成
"
:
"
已退回
"
}}
</van-col>
}}
</van-col>
</van-row>
<van-row>
...
...
@@ -452,7 +438,10 @@ export default {
timestampToTimes
(
time
,
type
)
{
return
timestampToTime
(
new
Date
(
time
),
type
,
true
);
},
fileUrl
()
{
// return window.location.origin + '/dev-api/profile/upload/report/风险评估报告模板.docx'
return
'
http://rongtongpc.censoft.com.cn/dev-api/profile/upload/report/风险评估报告模板.docx
'
},
/* swp add 风险清单筛选 */
changeData
(
arr
)
{
if
(
Array
.
isArray
(
arr
))
{
...
...
src/views/riskProject/assess/riskBigDetail.vue
View file @
75013f21
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment