Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
868e2a60
Commit
868e2a60
authored
Jul 28, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b706681b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
ViittoCommission.vue
src/components/administrative/ViittoCommission.vue
+21
-0
No files found.
src/components/administrative/ViittoCommission.vue
View file @
868e2a60
...
@@ -27,6 +27,10 @@
...
@@ -27,6 +27,10 @@
<el-button
size=
"mini"
type=
"danger"
style=
"border-radius:14px"
<el-button
size=
"mini"
type=
"danger"
style=
"border-radius:14px"
@
click=
"exportExcel"
>
{{
$t
(
'objFill.v101.administrative.daochuygztc'
)
}}
</el-button>
@
click=
"exportExcel"
>
{{
$t
(
'objFill.v101.administrative.daochuygztc'
)
}}
</el-button>
</li>
</li>
<li
>
<el-button
size=
"mini"
type=
"danger"
style=
"border-radius:14px"
@
click=
"exportExcel2"
>
导出财务单驳回记录
</el-button>
</li>
</ul>
</ul>
</div>
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
...
@@ -100,6 +104,23 @@
...
@@ -100,6 +104,23 @@
this
.
Error
(
this
.
$t
(
'objFill.v101.administrative.qingxuanzqis'
));
this
.
Error
(
this
.
$t
(
'objFill.v101.administrative.qingxuanzqis'
));
}
}
},
exportExcel2
:
function
()
{
if
(
this
.
Periods
&&
this
.
Periods
!=
''
&&
this
.
Periods
!=
null
&&
this
.
Periods
!=
undefined
){
let
msg
=
{
RB_Group_Id
:
this
.
getLocalStorage
().
RB_Group_id
,
Periods
:
this
.
Periods
,
}
let
text
=
'财务单驳回记录'
+
this
.
Periods
+
".xls"
this
.
GetLocalFile
(
"Commission_get_GetMarkPenaltyToExcel"
,
msg
,
text
);
}
else
{
this
.
Error
(
this
.
$t
(
'objFill.v101.administrative.qingxuanzqis'
));
}
},
},
goUrlZD
(){
goUrlZD
(){
let
orderObj
=
{
let
orderObj
=
{
...
...
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