Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
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
李苏
sgaqgl-vue
Commits
90e3cb8b
Commit
90e3cb8b
authored
Jan 11, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gavelinfo.com:lisu/sgaqgl-vue
parents
2266b63e
a412fb91
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
55 additions
and
46 deletions
+55
-46
index.js
src/router/index.js
+1
-1
edit.vue
src/views/daily/performanceReportSet/edit.vue
+8
-6
index.vue
src/views/daily/performanceReportSet/index.vue
+1
-1
selecter.vue
src/views/daily/performanceReportSet/selecter.vue
+27
-35
index.vue
src/views/threeViolations/homePage/index.vue
+18
-3
No files found.
src/router/index.js
View file @
90e3cb8b
...
...
@@ -747,7 +747,7 @@ export const powerRoutes=[
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
'test'
,
"mkid"
:
905200300
,
},
name
:
'performanceReportSet'
,
path
:
"performanceReportSet"
...
...
src/views/daily/performanceReportSet/edit.vue
View file @
90e3cb8b
...
...
@@ -117,7 +117,7 @@
if
(
val
.
length
){
this
.
notInIds
=
[]
val
.
forEach
(
e
=>
{
this
.
notInIds
.
push
(
e
.
jcnr
id
)
this
.
notInIds
.
push
(
e
.
lzbz
id
)
})
}
},
...
...
@@ -175,7 +175,7 @@
form
:
{
// bmid:'',
gsid
:
''
,
table
:
'
FX
SZMX'
,
table
:
'
LZ
SZMX'
,
name
:
''
,
jldw
:
''
,
begintime
:
''
,
...
...
@@ -192,10 +192,12 @@
},
/* 多表表头*/
editTableTitle
:[
{
label
:
"检查内容"
,
prop
:
"nr"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"岗位"
,
prop
:
"scgwName"
,
fieldType
:
"ftString"
,
width
:
150
},
{
label
:
"任务类型"
,
prop
:
"rwlxName"
,
fieldType
:
"ftString"
,
width
:
150
},
{
label
:
"检查人"
,
prop
:
"fzrName"
,
fieldType
:
"ftString"
,
width
:
150
},
{
label
:
"公司"
,
prop
:
"gsName"
,
fieldType
:
"ftString"
,
width
:
150
},
{
label
:
"分类"
,
prop
:
"flName"
,
fieldType
:
"ftString"
,
width
:
200
},
{
label
:
"岗位"
,
prop
:
"scgwName"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"履职内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
}
]
}
},
...
...
src/views/daily/performanceReportSet/index.vue
View file @
90e3cb8b
...
...
@@ -49,7 +49,7 @@
start
,
stop
,
excute
}
from
'@/api/
riskPrecontrol/riskSet
'
;
}
from
'@/api/
daily/lzsz.js
'
;
/* edit页面*/
import
Edit
from
'./edit'
...
...
src/views/daily/performanceReportSet/selecter.vue
View file @
90e3cb8b
...
...
@@ -5,18 +5,11 @@
<div
class=
"min_full"
style=
'height:100%;width: 100%;'
>
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'this'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"12"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
任务类型:
</span>
<RelSelect
style=
"width: 100%;"
src=
'aqgl/fxyk/fxpc/init/rwlx'
clearable
:match=
"
{value:'id',label:'name'}" v-model='queryParams.rwlx' >
</RelSelect>
</div>
</el-col>
<el-col
:span=
"12"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
人员:
</span>
<el-input
v-model=
'queryParams.condition'
></el-input>
</div>
<el-row
:gutter=
"20"
class=
"search-row-1"
style=
"margin-top: 5px;"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"公司"
>
<RelSelect
style=
"width: 100%;"
src=
'/jcsj/common/bm/queryGs'
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.gsid' >
</RelSelect>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -44,13 +37,12 @@
doAdd
,
doUpdate
,
doDelete
,
doQueryJcnr
,
doAddJcnr
,
doUpdateJcnr
,
doDeleteJcnr
,
doAutoGen
,
doQueryScgw
}
from
"@/api/riskPrecontrol/screeningCriteria.js"
;
doAutoGen
}
from
'@/api/daily/maintenanceDuty.js'
;
import
{
tableMixin_noapp
}
from
'common'
...
...
@@ -72,7 +64,7 @@
},
methods
:
{
query
:
doQuery
Jcnr
,
query
:
doQuery
,
/* 基础增*/
apiAdd
:
doAdd
,
/* 基础更新*/
...
...
@@ -89,11 +81,11 @@
idList
.
push
(
e
.
id
)
})
this
.
multipleSelection
.
forEach
(
item
=>
{
item
.
jcnr
id
=
item
.
id
item
.
lzbz
id
=
item
.
id
item
.
id
=
''
})
let
addData
=
this
.
multipleSelection
.
filter
((
item
)
=>
{
if
(
idList
.
indexOf
(
item
.
jcnr
id
)
==-
1
){
if
(
idList
.
indexOf
(
item
.
lzbz
id
)
==-
1
){
return
true
}
else
{
return
false
...
...
@@ -109,16 +101,16 @@
data
()
{
return
{
queryParams
:{
gwid
:
''
,
condition
:
''
,
rwlx
:
''
,
notInIds
:[]
gsid
:
''
,
// info: ''
},
tableTitle
:
[
{
label
:
"检查内容"
,
prop
:
"nr"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"岗位"
,
prop
:
"scgwName"
,
fieldType
:
"ftString"
,
width
:
150
},
{
label
:
"任务类型"
,
prop
:
"rwlxName"
,
fieldType
:
"ftString"
,
width
:
150
},
{
label
:
"检查人"
,
prop
:
"fzrName"
,
fieldType
:
"ftString"
,
width
:
150
},
{
label
:
"公司"
,
prop
:
"gsName"
,
fieldType
:
"ftString"
,
width
:
150
},
{
label
:
"分类"
,
prop
:
"flName"
,
fieldType
:
"ftString"
,
width
:
200
},
{
label
:
"岗位"
,
prop
:
"scgwName"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"履职内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
}
],
baseUrl
:
'/aqgl/fxyk/fxbz'
,
}
...
...
src/views/threeViolations/homePage/index.vue
View file @
90e3cb8b
...
...
@@ -80,7 +80,7 @@
<
/div
>
<
div
class
=
"bottom"
>
<
div
class
=
"zttitle"
>
待
处理隐患
未
处理隐患
<
/div
>
<
div
class
=
""
style
=
"height: calc(100% - 30px);width: 100%;"
>
<
TablePager
isAutoRoll
showPagination
queryAll
:
delButton
=
'false'
@
getData
=
'getData'
:
ref
=
"'TablePager'"
:
app
=
'app'
:
query
=
'query'
@
selectItem
=
'selectItem'
...
...
@@ -263,7 +263,8 @@
}
,
queryParams
:{
zt
:
'Z'
queryType
:
'YHWCL'
// zt:'S'
}
,
aqpng
:
aqpng
,
baseurl
:
baseurl
,
...
...
@@ -325,6 +326,16 @@
series
:
[
{
axisLine
:
{
lineStyle
:
{
width
:
6
,
color
:
[
[
0.25
,
'#FF6E76'
],
[
0.5
,
'#FDDD60'
],
[
0.75
,
'#58D9F9'
],
[
1
,
'#7CFFB2'
]
]
}}
,
radius
:
'90%'
,
name
:
setting
.
title
,
type
:
'gauge'
,
...
...
@@ -337,7 +348,11 @@
}
,
detail
:
{
valueAnimation
:
true
,
formatter
:
'{value
}
'
formatter
:
'{value
}
'
,
textStyle
:{
fontSize
:
17
}
}
,
data
:
[
{
...
...
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