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
78867a05
Commit
78867a05
authored
Sep 06, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题列表
parent
d213f817
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
143 additions
and
23 deletions
+143
-23
index.vue
gassafety-web/src/views/dataMonitoring/alarmdetail/index.vue
+15
-2
index.vue
...ety-web/src/views/dataMonitoring/realtimedetail/index.vue
+7
-1
index.vue
gassafety-web/src/views/device/deviceInfoDetail/index.vue
+50
-8
index.vue
gassafety-web/src/views/device/pipeDetail/index.vue
+39
-5
index.vue
...web/src/views/deviceInspection/inspectiondetail/index.vue
+9
-4
index.vue
...eb/src/views/riskManagement/hiddenTroubleDetail/index.vue
+7
-0
index.vue
gassafety-web/src/views/workOrder/detail/index.vue
+8
-2
index.vue
gassafety-web/src/views/workOrder/feedbackdetail/index.vue
+8
-1
No files found.
gassafety-web/src/views/dataMonitoring/alarmdetail/index.vue
View file @
78867a05
...
...
@@ -11,7 +11,14 @@
</el-col>
</el-row>
<el-row
style=
"width: 100%;height: 45px;"
>
<el-col
:span=
"24"
>
<div
style=
""
>
<ul><li
style=
"list-style: none;font-weight: 900;font-size: 20px;color: #053b6a;"
>
报警信息管理详情
</li></ul>
</div>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row
style=
"padding-left: 50px;"
>
<el-col
:span=
"6"
>
<el-form
ref=
"form"
v-model=
"form"
style=
"width: 100%;"
>
...
...
@@ -64,7 +71,13 @@
</el-col>
</el-row>
<el-divider></el-divider>
<el-row
style=
"width: 100%;height: 45px;"
>
<el-col
:span=
"24"
>
<div
style=
"color: #31EAEA;"
>
<ul><li>
设备详情
</li></ul>
</div>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"16"
style=
"padding: 10px;"
>
<div
style=
"width: 100%;float: left;height: 100%;"
v-if=
"form.deviceType != '管道'"
>
...
...
gassafety-web/src/views/dataMonitoring/realtimedetail/index.vue
View file @
78867a05
...
...
@@ -11,7 +11,13 @@
</div>
</el-col>
</el-row>
<el-row
style=
"width: 100%;height: 45px;"
>
<el-col
:span=
"24"
>
<div
style=
""
>
<ul><li
style=
"list-style: none;font-weight: 900;font-size: 20px;color: #053b6a;"
>
实时数据详情
</li></ul>
</div>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"16"
style=
"padding: 10px;"
>
<div
style=
"height: 100%;"
>
...
...
gassafety-web/src/views/device/deviceInfoDetail/index.vue
View file @
78867a05
...
...
@@ -10,7 +10,13 @@
</div>
</el-col>
</el-row>
<el-row
style=
"width: 100%;height: 45px;"
>
<el-col
:span=
"24"
>
<div
style=
""
>
<ul><li
style=
"list-style: none;font-weight: 900;font-size: 20px;color: #053b6a;"
>
设备信息管理详情
</li></ul>
</div>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row
style=
"width: 100%;"
>
<el-col
:span=
"24"
>
...
...
@@ -22,7 +28,7 @@
<el-row
style=
"width: 100%;padding: 10px;padding-left: 40px;"
>
<el-col
:span=
"5"
>
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"width: 100%;"
>
<el-form
ref=
"form"
v-model=
"form"
label-width=
"100px"
style=
"width: 100%;"
>
<el-form-item
label=
"设备名称:"
prop=
"deviceName"
>
<font>
{{
form
.
deviceName
}}
</font>
</el-form-item>
...
...
@@ -38,6 +44,9 @@
<el-form-item
label=
"设备型号:"
prop=
"deviceModel"
>
<font>
{{
form
.
deviceModel
}}
</font>
</el-form-item>
<el-form-item
label=
"所属管道:"
prop=
"pipeName"
>
<font>
{{
form
.
pipeName
}}
</font>
</el-form-item>
<el-form-item
label=
"物联网编号:"
prop=
"iotNo"
>
<font>
{{
form
.
iotNo
}}
</font>
</el-form-item>
...
...
@@ -47,16 +56,13 @@
<el-form-item
label=
"联系电话:"
prop=
"phone"
>
<font>
{{
form
.
phone
}}
</font>
</el-form-item>
<el-form-item
label=
"备注信息:"
prop=
"remarks"
>
<el-form-item
label=
"备注信息:"
prop=
"remarks"
style=
"width: 170%;"
>
<font>
{{
form
.
remarks
}}
</font>
</el-form-item>
</el-form>
</el-col>
<el-col
:span=
"6"
>
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"width: 100%;"
>
<el-form-item
label=
"所属管道:"
prop=
"pipeName"
>
<font>
{{
form
.
pipeName
}}
</font>
</el-form-item>
<el-form
ref=
"form"
v-model=
"form"
label-width=
"100px"
style=
"width: 100%;"
>
<el-form-item
label=
"所在地址:"
prop=
"deviceAddr"
>
<font>
{{
form
.
deviceAddr
}}
</font>
</el-form-item>
...
...
@@ -283,7 +289,42 @@
form
:
{
},
editForm
:
{},
// 表单校验
rules
:
{
}
rules
:
{
deviceType
:
[
{
required
:
true
,
message
:
"请选择设备类型"
,
trigger
:
"blur"
},
],
deviceName
:
[
{
required
:
true
,
message
:
"请输入设备名称"
,
trigger
:
"blur"
},
],
deviceCode
:
[
{
required
:
true
,
message
:
"请输入设备编号"
,
trigger
:
"blur"
},
],
deviceModel
:
[
{
required
:
true
,
message
:
"请输入设备型号"
,
trigger
:
"blur"
},
],
deviceAddr
:
[
{
required
:
true
,
message
:
"请输入所在地址"
,
trigger
:
"blur"
},
],
longitude
:
[
{
required
:
true
,
message
:
"请输入经纬度"
,
trigger
:
"blur"
},
],
iotNo
:
[
{
required
:
true
,
message
:
"请输入物联网编号"
,
trigger
:
"blur"
},
],
linkman
:
[
{
required
:
true
,
message
:
"请输入联系人"
,
trigger
:
"blur"
}
],
phone
:
[
{
required
:
true
,
message
:
"请输入联系电话"
,
trigger
:
"blur"
},
{
min
:
11
,
max
:
11
,
message
:
"长度11个数字"
,
trigger
:
"blur"
},
],
iconUrl
:
[
{
required
:
true
,
message
:
"请上传图片"
,
trigger
:
"change"
}
],
installationTime
:
[
{
required
:
true
,
message
:
"请选择日期"
,
trigger
:
"change"
},
],
}
};
},
created
()
{
...
...
@@ -302,6 +343,7 @@
getDetail
(){
getDeviceInfo
(
this
.
deviceId
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
console
.
log
(
this
.
form
,
"this.form"
)
this
.
gaoMap
.
resetMapCenter
([
this
.
form
.
longitude
,
this
.
form
.
latitude
]);
this
.
gaoMap
.
addMarker
(
DEVICE_TYPE
.
WORKORDER
,
this
.
form
)
});
...
...
gassafety-web/src/views/device/pipeDetail/index.vue
View file @
78867a05
...
...
@@ -10,7 +10,13 @@
</div>
</el-col>
</el-row>
<el-row
style=
"width: 100%;height: 45px;"
>
<el-col
:span=
"24"
>
<div
style=
""
>
<ul><li
style=
"list-style: none;font-weight: 900;font-size: 20px;color: #053b6a;"
>
管道管理详情
</li></ul>
</div>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row
style=
"width: 100%;"
>
...
...
@@ -22,7 +28,7 @@
</el-row>
<el-row
style=
"width: 100%;padding: 10px;padding-left: 40px;"
>
<el-col
:span=
"5"
>
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"width: 100%;"
>
<el-form
ref=
"form"
v-model=
"form"
label-width=
"100px"
style=
"width: 100%;"
>
<el-form-item
label=
"管道名称:"
prop=
"pipeName"
>
<font>
{{
form
.
pipeName
}}
</font>
</el-form-item>
...
...
@@ -42,13 +48,13 @@
<el-form-item
label=
"管道长度:"
prop=
"pipeLength"
>
<font>
{{
form
.
pipeLength
}}
</font>
</el-form-item>
<el-form-item
label=
"备注信息:"
prop=
"remarks"
>
<el-form-item
label=
"备注信息:"
prop=
"remarks"
style=
"width: 170%;"
>
<font>
{{
form
.
remarks
}}
</font>
</el-form-item>
</el-form>
</el-col>
<el-col
:span=
"6"
>
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"width: 100%;"
>
<el-form
ref=
"form"
v-model=
"form"
label-width=
"100px"
style=
"width: 100%;"
>
<el-form-item
label=
"管道地址:"
prop=
"pipeAddr"
>
<font>
{{
form
.
pipeAddr
}}
</font>
</el-form-item>
...
...
@@ -229,7 +235,35 @@
editForm
:
{
},
// 表单校验
rules
:
{
}
rules
:
{
pipeName
:
[
{
required
:
true
,
message
:
"请输入管道名称"
,
trigger
:
"blur"
},
],
pipeCode
:
[
{
required
:
true
,
message
:
"请输入管道编号"
,
trigger
:
"blur"
},
],
pipeLength
:
[
{
required
:
true
,
message
:
"请输入管道长度"
,
trigger
:
"blur"
},
],
pipeAddr
:
[
{
required
:
true
,
message
:
"请输入管道所在地址"
,
trigger
:
"blur"
},
],
pipeType
:
[
{
required
:
true
,
message
:
"请选择管道类型"
,
trigger
:
"blur"
},
],
pipePressure
:
[
{
required
:
true
,
message
:
"请选择管道压力"
,
trigger
:
"blur"
},
],
coordinates
:
[
{
required
:
true
,
message
:
"请选择管道坐标"
,
trigger
:
"blur"
},
],
iconUrl
:
[
{
required
:
true
,
message
:
"请上传图片"
,
trigger
:
"change"
},
],
installationTime
:
[
{
required
:
true
,
message
:
"请选择日期"
,
trigger
:
"change"
},
],
}
};
},
created
()
{
...
...
gassafety-web/src/views/deviceInspection/inspectiondetail/index.vue
View file @
78867a05
...
...
@@ -11,6 +11,13 @@
</div>
</el-col>
</el-row>
<el-row
style=
"width: 100%;height: 45px;"
>
<el-col
:span=
"24"
>
<div
style=
""
>
<ul><li
style=
"list-style: none;font-weight: 900;font-size: 20px;color: #053b6a;"
>
设备巡检详情
</li></ul>
</div>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row
style=
"width: 100%;"
>
...
...
@@ -31,10 +38,8 @@
<el-form-item
label=
"检测地点:"
prop=
"address"
>
<font>
{{
form
.
address
}}
</font>
</el-form-item>
<el-form-item
label=
"计划描述:"
prop=
"remarks"
>
<div
style=
"height: 90px;width: 200%; border: 1px solid rgb(187, 183, 183);margin-top: 10px;overflow-y: auto;padding: 5px;border-radius: 5px;"
>
<el-form-item
label=
"计划描述:"
prop=
"remarks"
style=
"width: 170%;"
>
<font>
{{
form
.
remarks
}}
</font>
</div>
</el-form-item>
</el-form>
</el-col>
...
...
gassafety-web/src/views/riskManagement/hiddenTroubleDetail/index.vue
View file @
78867a05
...
...
@@ -11,6 +11,13 @@
</div>
</el-col>
</el-row>
<el-row
style=
"width: 100%;height: 45px;"
>
<el-col
:span=
"24"
>
<div
style=
""
>
<ul><li
style=
"list-style: none;font-weight: 900;font-size: 20px;color: #053b6a;"
>
隐患管理详情
</li></ul>
</div>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row
style=
"width: 100%;"
>
...
...
gassafety-web/src/views/workOrder/detail/index.vue
View file @
78867a05
...
...
@@ -11,7 +11,13 @@
</div>
</el-col>
</el-row>
<el-row
style=
"width: 100%;height: 45px;"
>
<el-col
:span=
"24"
>
<div
style=
""
>
<ul><li
style=
"list-style: none;font-weight: 900;font-size: 20px;color: #053b6a;"
>
工单基础信息详情
</li></ul>
</div>
</el-col>
</el-row>
<el-steps
:active=
"active"
finish-status=
"success"
simple
prop=
"orderStatus"
style=
"margin-top: 5px"
>
<el-step
title=
"未接收"
></el-step>
<el-step
title=
"已接收"
></el-step>
...
...
@@ -54,7 +60,7 @@
<el-form-item
label=
"指定执行人员:"
prop=
"appointInspectorName"
style=
"margin-bottom: 0px;"
>
<font>
{{
form
.
appointInspectorName
}}
</font>
</el-form-item>
<el-form-item
label=
"工单描述:"
prop=
"remarks"
style=
"margin-bottom: 0px;"
>
<el-form-item
label=
"工单描述:"
prop=
"remarks"
style=
"margin-bottom: 0px;
width: 170%;
"
>
<font>
{{
form
.
remarks
}}
</font>
</el-form-item>
</el-form>
...
...
gassafety-web/src/views/workOrder/feedbackdetail/index.vue
View file @
78867a05
...
...
@@ -10,6 +10,13 @@
<div
style=
"float: left;margin-top: 8px;margin-left: 5px;"
><img
src=
"../../../assets/logo/fanhui.png"
style=
"width: 25px;"
alt=
""
></div>
</div>
</el-col>
</el-row>
<el-row
style=
"width: 100%;height: 45px;"
>
<el-col
:span=
"24"
>
<div
style=
""
>
<ul><li
style=
"list-style: none;font-weight: 900;font-size: 20px;color: #053b6a;"
>
工单反馈详情
</li></ul>
</div>
</el-col>
</el-row>
<el-steps
:active=
"active"
finish-status=
"success"
simple
prop=
"orderStatus"
style=
"margin-top: 5px"
>
<el-step
title=
"未接收"
></el-step>
...
...
@@ -50,7 +57,7 @@
<el-form-item
label=
"指定执行人员:"
prop=
"appointInspectorName"
>
<font>
{{
form
.
appointInspectorName
}}
</font>
</el-form-item>
<el-form-item
label=
"工单描述:"
prop=
"remarks"
>
<el-form-item
label=
"工单描述:"
prop=
"remarks"
style=
"width: 170%;"
>
<font>
{{
form
.
remarks
}}
</font>
</el-form-item>
</el-form>
...
...
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