Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-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
首开风险隐患双控平台
BCDH-APP
Commits
c738eb75
Commit
c738eb75
authored
Nov 25, 2021
by
罗新东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加了字段工单状态在列表
parent
f0556b20
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
193 additions
and
185 deletions
+193
-185
src/views/danger/changeDanger/changeInfo.vue
src/views/danger/changeDanger/changeInfo.vue
+2
-2
src/views/danger/changeDanger/index.vue
src/views/danger/changeDanger/index.vue
+2
-2
src/views/danger/confirmeDanger/confirmeDanger.vue
src/views/danger/confirmeDanger/confirmeDanger.vue
+2
-2
src/views/danger/confirmeDanger/index.vue
src/views/danger/confirmeDanger/index.vue
+4
-4
src/views/danger/reportReturn/index.vue
src/views/danger/reportReturn/index.vue
+2
-2
src/views/danger/reviewDanger/index.vue
src/views/danger/reviewDanger/index.vue
+2
-2
src/views/danger/reviewDanger/reviewAdd.vue
src/views/danger/reviewDanger/reviewAdd.vue
+2
-2
src/views/danger/standBook/index.vue
src/views/danger/standBook/index.vue
+2
-2
src/views/risk/riskAccount/index.vue
src/views/risk/riskAccount/index.vue
+169
-161
src/views/risk/riskConfirme/index.vue
src/views/risk/riskConfirme/index.vue
+2
-2
src/views/risk/riskConfirme/riskAffirm.vue
src/views/risk/riskConfirme/riskAffirm.vue
+2
-2
src/views/risk/riskReturn/index.vue
src/views/risk/riskReturn/index.vue
+2
-2
No files found.
src/views/danger/changeDanger/changeInfo.vue
View file @
c738eb75
...
...
@@ -31,10 +31,10 @@
<van-col
span=
"6"
>
超期标识:
</van-col>
<van-col
span=
"18"
>
{{
item
.
dueDate
|
formatTime
}}
</van-col>
</van-row>
<
!--
<
van-row
gutter=
""
>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{
item
.
taskName
}}
</van-col>
</van-row>
-->
</van-row>
<!-- 详情 -->
<div
class=
"detail"
>
详情
</div>
</van-cell-group>
...
...
src/views/danger/changeDanger/index.vue
View file @
c738eb75
...
...
@@ -70,10 +70,10 @@
item.dueDate | formatTime
}}
</van-col>
</van-row>
<
!-- <
van-row gutter="">
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{ item.taskName }}
</van-col>
</van-row>
-->
</van-row>
<!-- 长按显示遮罩层 -->
...
...
src/views/danger/confirmeDanger/confirmeDanger.vue
View file @
c738eb75
...
...
@@ -27,10 +27,10 @@
<van-col
span=
"6"
>
隐患类型:
</van-col>
<van-col
span=
"18"
>
{{
item
.
hdType
}}
</van-col>
</van-row>
<
!--
<
van-row
gutter=
""
>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{
item
.
taskName
}}
</van-col>
</van-row>
-->
</van-row>
<!--
<van-row
gutter=
""
>
<van-col
span=
"6"
>
发现时间:
</van-col>
<van-col
span=
"18"
>
{{
item
.
hdDiscoveryTime
}}
</van-col>
...
...
src/views/danger/confirmeDanger/index.vue
View file @
c738eb75
...
...
@@ -60,10 +60,10 @@
<van-col
span=
"6"
>
隐患类型:
</van-col>
<van-col
span=
"18"
>
{{ item.hdType }}
</van-col>
</van-row>
<
!-- <
van-row gutter="">
<van-col span="6">工单状态:</van-col>
<van-col span="18">{{ item.taskName }}</van-col>
</van-row> --
>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{ item.taskName }}
</van-col>
</van-row
>
<!-- 长按显示遮罩层 -->
<van-overlay
:show=
"showIndex == index"
>
<div
class=
"wrapper"
@
click.stop=
"showIndex = null"
>
...
...
src/views/danger/reportReturn/index.vue
View file @
c738eb75
...
...
@@ -45,10 +45,10 @@
<van-col
span=
"6"
>
隐患类型:
</van-col>
<van-col
span=
"18"
>
{{ item.hdType }}
</van-col>
</van-row>
<
!-- <
van-row gutter="">
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{ item.taskName }}
</van-col>
</van-row>
-->
</van-row>
<!-- {{ item.taskName }} -->
<!-- 长按显示遮罩层 -->
...
...
src/views/danger/reviewDanger/index.vue
View file @
c738eb75
...
...
@@ -65,10 +65,10 @@
<van-col
span=
"6"
>
超期标识:
</van-col>
<van-col
span=
"18"
>
{{ item | formatTime }}
</van-col>
</van-row>
<
!-- <
van-row gutter="">
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{ item.taskName }}
</van-col>
</van-row>
-->
</van-row>
<!-- 长按显示遮罩层 -->
<van-overlay
:show=
"showIndex == index"
>
<div
class=
"wrapper"
@
click.stop=
"showIndex = null"
>
...
...
src/views/danger/reviewDanger/reviewAdd.vue
View file @
c738eb75
...
...
@@ -31,10 +31,10 @@
<van-col
span=
"6"
>
超期标识:
</van-col>
<van-col
span=
"18"
>
{{
item
|
formatTime
}}
</van-col>
</van-row>
<
!--
<
van-row
gutter=
""
>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{
item
.
taskName
}}
</van-col>
</van-row>
--> -->
</van-row>
<!-- 详情 -->
<div
class=
"detail"
>
详情
</div>
</van-cell-group>
...
...
src/views/danger/standBook/index.vue
View file @
c738eb75
...
...
@@ -56,10 +56,10 @@
<van-col
span=
"6"
>
超期标识:
</van-col>
<van-col
span=
"18"
>
{{ item | formatTime }}
</van-col>
</van-row>
<
!-- <
van-row gutter="">
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态
</van-col>
<van-col
span=
"18"
>
{{ item | formatTime }}
</van-col>
</van-row>
-->
</van-row>
<!-- 长按显示遮罩层 -->
<van-overlay
:show=
"showIndex == index"
>
<div
class=
"wrapper"
@
click.stop=
"showIndex = null"
>
...
...
src/views/risk/riskAccount/index.vue
View file @
c738eb75
<
template
>
<div>
<!-- 可提交 -->
<van-sticky
offset-top=
"0"
>
<LHeader
:text=
"text"
></LHeader>
</van-sticky>
<!--
<van-sticky
offset-top=
"1.5rem"
>
<div>
<!-- 可提交 -->
<van-sticky
offset-top=
"0"
>
<LHeader
:text=
"text"
></LHeader>
</van-sticky>
<!--
<van-sticky
offset-top=
"1.5rem"
>
<van-search
v-model=
"searchValue"
show-action
...
...
@@ -16,73 +16,81 @@
</
template
>
</van-search>
</van-sticky>
-->
<van-tabs
v-model=
"active"
@
change=
"
getList();
showIndex = null;
"
color=
"#2980f7"
animated
:sticky=
"true"
offset-top=
"1.5rem"
>
<van-tab
v-for=
"(item, key) in tabs"
:key=
"key"
:title=
"item.title"
>
<div
class=
"con-list"
@
touchmove=
"showIndex = null"
>
<van-cell-group
inset
v-for=
"(item, index) in messageList"
:key=
"index"
@
click=
"touchstart(index, item)"
>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
风险编号:
</van-col>
<van-col
span=
"18"
>
{{ item.businessId }}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
所属项目:
</van-col>
<van-col
span=
"18"
>
{{ item.proId }}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
风险级别:
</van-col>
<van-col
span=
"18"
>
{{ item.riskLevel }}
</van-col>
</van-row>
<!-- <van-row gutter="">
<van-tabs
v-model=
"active"
@
change=
"
getList();
showIndex = null;
"
color=
"#2980f7"
animated
:sticky=
"true"
offset-top=
"1.5rem"
>
<van-tab
v-for=
"(item, key) in tabs"
:key=
"key"
:title=
"item.title"
>
<div
class=
"con-list"
@
touchmove=
"showIndex = null"
>
<van-cell-group
inset
v-for=
"(item, index) in messageList"
:key=
"index"
@
click=
"touchstart(index, item)"
>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
风险编号:
</van-col>
<van-col
span=
"18"
>
{{ item.businessId }}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
所属项目:
</van-col>
<van-col
span=
"18"
>
{{ item.proId }}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
风险级别:
</van-col>
<van-col
span=
"18"
>
{{ item.riskLevel }}
</van-col>
</van-row>
<!-- <van-row gutter="">
<van-col span="6">发现时间:</van-col>
<van-col span="18">{{ item.startDate }}</van-col>
</van-row> -->
<van-row
gutter=
""
>
<van-col
span=
"6"
>
风险源:
</van-col>
<van-col
span=
"18"
>
{{ item.riskSource }}
</van-col>
</van-row>
<!-- *接口对接4 END -->
<van-row
gutter=
""
>
<van-col
span=
"6"
>
风险源:
</van-col>
<van-col
span=
"18"
>
{{ item.riskSource }}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{ item.taskName }}
</van-col>
</van-row>
<!-- *接口对接4 END -->
<!-- 长按显示遮罩层 -->
<van-overlay
:show=
"showIndex == index"
>
<div
class=
"wrapper"
@
click.stop=
"showIndex = null"
>
<van-button
round
type=
"primary"
@
click=
"goDetail(item)"
>
详情
</van-button
>
</div>
</van-overlay>
</van-cell-group>
</div>
<!-- 长按显示遮罩层 -->
<van-overlay
:show=
"showIndex == index"
>
<div
class=
"wrapper"
@
click.stop=
"showIndex = null"
>
<van-button
round
type=
"primary"
@
click=
"goDetail(item)"
>
详情
</van-button
>
</div>
</van-overlay>
</van-cell-group>
</div>
<div
style=
"
width: 100%;
text-align: center;
font-size: 0.48rem;
position: fixed;
top: 30%;
"
v-if=
"messageList['length']==
0"
>
暂无数据
</div>
</van-tab>
</van-tabs>
</div>
<div
style=
"
width: 100%;
text-align: center;
font-size: 0.48rem;
position: fixed;
top: 30%;
"
v-if=
"messageList['length'] ==
0"
>
暂无数据
</div>
</van-tab>
</van-tabs>
</div>
</template>
<
script
>
...
...
@@ -106,113 +114,113 @@ import { postriskBook } from "@/service/risk";
/*接口对接2 END*/
export
default
{
components
:
{
LHeader
,
},
data
()
{
return
{
text
:
"
风险历史台账
"
,
searchValue
:
""
,
messageList
:
[],
isHaveNews
:
false
,
Loop
:
""
,
// 定时器
showIndex
:
null
,
// 是否显示遮罩层
active
:
0
,
tabs
:
[
{
title
:
"
已挂账
"
,
api
:
"
/riskMain/doneList
"
,
},
{
title
:
"
待确认
"
,
api
:
"
/riskMain/doneListConfirm
"
,
},
],
};
},
created
()
{
this
.
getList
();
},
methods
:
{
getList
()
{
/*接口对接3 START*/
// 例子:
this
.
$toast
.
loading
({
message
:
"
加载中...
"
,
forbidClick
:
true
,
loadingType
:
"
spinner
"
,
duration
:
0
,
});
postFun
(
this
.
tabs
[
this
.
active
][
'
api
'
])
.
then
((
res
)
=>
{
this
.
$toast
.
clear
();
this
.
messageList
=
res
.
rows
;
})
.
catch
(()
=>
{
this
.
$toast
.
clear
();
this
.
$toast
.
fail
(
"
加载失败,请稍后再试
"
);
});
/*接口对接3 END*/
components
:
{
LHeader
,
},
onSearch
(
val
)
{},
touchstart
(
index
,
item
)
{
if
(
this
.
showIndex
!=
null
)
{
this
.
showIndex
=
null
;
return
;
}
this
.
showIndex
=
index
;
data
()
{
return
{
text
:
"
风险历史台账
"
,
searchValue
:
""
,
messageList
:
[],
isHaveNews
:
false
,
Loop
:
""
,
// 定时器
showIndex
:
null
,
// 是否显示遮罩层
active
:
0
,
tabs
:
[
{
title
:
"
已挂账
"
,
api
:
"
/riskMain/doneList
"
,
},
{
title
:
"
待确认
"
,
api
:
"
/riskMain/doneListConfirm
"
,
},
],
};
},
created
()
{
this
.
getList
();
},
methods
:
{
getList
()
{
/*接口对接3 START*/
// 例子:
this
.
$toast
.
loading
({
message
:
"
加载中...
"
,
forbidClick
:
true
,
loadingType
:
"
spinner
"
,
duration
:
0
,
});
postFun
(
this
.
tabs
[
this
.
active
][
"
api
"
])
.
then
((
res
)
=>
{
this
.
$toast
.
clear
();
this
.
messageList
=
res
.
rows
;
})
.
catch
(()
=>
{
this
.
$toast
.
clear
();
this
.
$toast
.
fail
(
"
加载失败,请稍后再试
"
);
});
/*接口对接3 END*/
},
onSearch
(
val
)
{},
// 详情
goDetail
(
data
)
{
this
.
$router
.
push
({
name
:
"
risk-big-detail
"
,
params
:
{
id
:
data
.
businessId
,
touchstart
(
index
,
item
)
{
if
(
this
.
showIndex
!=
null
)
{
this
.
showIndex
=
null
;
return
;
}
this
.
showIndex
=
index
;
},
// 详情
goDetail
(
data
)
{
this
.
$router
.
push
({
name
:
"
risk-big-detail
"
,
params
:
{
id
:
data
.
businessId
,
},
});
this
.
showIndex
=
null
;
},
});
this
.
showIndex
=
null
;
},
},
};
</
script
>
<
style
lang=
"less"
scoped
>
/* @import url(); 引入css类 */
#app {
font-family: "";
color: #2c3e50;
font-family: "";
color: #2c3e50;
}
.con-list {
padding: 0;
background-color: #f0f1f5;
.van-cell-group--inset {
margin: 0;
margin-bottom: 0.26667rem;
padding: 0.25rem;
font-size: 0.4rem;
position: relative;
border-radius: 4%;
box-shadow: 0px 0px 10px 2px #f3f3f3;
width: 90%;
margin: 0.4rem auto;
.van-row {
font-size: 0.4rem;
line-height: 0.8rem;
margin-bottom: 0;
}
.van-overlay {
position: absolute;
.wrapper {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 100%;
}
padding: 0;
background-color: #f0f1f5;
.van-cell-group--inset {
margin: 0;
margin-bottom: 0.26667rem;
padding: 0.25rem;
font-size: 0.4rem;
position: relative;
border-radius: 4%;
box-shadow: 0px 0px 10px 2px #f3f3f3;
width: 90%;
margin: 0.4rem auto;
.van-row {
font-size: 0.4rem;
line-height: 0.8rem;
margin-bottom: 0;
}
.van-overlay {
position: absolute;
.wrapper {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 100%;
}
}
}
}
}
/deep/.van-tab__pane{
/deep/.van-tab__pane
{
min-height: 8rem;
}
</
style
>
src/views/risk/riskConfirme/index.vue
View file @
c738eb75
...
...
@@ -76,10 +76,10 @@
<van-col
span=
"6"
>
主责人员:
</van-col>
<van-col
span=
"18"
>
{{ item.responsibilityMember }}
</van-col>
</van-row>
<
!-- <
van-row gutter="" v-show="item.taskName">
<van-row
gutter=
""
v-show=
"item.taskName"
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{ item.taskName }}
</van-col>
</van-row>
-->
</van-row>
<!-- 长按显示遮罩层 -->
<van-overlay
:show=
"showIndex == index"
>
<div
class=
"wrapper"
@
click.stop=
"showIndex = null"
>
...
...
src/views/risk/riskConfirme/riskAffirm.vue
View file @
c738eb75
...
...
@@ -36,10 +36,10 @@
<van-col
span=
"6"
>
主责人员:
</van-col>
<van-col
span=
"18"
>
{{
item
.
responsibilityMember
}}
</van-col>
</van-row>
<
!--
<
van-row
gutter=
""
>
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{
item
.
taskName
}}
</van-col>
</van-row>
-->
</van-row>
<!-- 详情 -->
<div
class=
"detail"
>
详情
</div>
</van-cell-group>
...
...
src/views/risk/riskReturn/index.vue
View file @
c738eb75
...
...
@@ -57,10 +57,10 @@
<van-col
span=
"6"
>
主责人员:
</van-col>
<van-col
span=
"18"
>
{{ item.responsibilityMember }}
</van-col>
</van-row>
<
!-- <
van-row gutter="">
<van-row
gutter=
""
>
<van-col
span=
"6"
>
工单状态:
</van-col>
<van-col
span=
"18"
>
{{ item.taskName }}
</van-col>
</van-row>
-->
</van-row>
<!-- 长按显示遮罩层 -->
<van-overlay
:show=
"showIndex == index"
>
...
...
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