Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
耿迪迪
gassafety
Commits
77e76c21
Commit
77e76c21
authored
Aug 23, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐患信息详情
parent
844789d2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
315 additions
and
8 deletions
+315
-8
index.vue
gassafety-web/src/views/dataMonitoring/alarmdetail/index.vue
+3
-3
index.vue
...web/src/views/deviceInspection/inspectiondetail/index.vue
+2
-2
index.vue
...fety-web/src/views/riskManagement/hiddenTrouble/index.vue
+3
-2
index.vue
...eb/src/views/riskManagement/hiddenTroubleDetail/index.vue
+307
-0
index.vue
gassafety-web/src/views/workOrder/detail/index.vue
+0
-1
No files found.
gassafety-web/src/views/dataMonitoring/alarmdetail/index.vue
View file @
77e76c21
...
...
@@ -55,7 +55,7 @@
<font
v-if=
"form.orderId == null || form.orderId == ''"
>
未生成工单
</font>
<font
v-if=
"(form.dealStatus == null || form.dealStatus == '') && form.orderId != null && form.orderId != ''"
>
未处理
</font>
暂
未处理
</font>
<font
v-if=
"form.dealStatus == 1"
>
不需处理
</font>
<font
v-if=
"form.dealStatus == 2"
>
已处理完成
</font>
<font
v-if=
"form.dealStatus == 3"
>
未处理完成
</font>
...
...
@@ -95,7 +95,7 @@
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.orderId == null || scope.row.orderId == ''"
>
未生成工单
</span>
<span
v-if=
"(scope.row.dealStatus == null || scope.row.dealStatus == '') &&
scope.row.orderId != null && scope.row.orderId != ''"
>
未处理
</span>
scope.row.orderId != null && scope.row.orderId != ''"
>
暂
未处理
</span>
<span
v-if=
"scope.row.dealStatus == 1"
>
不需处理
</span>
<span
v-if=
"scope.row.dealStatus == 2"
>
已处理完成
</span>
<span
v-if=
"scope.row.dealStatus == 3"
>
未处理完成
</span>
...
...
@@ -522,7 +522,7 @@ export default {
]
});
},
/** 详细信息跳转 */
showDetail
(
orderId
)
{
this
.
$router
.
push
({
...
...
gassafety-web/src/views/deviceInspection/inspectiondetail/index.vue
View file @
77e76c21
...
...
@@ -80,7 +80,7 @@
<!-- 接单信息 -->
<el-row>
<el-row
v-if=
"this.form.orderId != null && this.form.orderId != ''"
>
<el-divider></el-divider>
<el-col
:span=
"24"
>
<div
style=
"color: #31EAEA;width: 100%;height: 40px;"
>
...
...
@@ -258,7 +258,7 @@ export default {
};
this
.
resetForm
(
"form"
);
},
/** 详细信息跳转 */
showDetail
(
orderId
)
{
this
.
$router
.
push
({
...
...
gassafety-web/src/views/riskManagement/hiddenTrouble/index.vue
View file @
77e76c21
...
...
@@ -221,7 +221,7 @@
<el-input
v-model=
"form2.orderName"
placeholder=
"请输入工单名称"
/>
</el-form-item>
<el-form-item
label=
"指定执行人员"
prop=
"appointInspector"
>
<el-select
v-model=
"form2.appointInspector"
placeholder=
"请选择执行人员"
clearable
size=
"small"
>
<el-select
v-model=
"form2.appointInspector"
placeholder=
"请选择执行人员"
clearable
size=
"small"
style=
"width: 600px"
>
<el-option
v-for=
"item in inspector"
:key=
"item.userId"
...
...
@@ -390,7 +390,7 @@ export default {
this
.
$router
.
push
({
path
:
'/riskManagement/hiddenTroubleDetail'
,
query
:{
t
oubleId
:
row
.
t
oubleId
t
roubleId
:
row
.
tr
oubleId
}
})
},
...
...
@@ -438,6 +438,7 @@ export default {
cancel
()
{
this
.
open1
=
false
;
this
.
open2
=
false
;
this
.
fileList
=
[];
this
.
reset
();
},
// 表单重置
...
...
gassafety-web/src/views/riskManagement/hiddenTroubleDetail/index.vue
0 → 100644
View file @
77e76c21
This diff is collapsed.
Click to expand it.
gassafety-web/src/views/workOrder/detail/index.vue
View file @
77e76c21
...
...
@@ -263,7 +263,6 @@
</div>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
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