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
5591a53a
Commit
5591a53a
authored
4 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
cb4288b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+11
-4
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
5591a53a
...
...
@@ -862,7 +862,9 @@
currencyTypeObj
:
[],
//判断是否显示人民币
IsShowRMB
:
false
,
ContractUrlCount
:
1
ContractUrlCount
:
1
,
myLineId
:
0
,
//zk新增
comRate
:
1
//公用乘以 zk新增
};
},
components
:
{
...
...
@@ -1361,8 +1363,8 @@
this
.
CurrencyListMoney
.
forEach
((
cur
,
i
)
=>
{
cur
.
LeaderGetPriceArr
.
forEach
(
lead
=>
{
lead
.
LeaderGetPriceT
=
Math
.
floor
((
cur
.
money
*
0.95
-
cur
.
yiLing
)
*
100
)
/
100
;
lead
.
PlanPrice
=
cur
.
money
*
0.95
;
Math
.
floor
((
cur
.
money
*
this
.
comRate
-
cur
.
yiLing
)
*
100
)
/
100
;
lead
.
PlanPrice
=
cur
.
money
*
this
.
comRate
;
});
});
this
.
nav
=
nav
;
...
...
@@ -1420,7 +1422,12 @@
this
.
isUpdate
=
this
.
$route
.
query
.
isUpdate
;
this
.
msg
.
TCIDs
=
this
.
$route
.
query
.
id
;
this
.
NewCombinationNum
=
this
.
$route
.
query
.
NewCombinationNum
;
this
.
myLineId
=
this
.
$route
.
query
.
lineId
;
if
(
this
.
myLineId
==
14
){
this
.
comRate
=
0.95
;
}
else
{
this
.
comRate
=
1
;
}
if
(
this
.
$route
.
query
.
OutBranchId
==
1216
)
{
this
.
IsShowRMB
=
true
;
}
...
...
This diff is collapsed.
Click to expand it.
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