Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
67511430
Commit
67511430
authored
Jun 19, 2023
by
郑娟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
business_type_new字段去掉展示;首付款是否计入保证金计算 字段增加和逻辑
parent
e19f5757
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+7
-0
Plan.vue
src/pages/financingApply/components/Plan.vue
+1
-1
No files found.
src/pages/contractCreate/creat-rent-info.vue
View file @
67511430
...
...
@@ -639,6 +639,13 @@ export default {
'saveInfo.down_payment_ratio_n'
(
newVal
,
oldVal
)
{
this
.
saveInfo
.
down_payment
=
(
this
.
saveInfo
.
equip_price
*
newVal
.
replace
(
'%'
,
''
)
/
100
).
toFixed
(
2
)
},
'saveInfo.down_payment_deposit'
(
newVal
,
oldVal
)
{
if
(
newVal
===
'Y'
)
{
this
.
saveInfo
.
deposit
=
((
this
.
saveInfo
.
equip_price
-
this
.
saveInfo
.
down_payment
)
*
this
.
saveInfo
.
deposit_ratio_n
.
replace
(
'%'
,
''
)
/
100
).
toFixed
(
2
)
}
else
if
(
newVal
===
'N'
)
{
this
.
saveInfo
.
deposit
=
(
this
.
saveInfo
.
equip_price
*
this
.
saveInfo
.
deposit_ratio_n
.
replace
(
'%'
,
''
)
/
100
).
toFixed
(
2
)
}
},
// 'saveInfo.down_payment' (newVal, oldVal) {
// this.saveInfo.down_payment_ratio_n = `${(newVal / this.saveInfo.equip_price * 100).toFixed(2)}%`
// },
...
...
src/pages/financingApply/components/Plan.vue
View file @
67511430
...
...
@@ -245,7 +245,7 @@ export default {
'REPURCHASE_FLAG'
:
'PRJ501A.REPURCHASE_FLAG'
,
'RENT_INVOICE_TYPE'
:
'PRJ501A.RENT_INVOICE_TYPE'
,
'FACTORY_GUARANTEES_TYPE'
:
'FACTORY_GUARANTEES_TYPE'
,
'BUSINESS_TYPE_NEW'
:
'BUSINESS_TYPE_NEW'
,
//
'BUSINESS_TYPE_NEW': 'BUSINESS_TYPE_NEW',
'LEASE_THINGS_TYPE'
:
'LEASE_THINGS_TYPE'
,
'YES_NO'
:
'YES_NO'
,
...
...
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