Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sfp-program
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
sfp-program
Commits
ade2161f
Commit
ade2161f
authored
Sep 06, 2022
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
年金单次计算时,如果有提领信息,提领信息结束时间为现金价值的年度+1
parent
21e2d83b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
pages/index/index.vue
+4
-1
No files found.
pages/index/index.vue
View file @
ade2161f
...
...
@@ -276,7 +276,6 @@
console
.
log
(
this
.
businessType
)
if
(
this
.
calcuteMethod
===
'1'
){
// 计算
this
.
irrAndSimpleCalte
();
}
else
if
(
this
.
calcuteMethod
===
'2'
){
//批量
...
...
@@ -402,6 +401,10 @@
})
return
;
}
//年金单次计算时,如果有提领信息,提领信息结束时间为现金价值的年度+1
if
(
this
.
calcuteType
==
2
&&
this
.
yearWithdrawalInfos
.
length
>
0
){
this
.
yearWithdrawalInfos
[
0
].
withdrawalEnd
=
Number
(
this
.
irrAndSimple
.
nyear
)
+
1
}
}
const
params
=
{
...
this
.
irrAndSimpleCalcuteParam
,
...
...
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