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
18617c85
Commit
18617c85
authored
Sep 30, 2022
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
置换旧房
parent
df7b34b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
pages/housePurchase/housePurchase.vue
+8
-3
pages/housePurchase/loanBalance.vue
+1
-2
No files found.
pages/housePurchase/housePurchase.vue
View file @
18617c85
...
...
@@ -444,7 +444,7 @@
...
this
.
housePurchaseInfo
,
...
this
.
planningParams
,
interestRate
:
this
.
housePurchaseInfo
.
interestRate
/
100
,
houseLoanOldList
:
this
.
houseLoanOldList
,
houseLoanOldList
:
this
.
isDisplace
?
this
.
houseLoanOldList
:
null
,
businessNo
:
uni
.
getStorageSync
(
'businessNo'
),
calcuteType
:
0
,
decimal
:
4
...
...
@@ -482,12 +482,17 @@
}
},
closeBtn
(){
this
.
isLoanSelected
=
this
.
paramsSelected
=
this
.
dialogIsShow
=
false
;
// this.isLoanSelected = this.paramsSelected =
this
.
dialogIsShow
=
false
;
},
//打开房屋置换组件
openLoan
(){
this
.
isDisplace
=
!
this
.
isDisplace
;
this
.
isLoanSelected
=
this
.
dialogIsShow
=
true
;
if
(
this
.
isDisplace
){
this
.
isLoanSelected
=
this
.
dialogIsShow
=
true
;
}
else
{
this
.
dataLists
=
null
;
}
},
getResultTitle
(
priceType
){
if
(
priceType
===
'1'
){
...
...
pages/housePurchase/loanBalance.vue
View file @
18617c85
...
...
@@ -106,7 +106,6 @@
return
{
loanType
,
sendData
,
a
,
b
,
isReadonly
}
},
mounted
(){
console
.
log
(
JSON
.
stringify
(
this
.
a
.
value
))
if
(
JSON
.
stringify
(
this
.
a
.
value
)
!=
'{}'
&&
JSON
.
stringify
(
this
.
a
.
value
)
!=
'[]'
){
this
.
accumulationFundParams
=
this
.
a
.
value
}
...
...
@@ -134,7 +133,7 @@
{
id
:
'01'
,
text
:
'商业还款方式'
,
value
:
1
,
type
:
'select'
,
unit
:
''
,
alias
:
'oldCalcuteType'
},
{
id
:
'02'
,
text
:
'商业贷款剩余月份'
,
value
:
null
,
type
:
'number'
,
unit
:
'月'
,
alias
:
'oldHouseRepaymentMonth'
},
{
id
:
'03'
,
text
:
'商业贷款年利率'
,
value
:
null
,
type
:
'digit'
,
unit
:
'%'
,
alias
:
'oldInterestRate'
},
]
]
;
},
selectLoanType
(
e
){
this
.
loanType
=
e
;
...
...
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