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
236519a3
Commit
236519a3
authored
Aug 16, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单反馈详情
parent
807fb337
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
699 additions
and
3 deletions
+699
-3
index.js
gassafety-web/src/router/index.js
+26
-0
alarmdetail.vue
...-web/src/views/dataMonitoring/deviceAlarm/alarmdetail.vue
+3
-2
feedbackdetail.vue
...afety-web/src/views/workOrder/feedback/feedbackdetail.vue
+669
-0
index.vue
gassafety-web/src/views/workOrder/feedback/index.vue
+1
-1
No files found.
gassafety-web/src/router/index.js
View file @
236519a3
...
...
@@ -132,6 +132,32 @@ 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
,
hidden
:
true
,
children
:
[
{
path
:
'index'
,
component
:
(
resolve
)
=>
require
([
'@/views/workOrder/feedback/index'
],
resolve
),
name
:
'index'
,
meta
:
{
title
:
'返回'
}
}
]
},
{
path
:
'/inspectionPlan'
,
component
:
Layout
,
...
...
gassafety-web/src/views/dataMonitoring/deviceAlarm/alarmdetail.vue
View file @
236519a3
...
...
@@ -19,11 +19,12 @@
</div>
-->
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"float: left;margin-left: 50px;"
>
<el-form-item
label=
"设备类型:"
prop=
"deviceType"
>
<font
v-if=
"form.deviceType == 0"
>
管道
</font>
<
!--
<
font
v-if=
"form.deviceType == 0"
>
管道
</font>
<font
v-if=
"form.deviceType == 1"
>
调压阀
</font>
<font
v-if=
"form.deviceType == 2"
>
阀门井
</font>
<font
v-if=
"form.deviceType == 3"
>
流量计
</font>
<font
v-if=
"form.deviceType == 4"
>
压力表
</font>
<font
v-if=
"form.deviceType == 4"
>
压力表
</font>
-->
<font>
{{
form
.
deviceType
}}
</font>
</el-form-item>
<el-form-item
label=
"设备编号:"
prop=
"deviceCode"
>
<font>
{{
form
.
deviceCode
}}
</font>
...
...
gassafety-web/src/views/workOrder/feedback/feedbackdetail.vue
0 → 100644
View file @
236519a3
This diff is collapsed.
Click to expand it.
gassafety-web/src/views/workOrder/feedback/index.vue
View file @
236519a3
...
...
@@ -349,7 +349,7 @@
/** 详细信息跳转 */
showDetail
(
row
)
{
this
.
$router
.
push
({
path
:
'/
basicsInfo/
detail'
,
path
:
'/
feedback/feedback
detail'
,
query
:{
orderId
:
row
.
orderId
}
...
...
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