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
2849be97
Commit
2849be97
authored
Jan 12, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
3b68935f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
index.vue
src/views/daily/performanceReport/index.vue
+11
-3
report.vue
src/views/daily/performanceReport/report.vue
+4
-1
No files found.
src/views/daily/performanceReport/index.vue
View file @
2849be97
...
...
@@ -7,11 +7,17 @@
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
<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"
>
<span
class=
"search-span"
>
事务类型:
</span>
<el-select></el-select>
</div>
</el-col>
-->
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
状态:
</span>
<RelSelect
src=
'aqgl/rcgl/lzbg/init/zt'
clearable
:match=
"
{value:'id',label:'name'}" v-model='queryParams.zt'>
</RelSelect>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
...
...
@@ -56,7 +62,7 @@
<!-- tabs -->
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"履职报告"
name=
"first"
>
<Report
:mapp=
"app"
ref=
"report"
/>
<Report
v-show=
"tabData.length>0"
:mapp=
"app"
ref=
"report"
/>
</el-tab-pane>
</el-tabs>
</div>
...
...
@@ -102,7 +108,8 @@
queryParams
:
{
info
:
''
,
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
jsrq
:
new
Date
().
getTime
()
jsrq
:
new
Date
().
getTime
(),
zt
:
''
},
/* 表格标题对应参数*/
tableTitle
:
[
...
...
@@ -120,6 +127,7 @@
getRow
:
function
(
e
)
{
this
.
rowItem
=
e
this
.
$refs
.
report
.
queryParams
.
rwid
=
e
.
id
this
.
$refs
.
report
.
queryParams
.
zt
=
this
.
queryParams
.
zt
this
.
$refs
.
report
.
$refs
.
TablePager
.
pageQuery
()
},
...
...
src/views/daily/performanceReport/report.vue
View file @
2849be97
...
...
@@ -74,6 +74,7 @@
/* 初始额外赋值*/
async
mounted
()
{
this
.
queryParams
.
zt
=
this
.
mapp
.
queryParams
.
zt
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
props
:[
'mapp'
],
...
...
@@ -88,7 +89,9 @@
baseUrl
:
'aqgl/rcgl/lzbg'
,
/* 查询参数*/
queryParams
:
{
rwid
:
''
rwid
:
''
,
zt
:
''
},
/* 表格标题对应参数*/
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