Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dxgaqgl-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
李苏
dxgaqgl-vue
Commits
9f47fa96
Commit
9f47fa96
authored
Nov 21, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
履职 新增download
parent
638ea938
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
index.vue
src/views/daily/performanceReport/index.vue
+20
-0
No files found.
src/views/daily/performanceReport/index.vue
View file @
9f47fa96
...
...
@@ -36,12 +36,19 @@
</div>
<!-- 按钮操作-->
<el-row
class=
"tool-bar"
>
<PrintButton
:app=
'app'
></PrintButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<!--
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
-->
<AttachFileButton
:app=
'app'
></AttachFileButton>
<el-button
@
click=
"sclzbg"
size=
'mini'
type=
"primary"
>
生成履职报告
</el-button>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<!--
<WorkFlowButton
:app=
'this'
></WorkFlowButton>
-->
...
...
@@ -73,6 +80,9 @@
<
script
>
/* 引入需要的接口*/
/* 引入需要的接口*/
import
{
downloadJson
}
from
'common/src/utils/request'
import
{
doQuery
,
doQueryOwn
,
...
...
@@ -125,6 +135,16 @@
}
},
methods
:
{
sclzbg
(){
let
params
=
{
pageSize
:
this
.
$refs
.
TablePager
.
pageSize
,
pageNo
:
this
.
$refs
.
TablePager
.
pageNo
,
...
this
.
queryParams
}
downloadJson
(
'aqgl/rcgl/lzrw/exportWord'
,
params
,
'履职报告.docx'
)
},
getRow
:
function
(
e
)
{
this
.
rowItem
=
e
this
.
$refs
.
report
.
queryParams
.
rwid
=
e
.
id
...
...
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