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
583e79f4
Commit
583e79f4
authored
Nov 15, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加查询条件
parent
691e23d9
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
86 additions
and
76 deletions
+86
-76
index.vue
src/views/threeViolations/correctTV/index.vue
+20
-12
index.vue
src/views/threeViolations/enterTV/index.vue
+3
-3
index.vue
src/views/threeViolations/maintainTV/index.vue
+2
-3
index.vue
src/views/threeViolations/punishmentRecord/index.vue
+29
-27
index.vue
src/views/threeViolations/queryRecords/index.vue
+24
-23
index.vue
src/views/threeViolations/tFPasses/index.vue
+8
-8
No files found.
src/views/threeViolations/correctTV/index.vue
View file @
583e79f4
...
@@ -8,17 +8,23 @@
...
@@ -8,17 +8,23 @@
<SearchButton
:app=
'app'
></SearchButton>
<SearchButton
:app=
'app'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
岗位:
</span>
<span
class=
"search-span"
>
人员工号:
</span>
<el-input
style=
"width:60% ;"
></el-input>
<el-input
v-model=
'queryParams.ryxx'
></el-input>
</div>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
设备设施风险点:
</span>
<el-input></el-input>
</div>
</el-col>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
开始时间:
</span>
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.beginDate"
></el-date-picker>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
结束时间:
</span>
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.endDate"
></el-date-picker>
</div>
</el-col>
</el-row>
</el-row>
</div>
</div>
...
@@ -87,8 +93,10 @@
...
@@ -87,8 +93,10 @@
baseUrl
:
'/aqgl/swgl/swjl'
,
baseUrl
:
'/aqgl/swgl/swjl'
,
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
ksrq
:
''
,
ryxx
:
''
,
jsrq
:
''
beginDate
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endDate
:
new
Date
().
getTime
()
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
...
...
src/views/threeViolations/enterTV/index.vue
View file @
583e79f4
...
@@ -8,9 +8,10 @@
...
@@ -8,9 +8,10 @@
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
人员工号:
</span>
<span
class=
"search-span"
>
人员工号:
</span>
<el-input></el-input>
<el-input
v-model=
'queryParams.ryxx'
></el-input>
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
</div>
</div>
...
@@ -74,8 +75,7 @@
...
@@ -74,8 +75,7 @@
baseUrl
:
'/aqgl/swgl/swjl'
,
baseUrl
:
'/aqgl/swgl/swjl'
,
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
ksrq
:
''
,
ryxx
:
''
jsrq
:
''
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
...
...
src/views/threeViolations/maintainTV/index.vue
View file @
583e79f4
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
三维内容:
</span>
<span
class=
"search-span"
>
三维内容:
</span>
<el-input></el-input>
<el-input
v-model=
"queryParams.wgnr"
></el-input>
</div>
</div>
</el-col>
</el-col>
...
@@ -73,8 +73,7 @@
...
@@ -73,8 +73,7 @@
baseUrl
:
'/aqgl/swgl/swcfbz'
,
baseUrl
:
'/aqgl/swgl/swcfbz'
,
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
ksrq
:
''
,
wgnr
:
''
,
jsrq
:
''
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
...
...
src/views/threeViolations/punishmentRecord/index.vue
View file @
583e79f4
...
@@ -7,39 +7,40 @@
...
@@ -7,39 +7,40 @@
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
人员
工号
:
</span>
<span
class=
"search-span"
>
人员
信息
:
</span>
<el-input></el-input>
<el-input
v-model=
'queryParams.ryxx'
></el-input>
</div>
</div>
</el-col>
</el-col>
<!--
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
人员姓名:
</span>
<el-input
v-model=
'queryParams.ryxx'
></el-input>
</div>
</el-col>
-->
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
所在部门:
</span>
<RelSelect
style=
"width: 100%;"
src=
'/kzzx/bm/query'
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.bmid' >
</RelSelect>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
人员姓名
:
</span>
<span
class=
"search-span"
>
开始时间
:
</span>
<el-input></el-input
>
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.beginDate"
></el-date-picker
>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
所在部门
:
</span>
<span
class=
"search-span"
>
结束时间
:
</span>
<RelSelect
hasValue
style=
"width: 100%;"
src=
'/kzzx/bm/query'
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.bmid' >
</RelSelect
>
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.endDate"
></el-date-picker
>
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<!--
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
开始日期:
</span>
<el-date-picker></el-date-picker>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
结束日期:
</span>
<el-date-picker></el-date-picker>
</div>
</el-col>
</el-row
>
</el-row>
--
>
</div>
</div>
<!-- 按钮操作-->
<!-- 按钮操作-->
<el-row
class=
"tool-bar"
>
<el-row
class=
"tool-bar"
>
...
@@ -98,9 +99,10 @@
...
@@ -98,9 +99,10 @@
baseUrl
:
'/aqgl/swgl/swjl'
,
baseUrl
:
'/aqgl/swgl/swjl'
,
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
ksrq
:
''
,
beginDate
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
jsrq
:
''
,
endDate
:
new
Date
().
getTime
(),
bmid
:
''
bmid
:
''
,
ryxx
:
''
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
...
...
src/views/threeViolations/queryRecords/index.vue
View file @
583e79f4
...
@@ -7,39 +7,39 @@
...
@@ -7,39 +7,39 @@
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
人员
工号
:
</span>
<span
class=
"search-span"
>
人员
信息
:
</span>
<el-input></el-input>
<el-input
v-model=
'queryParams.ryxx'
></el-input>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<!--
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
人员姓名:
</span>
<span
class=
"search-span"
>
人员姓名:
</span>
<el-input></el-input>
<el-input
v-model=
'queryParams.ryxx'
></el-input>
</div>
</div>
</el-col>
</el-col>
-->
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
所在部门:
</span>
<span
class=
"search-span"
>
所在部门:
</span>
<RelSelect
hasValue
:optionsData=
'optionsData'
style=
"width: 100%;"
src=
'/kzzx/bm/query'
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.bmid' >
</RelSelect>
<RelSelect
style=
"width: 100%;"
src=
'/kzzx/bm/query'
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.bmid' >
</RelSelect>
</div>
</div>
</el-col>
</el-col>
</el-row>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
开始日期:
</span>
<el-date-picker></el-date-picker>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
结束日期:
</span>
<span
class=
"search-span"
>
开始时间:
</span>
<el-date-picker></el-date-picker>
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.beginDate"
></el-date-picker>
</div>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
结束时间:
</span>
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.endDate"
></el-date-picker>
</div>
</el-col>
</el-col>
</el-row>
<!--
<el-row
:gutter=
"20"
class=
"search-row-1"
>
</el-row>
</el-row>
-->
</div>
</div>
<!-- 按钮操作-->
<!-- 按钮操作-->
<el-row
class=
"tool-bar"
>
<el-row
class=
"tool-bar"
>
...
@@ -100,9 +100,10 @@
...
@@ -100,9 +100,10 @@
baseUrl
:
'/aqgl/swgl/swjl'
,
baseUrl
:
'/aqgl/swgl/swjl'
,
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
ksrq
:
''
,
beginDate
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
jsrq
:
''
,
endDate
:
new
Date
().
getTime
(),
bmid
:
''
bmid
:
''
,
ryxx
:
''
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
...
...
src/views/threeViolations/tFPasses/index.vue
View file @
583e79f4
...
@@ -10,25 +10,25 @@
...
@@ -10,25 +10,25 @@
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
事务类型:
</span>
<span
class=
"search-span"
>
事务类型:
</span>
<
el-input
v-model=
'queryParams.swlx'
style=
"width:60% ;"
></el-inpu
t>
<
RelSelect
src=
'wf/common/wfstate'
:match=
"
{value:'id',label:'name'}" v-model='queryParams.operatype' >
</RelSelec
t>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
人员工号:
</span>
<span
class=
"search-span"
>
人员工号:
</span>
<el-input
v-model=
'queryParams.ry
gh
'
></el-input>
<el-input
v-model=
'queryParams.ry
xx
'
></el-input>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
开始时间:
</span>
<span
class=
"search-span"
>
开始时间:
</span>
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.
ksrq
"
></el-date-picker>
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.
beginDate
"
></el-date-picker>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
结束时间:
</span>
<span
class=
"search-span"
>
结束时间:
</span>
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.
jsrq
"
></el-date-picker>
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.
endDate
"
></el-date-picker>
</div>
</div>
</el-col>
</el-col>
...
@@ -122,10 +122,10 @@
...
@@ -122,10 +122,10 @@
baseUrl
:
'/aqgl/swgl/swjl'
,
baseUrl
:
'/aqgl/swgl/swjl'
,
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
swlx
:
''
,
operatype
:
''
,
ry
gh
:
''
,
ry
xx
:
''
,
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
beginDate
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
jsrq
:
new
Date
().
getTime
()
endDate
:
new
Date
().
getTime
()
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
...
...
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