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
12ce3846
Commit
12ce3846
authored
Dec 11, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
900cd6f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+4
-2
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
12ce3846
<
template
>
<div
class=
"mb30"
v-loading=
'loading'
>
<input
type=
"button"
@
click=
"downloadMoneyPlan()"
value=
"下载"
style=
"display:none;"
/>
<input
type=
"button"
@
click=
"downloadMoneyPlan()"
class=
"normalBtn"
value=
"下载"
/>
<div
style=
"display: flex;justify-content: end;margin-top: 10px;margin-bottom: 10px;"
>
<p><span
class=
"groupTourOrderByTuan_ico"
><i
style=
"background-color:#3FC4FF"
></i><span>
{{
$t
(
'fnc.yidadan'
)
}}
</span></span>
...
...
@@ -1140,7 +1140,8 @@
var
fileName
=
"test"
;
fileName
+=
".xls"
this
.
loading
=
true
;
this
.
GetLocalFile
(
"dmcstatistics_post_DownLoadGroupLeaderUserMoneyPlan"
,
this
.
msg
,
fileName
,
res
=>
{
let
userInfo
=
this
.
getLocalStorage
();
this
.
GetLocalFile
(
"dmcstatistics_post_NewDownLoadGroupLeaderUserMoneyPlan"
,{
TCIDs
:
this
.
$route
.
query
.
id
,
uid
:
userInfo
.
EmployeeId
,
NewCombinationNum
:
this
.
NewCombinationNum
},
fileName
,
res
=>
{
this
.
loading
=
false
;
});
},
...
...
@@ -1753,6 +1754,7 @@
};
this
.
TotalNav
.
planPriceList
.
forEach
(
item
=>
{
if
(
item
.
CurrencyId
==
id
)
{
console
.
log
(
"ceeeeee"
,
item
);
obj
.
money
+=
item
.
PlanTotalPrice
;
obj
.
CurrencyId
=
item
.
CurrencyId
;
}
...
...
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