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
7bd65581
Commit
7bd65581
authored
Oct 08, 2022
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
旧房贷款利率除以100
parent
2e5b77b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.html
+2
-2
pages/housePurchase/loanBalance.vue
+6
-6
No files found.
index.html
View file @
7bd65581
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<div
id=
"app"
>
<!--app-html-->
</div>
<div
id=
"app"
>
<!--app-html-->
</div>
<script
type=
"module"
src=
"/main.js"
></script>
<script
type=
"module"
src=
"/main.js"
></script>
<!-- 移动端调试 -->
<!-- 移动端调试 -->
<
!-- <
script type="text/javascript" src="//cdn.jsdelivr.net/npm/eruda"></script>
<script
type=
"text/javascript"
src=
"//cdn.jsdelivr.net/npm/eruda"
></script>
<script>eruda.init();</script>
-->
<script>
eruda
.
init
();
</script>
</body>
</body>
</html>
</html>
pages/housePurchase/loanBalance.vue
View file @
7bd65581
...
@@ -59,13 +59,13 @@
...
@@ -59,13 +59,13 @@
data
(){
data
(){
return
{
return
{
accumulationFundParams
:[
accumulationFundParams
:[
{
id
:
'00'
,
text
:
'公积金贷款余额'
,
value
:
null
,
type
:
'digit'
,
unit
:
'元'
,
alias
:
'oldHouseLoanBalance'
},
{
id
:
'00'
,
text
:
'公积金贷款余额'
,
value
:
null
,
type
:
'digit'
,
unit
:
'
万
元'
,
alias
:
'oldHouseLoanBalance'
},
{
id
:
'01'
,
text
:
'公积金还款方式'
,
value
:
1
,
type
:
'select'
,
unit
:
''
,
alias
:
'oldCalcuteType'
},
{
id
:
'01'
,
text
:
'公积金还款方式'
,
value
:
1
,
type
:
'select'
,
unit
:
''
,
alias
:
'oldCalcuteType'
},
{
id
:
'02'
,
text
:
'公积金剩余月份'
,
value
:
null
,
type
:
'number'
,
unit
:
'月'
,
alias
:
'oldHouseRepaymentMonth'
},
{
id
:
'02'
,
text
:
'公积金剩余月份'
,
value
:
null
,
type
:
'number'
,
unit
:
'月'
,
alias
:
'oldHouseRepaymentMonth'
},
{
id
:
'03'
,
text
:
'公积金年利率'
,
value
:
null
,
type
:
'digit'
,
unit
:
'%'
,
alias
:
'oldInterestRate'
},
{
id
:
'03'
,
text
:
'公积金年利率'
,
value
:
null
,
type
:
'digit'
,
unit
:
'%'
,
alias
:
'oldInterestRate'
},
],
],
commercialLoansParams
:[
commercialLoansParams
:[
{
id
:
'00'
,
text
:
'商业贷款余额'
,
value
:
null
,
type
:
'digit'
,
unit
:
'元'
,
alias
:
'oldHouseLoanBalance'
},
{
id
:
'00'
,
text
:
'商业贷款余额'
,
value
:
null
,
type
:
'digit'
,
unit
:
'
万
元'
,
alias
:
'oldHouseLoanBalance'
},
{
id
:
'01'
,
text
:
'商业还款方式'
,
value
:
1
,
type
:
'select'
,
unit
:
''
,
alias
:
'oldCalcuteType'
},
{
id
:
'01'
,
text
:
'商业还款方式'
,
value
:
1
,
type
:
'select'
,
unit
:
''
,
alias
:
'oldCalcuteType'
},
{
id
:
'02'
,
text
:
'商业贷款剩余月份'
,
value
:
null
,
type
:
'number'
,
unit
:
'月'
,
alias
:
'oldHouseRepaymentMonth'
},
{
id
:
'02'
,
text
:
'商业贷款剩余月份'
,
value
:
null
,
type
:
'number'
,
unit
:
'月'
,
alias
:
'oldHouseRepaymentMonth'
},
{
id
:
'03'
,
text
:
'商业贷款年利率'
,
value
:
null
,
type
:
'digit'
,
unit
:
'%'
,
alias
:
'oldInterestRate'
},
{
id
:
'03'
,
text
:
'商业贷款年利率'
,
value
:
null
,
type
:
'digit'
,
unit
:
'%'
,
alias
:
'oldInterestRate'
},
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
}
}
houseLoanOldInfo
.
oldHouseLoanBalance
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseLoanBalance'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseLoanBalance
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseLoanBalance'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseRepaymentMonth
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseRepaymentMonth'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseRepaymentMonth
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseRepaymentMonth'
).
pop
().
value
;
houseLoanOldInfo
.
oldInterestRate
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldInterestRate'
).
pop
().
value
;
houseLoanOldInfo
.
oldInterestRate
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldInterestRate'
).
pop
().
value
/
100
;
houseLoanOldInfo
.
oldCalcuteType
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldCalcuteType'
).
pop
().
value
;
houseLoanOldInfo
.
oldCalcuteType
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldCalcuteType'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseNo
=
1
;
houseLoanOldInfo
.
oldHouseNo
=
1
;
this
.
houseLoanOldList
=
[
houseLoanOldInfo
];
this
.
houseLoanOldList
=
[
houseLoanOldInfo
];
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
}
}
houseLoanOldInfo
.
oldHouseLoanBalance
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseLoanBalance'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseLoanBalance
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseLoanBalance'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseRepaymentMonth
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseRepaymentMonth'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseRepaymentMonth
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseRepaymentMonth'
).
pop
().
value
;
houseLoanOldInfo
.
oldInterestRate
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldInterestRate'
).
pop
().
value
;
houseLoanOldInfo
.
oldInterestRate
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldInterestRate'
).
pop
().
value
/
100
;
houseLoanOldInfo
.
oldCalcuteType
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldCalcuteType'
).
pop
().
value
;
houseLoanOldInfo
.
oldCalcuteType
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldCalcuteType'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseNo
=
1
;
houseLoanOldInfo
.
oldHouseNo
=
1
;
this
.
houseLoanOldList
=
[
houseLoanOldInfo
];
this
.
houseLoanOldList
=
[
houseLoanOldInfo
];
...
@@ -270,13 +270,13 @@
...
@@ -270,13 +270,13 @@
}
}
houseLoanOldInfo
.
oldHouseLoanBalance
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseLoanBalance'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseLoanBalance
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseLoanBalance'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseRepaymentMonth
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseRepaymentMonth'
).
pop
().
value
;
houseLoanOldInfo
.
oldHouseRepaymentMonth
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseRepaymentMonth'
).
pop
().
value
;
houseLoanOldInfo
.
oldInterestRate
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldInterestRate'
).
pop
().
value
;
houseLoanOldInfo
.
oldInterestRate
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldInterestRate'
).
pop
().
value
/
100
;
houseLoanOldInfo
.
oldCalcuteType
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldCalcuteType'
).
pop
().
value
;
houseLoanOldInfo
.
oldCalcuteType
=
this
.
commercialLoansParams
.
filter
(
item
=>
item
.
alias
===
'oldCalcuteType'
).
pop
().
value
;
houseLoanOldInfo
.
oldLoanType
=
1
;
houseLoanOldInfo
.
oldLoanType
=
1
;
houseLoanOldInfo
.
oldHouseNo
=
1
;
houseLoanOldInfo
.
oldHouseNo
=
1
;
houseLoanOldInfo1
.
oldHouseLoanBalance
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseLoanBalance'
).
pop
().
value
;
houseLoanOldInfo1
.
oldHouseLoanBalance
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseLoanBalance'
).
pop
().
value
;
houseLoanOldInfo1
.
oldHouseRepaymentMonth
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseRepaymentMonth'
).
pop
().
value
;
houseLoanOldInfo1
.
oldHouseRepaymentMonth
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldHouseRepaymentMonth'
).
pop
().
value
;
houseLoanOldInfo1
.
oldInterestRate
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldInterestRate'
).
pop
().
value
;
houseLoanOldInfo1
.
oldInterestRate
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldInterestRate'
).
pop
().
value
/
100
;
houseLoanOldInfo1
.
oldCalcuteType
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldCalcuteType'
).
pop
().
value
;
houseLoanOldInfo1
.
oldCalcuteType
=
this
.
accumulationFundParams
.
filter
(
item
=>
item
.
alias
===
'oldCalcuteType'
).
pop
().
value
;
houseLoanOldInfo1
.
oldLoanType
=
2
;
houseLoanOldInfo1
.
oldLoanType
=
2
;
houseLoanOldInfo
.
oldHouseNo
=
1
;
houseLoanOldInfo
.
oldHouseNo
=
1
;
...
...
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