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
3b49275b
Commit
3b49275b
authored
Aug 17, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全部详情
parent
5e71e661
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
7 additions
and
88 deletions
+7
-88
index.js
gassafety-web/src/router/index.js
+0
-78
index.vue
gassafety-web/src/views/dataMonitoring/alarmdetail/index.vue
+0
-3
index.vue
gassafety-web/src/views/dataMonitoring/deviceAlarm/index.vue
+1
-1
index.vue
...afety-web/src/views/dataMonitoring/realtimeData/index.vue
+1
-1
index.vue
...ety-web/src/views/dataMonitoring/realtimedetail/index.vue
+0
-0
index.vue
...y-web/src/views/deviceInspection/inspectionPlan/index.vue
+1
-1
index.vue
...web/src/views/deviceInspection/inspectiondetail/index.vue
+0
-0
index.vue
gassafety-web/src/views/workOrder/basicsInfo/index.vue
+1
-1
index.vue
gassafety-web/src/views/workOrder/detail/index.vue
+0
-0
index.vue
gassafety-web/src/views/workOrder/feedback/index.vue
+1
-1
index.vue
gassafety-web/src/views/workOrder/feedbackdetail/index.vue
+2
-2
No files found.
gassafety-web/src/router/index.js
View file @
3b49275b
...
...
@@ -106,19 +106,6 @@ export const constantRoutes = [
}
]
},
{
path
:
'/basicsInfo'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'detail'
,
component
:
(
resolve
)
=>
require
([
'@/views/workOrder/basicsInfo/detail'
],
resolve
),
name
:
'basicsInfo-detail'
,
meta
:
{
title
:
'详情'
}
}
],
},
{
path
:
'/basicsInfo'
,
component
:
Layout
,
...
...
@@ -132,19 +119,6 @@ export const constantRoutes = [
}
]
},
{
path
:
'/feedback'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'feedbackdetail'
,
component
:
(
resolve
)
=>
require
([
'@/views/workOrder/feedback/feedbackdetail'
],
resolve
),
name
:
'feedback-feedbackdetail'
,
meta
:
{
title
:
'详情'
}
}
],
},
{
path
:
'/feedback'
,
component
:
Layout
,
...
...
@@ -158,19 +132,6 @@ export const constantRoutes = [
}
]
},
{
path
:
'/inspectionPlan'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'inspectiondetail'
,
component
:
(
resolve
)
=>
require
([
'@/views/deviceInspection/inspectionPlan/inspectiondetail'
],
resolve
),
name
:
'inspectionPlan-inspectiondetail'
,
meta
:
{
title
:
'详情'
}
}
],
},
{
path
:
'/inspectionPlan'
,
component
:
Layout
,
...
...
@@ -184,19 +145,6 @@ export const constantRoutes = [
}
]
},
{
path
:
'/deviceAlarm'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'alarmdetail'
,
component
:
(
resolve
)
=>
require
([
'@/views/dataMonitoring/deviceAlarm/alarmdetail'
],
resolve
),
name
:
'deviceAlarm-alarmdetail'
,
meta
:
{
title
:
'详情'
}
}
],
},
{
path
:
'/deviceAlarm'
,
component
:
Layout
,
...
...
@@ -210,19 +158,6 @@ export const constantRoutes = [
}
]
},
{
path
:
'/realtimeData'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'realtimedetail'
,
component
:
(
resolve
)
=>
require
([
'@/views/dataMonitoring/realtimeData/realtimedetail'
],
resolve
),
name
:
'realtimeData-realtimedetail'
,
meta
:
{
title
:
'详情'
}
}
],
},
{
path
:
'/realtimeData'
,
component
:
Layout
,
...
...
@@ -236,19 +171,6 @@ export const constantRoutes = [
}
]
},
{
path
:
'/reportData'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'reportdetail'
,
component
:
(
resolve
)
=>
require
([
'@/views/dataMonitoring/reportData/reportdetail'
],
resolve
),
name
:
'reportData-reportdetail'
,
meta
:
{
title
:
'详情'
}
}
],
},
{
path
:
'/reportData'
,
component
:
Layout
,
...
...
gassafety-web/src/views/dataMonitoring/
deviceAlarm/alarmdetail
.vue
→
gassafety-web/src/views/dataMonitoring/
alarmdetail/index
.vue
View file @
3b49275b
...
...
@@ -29,9 +29,6 @@
<el-form-item
label=
"设备编号:"
prop=
"deviceCode"
>
<font>
{{
form
.
deviceCode
}}
</font>
</el-form-item>
<el-form-item
label=
"设备信息:"
prop=
"alarmId"
>
<font>
{{
form
.
alarmId
}}
</font>
</el-form-item>
</el-form>
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"float: left;margin-left: 50px;"
>
<el-form-item
label=
"报警类型:"
prop=
"alarmType"
>
...
...
gassafety-web/src/views/dataMonitoring/deviceAlarm/index.vue
View file @
3b49275b
...
...
@@ -349,7 +349,7 @@ export default {
/** 详细信息跳转 */
showDetail
(
row
)
{
this
.
$router
.
push
({
path
:
'/d
eviceAlarm
/alarmdetail'
,
path
:
'/d
ataMonitoring
/alarmdetail'
,
query
:
{
alarmId
:
row
.
alarmId
}
...
...
gassafety-web/src/views/dataMonitoring/realtimeData/index.vue
View file @
3b49275b
...
...
@@ -175,7 +175,7 @@ export default {
//详情按钮
showDetail
(
row
)
{
this
.
$router
.
push
({
path
:
'/
realtimeData
/realtimedetail'
,
path
:
'/
dataMonitoring
/realtimedetail'
,
query
:{
deviceId
:
row
.
deviceId
}
...
...
gassafety-web/src/views/dataMonitoring/realtime
Data/realtimedetail
.vue
→
gassafety-web/src/views/dataMonitoring/realtime
detail/index
.vue
View file @
3b49275b
File moved
gassafety-web/src/views/deviceInspection/inspectionPlan/index.vue
View file @
3b49275b
...
...
@@ -302,7 +302,7 @@
/** 详细信息跳转 */
showDetail
(
row
)
{
this
.
$router
.
push
({
path
:
'/
inspectionPla
n/inspectiondetail'
,
path
:
'/
deviceInspectio
n/inspectiondetail'
,
query
:{
planId
:
row
.
planId
}
...
...
gassafety-web/src/views/deviceInspection/inspection
Plan/inspectiondetail
.vue
→
gassafety-web/src/views/deviceInspection/inspection
detail/index
.vue
View file @
3b49275b
File moved
gassafety-web/src/views/workOrder/basicsInfo/index.vue
View file @
3b49275b
...
...
@@ -324,7 +324,7 @@ export default {
/** 详细信息跳转 */
showDetail
(
row
)
{
this
.
$router
.
push
({
path
:
'/
basicsInfo
/detail'
,
path
:
'/
workOrder
/detail'
,
query
:{
orderId
:
row
.
orderId
}
...
...
gassafety-web/src/views/workOrder/
basicsInfo/detail
.vue
→
gassafety-web/src/views/workOrder/
detail/index
.vue
View file @
3b49275b
File moved
gassafety-web/src/views/workOrder/feedback/index.vue
View file @
3b49275b
...
...
@@ -349,7 +349,7 @@
/** 详细信息跳转 */
showDetail
(
row
)
{
this
.
$router
.
push
({
path
:
'/
feedback
/feedbackdetail'
,
path
:
'/
workOrder
/feedbackdetail'
,
query
:{
orderId
:
row
.
orderId
}
...
...
gassafety-web/src/views/workOrder/feedback
/feedbackdetail
.vue
→
gassafety-web/src/views/workOrder/feedback
detail/index
.vue
View file @
3b49275b
...
...
@@ -493,9 +493,9 @@ export default {
this
.
resetForm
(
"form"
);
},
/** 反馈按钮操作 */
handleFeedback
(
row
)
{
handleFeedback
(
orderId
)
{
this
.
open
=
true
;
const
orderId
=
row
.
orderId
||
this
.
ids
//
const orderId = row.orderId || this.ids
getBasicsInfo
(
orderId
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
open
=
true
;
...
...
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