Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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-progress
Commits
01c90c2c
Commit
01c90c2c
authored
May 31, 2022
by
yaqizhang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://111.61.77.35:15/gengdidi/gassafety-progress
into master
parents
d92daedf
326fd455
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
36 additions
and
35 deletions
+36
-35
SysUserMapper.xml
...system/src/main/resources/mapper/system/SysUserMapper.xml
+2
-1
TWorkOrderMapper.xml
...tem/src/main/resources/mapper/system/TWorkOrderMapper.xml
+1
-1
Chars.vue
gassafetyprogress-web/src/components/allCharsCom/Chars.vue
+1
-1
index.vue
...progress-web/src/views/inspectionWork/workOrder/index.vue
+5
-5
index.vue
...ress-web/src/views/operationMonitor/operationQi/index.vue
+9
-9
Left.vue
.../views/operationMonitor/xunjianxuncha/components/Left.vue
+4
-4
Middle.vue
...iews/operationMonitor/xunjianxuncha/components/Middle.vue
+6
-6
Right.vue
...views/operationMonitor/xunjianxuncha/components/Right.vue
+8
-8
No files found.
gassafetyprogress-system/src/main/resources/mapper/system/SysUserMapper.xml
View file @
01c90c2c
...
...
@@ -185,7 +185,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT
u.user_id,
u.dept_id,
u.user_name
u.user_name,
u.nick_name
FROM
sys_user u
LEFT JOIN sys_user_post up ON u.user_id = up.user_id
...
...
gassafetyprogress-system/src/main/resources/mapper/system/TWorkOrderMapper.xml
View file @
01c90c2c
...
...
@@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
info.enterprise_name AS work_assign_enterprose_name,
workOrder.work_assign_enterprose_id,
workOrder.work_assign_man_id,
usr.
user
_name AS work_assign_man,
usr.
nick
_name AS work_assign_man,
workOrder.work_status,
workOrder.inspection_date,
workOrder.inspection_route,
...
...
gassafetyprogress-web/src/components/allCharsCom/Chars.vue
View file @
01c90c2c
...
...
@@ -12,7 +12,7 @@
<!--
<slot>
-->
<!-- 如果是默认值,就显示这个 -->
<div
v-if=
"!options"
class=
"text"
:style=
"
{ color: color }">
<span
class=
"num"
>
78
</span><span
class=
"fh"
>
%
</span>
<span
class=
"num"
>
87
</span><span
class=
"fh"
>
%
</span>
</div>
<!--
</slot>
-->
</div>
...
...
gassafetyprogress-web/src/views/inspectionWork/workOrder/index.vue
View file @
01c90c2c
...
...
@@ -265,7 +265,7 @@
<
el
-
option
v
-
for
=
"item in inspectors"
:
key
=
"item.userId "
:
label
=
"item.
user
Name"
:
label
=
"item.
nick
Name"
:
value
=
"item.userId "
><
/el-option
>
<
/el-select
>
...
...
@@ -436,7 +436,7 @@
<
el
-
option
v
-
for
=
"item in inspectors"
:
key
=
"item.userId "
:
label
=
"item.
user
Name"
:
label
=
"item.
nick
Name"
:
value
=
"item.userId "
><
/el-option
>
<
/el-select
>
...
...
@@ -943,11 +943,11 @@ export default {
//获取执行人
selectInspection
(
userId
,
type
){
if
(
userId
){
let
userName
=
this
.
inspectors
.
find
(
val
=>
val
.
userId
==
userId
).
user
Name
;
let
nickName
=
this
.
inspectors
.
find
(
val
=>
val
.
userId
==
userId
).
nick
Name
;
if
(
"edit"
==
type
){
this
.
form
.
workAssignMan
=
user
Name
;
this
.
form
.
workAssignMan
=
nick
Name
;
}
else
{
this
.
workForm
.
workAssignMan
=
user
Name
;
this
.
workForm
.
workAssignMan
=
nick
Name
;
}
}
else
{
if
(
"edit"
==
type
){
...
...
gassafetyprogress-web/src/views/operationMonitor/operationQi/index.vue
View file @
01c90c2c
...
...
@@ -11,17 +11,17 @@
<div
class=
"botimage"
>
<img
src=
"../../../assets/mapinages/Group1130.png"
alt=
""
style=
"width: 100px;height: 100px;margin-top: 30px;"
>
<div
class=
"ima"
>
<div
style=
"color: #4CC4E0;font-weight: bolder;"
>
3
852
</div><span
style=
"color: #fff;"
>
总计
</span>
<div
style=
"color: #4CC4E0;font-weight: bolder;"
>
3
58275
</div><span
style=
"color: #fff;"
>
总计
</span>
</div>
</div>
<div
class=
"botnum"
>
<div
class=
"numdiv"
>
<p
style=
"color: #4CC4E0;"
>
本月新增
</p>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
1720
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
683
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
</div>
<div
class=
"numdiv"
>
<p
style=
"color: #4CC4E0;"
>
本年新增
</p>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
2132
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
683
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
</div>
</div>
</div>
...
...
@@ -35,17 +35,17 @@
<div
class=
"botimage"
>
<img
src=
"../../../assets/mapinages/Group1130.png"
alt=
""
style=
"width: 100px;height: 100px;margin-top: 30px;"
>
<div
class=
"ima"
>
<div
style=
"color: #4CC4E0;font-weight: bolder;"
>
3575
</div><span
style=
"color: #fff;"
>
总计
</span>
<div
style=
"color: #4CC4E0;font-weight: bolder;"
>
35
3582
75
</div><span
style=
"color: #fff;"
>
总计
</span>
</div>
</div>
<div
class=
"botnum"
>
<div
class=
"numdiv"
>
<p
style=
"color: #4CC4E0;"
>
本月新增
</p>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
2570
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
6833
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
</div>
<div
class=
"numdiv"
>
<p
style=
"color: #4CC4E0;"
>
本年新增
</p>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
1005
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
623483
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
</div>
</div>
</div>
...
...
@@ -64,17 +64,17 @@
<div
class=
"botimage"
>
<img
src=
"../../../assets/mapinages/Group1130.png"
alt=
""
style=
"width: 100px;height: 100px;margin-top: 30px;"
>
<div
class=
"ima"
>
<div
style=
"color: #4CC4E0;font-weight: bolder;"
>
3
400
</div><span
style=
"color: #fff;"
>
总计
</span>
<div
style=
"color: #4CC4E0;font-weight: bolder;"
>
3
58275
</div><span
style=
"color: #fff;"
>
总计
</span>
</div>
</div>
<div
class=
"botnum"
>
<div
class=
"numdiv"
>
<p
style=
"color: #4CC4E0;"
>
本月新增
</p>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
2150
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
6843
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
</div>
<div
class=
"numdiv"
>
<p
style=
"color: #4CC4E0;"
>
本年新增
</p>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
1250
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
<span
style=
"color: #EEC25B;font-size: 30px;"
>
6483
</span><span
style=
"color: #4CC4E0;"
>
个
</span>
</div>
</div>
</div>
...
...
gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/components/Left.vue
View file @
01c90c2c
...
...
@@ -77,7 +77,7 @@ export default {
}
.title
{
text-align
:
center
;
font-size
:
2
1
px
;
font-size
:
2
4
px
;
margin-bottom
:
7px
;
}
.two
{
...
...
@@ -88,7 +88,7 @@ export default {
>
.right
{
}
>
div
{
font-size
:
1
4
px
;
font-size
:
1
6
px
;
flex
:
1
;
// display: flex;
// flex-direction: column;
...
...
@@ -129,7 +129,7 @@ export default {
.third
{
text-align
:
center
;
width
:
213px
;
margin-bottom
:
30
px
;
margin-bottom
:
24
px
;
}
.fifth
{
flex
:
1
;
...
...
@@ -143,4 +143,4 @@ export default {
}
}
}
</
style
>
\ No newline at end of file
</
style
>
gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/components/Middle.vue
View file @
01c90c2c
...
...
@@ -75,7 +75,7 @@ export default {
.
forEach
((
item
,
index
)
=>
{
rich
[
`dataIndex
${
index
}
`
]
=
item
;
});
return
{
type
:
"pie"
,
radius
:
[
"68%"
,
"80%"
],
...
...
@@ -131,7 +131,7 @@ export default {
}
.title
{
text-align
:
center
;
font-size
:
2
1
px
;
font-size
:
2
4
px
;
margin-bottom
:
7px
;
}
.two
{
...
...
@@ -163,7 +163,7 @@ export default {
.third
{
text-align
:
center
;
width
:
213px
;
margin-bottom
:
38
px
;
margin-bottom
:
24
px
;
}
}
>
.right
{
...
...
@@ -177,7 +177,7 @@ export default {
}
}
>
div
{
font-size
:
1
4
px
;
font-size
:
1
6
px
;
flex
:
1
;
// display: flex;
// flex-direction: column;
...
...
@@ -197,11 +197,11 @@ export default {
}
}
.three
{
font-size
:
1
4
px
;
font-size
:
1
6
px
;
flex
:
1
;
// background: red;
.chars-box
{
flex
:
1
;
}
}
</
style
>
\ No newline at end of file
</
style
>
gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/components/Right.vue
View file @
01c90c2c
...
...
@@ -15,8 +15,8 @@
<div
class=
"right"
>
进行中
</div>
</div>
<div
class=
"three flex"
>
<div
class=
"left zzz"
>
15
</div>
<div
class=
"middle zzz"
>
13
</div>
<div
class=
"left zzz"
>
6
</div>
<div
class=
"middle zzz"
>
4
</div>
<div
class=
"right zzz"
>
2
</div>
</div>
...
...
@@ -93,7 +93,7 @@ export default {
time
:
"2022-04-16 07:29"
,
text
:
"安装设备监控"
,
},
// {
// companyName: 123,
// time: "2022-04-09 07:29",
...
...
@@ -133,7 +133,7 @@ export default {
}
.title
{
text-align
:
center
;
font-size
:
2
1
px
;
font-size
:
2
4
px
;
margin-bottom
:
22px
;
}
.two
{
...
...
@@ -158,11 +158,11 @@ export default {
}
}
.three
{
font-size
:
1
4
px
;
margin-bottom
:
1
6
px
;
font-size
:
1
6
px
;
margin-bottom
:
1
0
px
;
>
div
{
flex
:
1
;
line-height
:
2
8
px
;
line-height
:
2
4
px
;
text-align
:
center
;
}
}
...
...
@@ -190,4 +190,4 @@ export default {
// position:relative;
}
}
</
style
>
\ No newline at end of file
</
style
>
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