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
9b5e9143
Commit
9b5e9143
authored
Feb 24, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 月结调整
parent
d3c1ca1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
index.vue
...components/FinancialModule/MonthlyCostStatement/index.vue
+10
-0
No files found.
src/components/FinancialModule/MonthlyCostStatement/index.vue
View file @
9b5e9143
...
...
@@ -241,6 +241,7 @@
<
/span
>
<
button
class
=
"hollowFixedBtn"
@
click
=
"resetPageIndex()"
>
{{
$t
(
'pub.searchBtn'
)
}}
<
/button
>
<
button
class
=
"normalBtn"
@
click
=
"method5()"
>
{{
$t
(
'visa.v_daochu'
)
}}
<
/button
>
<
button
class
=
"normalBtn"
@
click
=
"method6()"
>
已选中导出
<
/button
>
<
button
v
-
if
=
"FinanceCreate"
class
=
"normalBtn"
@
click
=
"GenerateDocuments()"
>
{{
$t
(
'objFill.generatedocuments'
)
}}
<
/button
>
<
/li
>
<
/ul
>
...
...
@@ -855,6 +856,15 @@
var
fileName
=
`${this.$t('objFill.monthlystatementofcosts')
}
${time
}
.xls`
;
this
.
GetLocalFile
(
"Financial_get_GetCostMonthALLExport"
,
this
.
msg
,
fileName
);
}
,
method6
:
function
()
{
if
(
this
.
multipleSelection
.
length
<=
0
){
this
.
$message
.
error
(
'请选中数据'
);
return
;
}
let
ids
=
this
.
multipleSelection
.
map
(
x
=>
{
return
x
.
FrID
}
)
let
frIds
=
ids
.
join
(
','
);
let
time
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
var
fileName
=
`${this.$t('objFill.monthlystatementofcosts')
}
${time
}
.xls`
;
this
.
GetLocalFile
(
"Financial_get_GetCostMonthALLExport"
,
{
EmployeeId
:
this
.
msg
.
EmployeeId
,
ImportType
:
2
,
FrIDs
:
frIds
}
,
fileName
);
}
,
financeRemove
(
id
)
{
//作废
this
.
$confirm
(
this
.
$t
(
'tips.zuofeicaiwudan'
),
this
.
$t
(
'tips.tips'
),
{
confirmButtonText
:
this
.
$t
(
'pub.sureBtn'
),
...
...
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