Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
丽
丽人贷管理后台
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
百灵美选
丽人贷管理后台
Commits
54946452
Commit
54946452
authored
Jun 23, 2022
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改小bug2
parent
edf4293b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
approval.vue
src/components/approval.vue
+6
-1
No files found.
src/components/approval.vue
View file @
54946452
...
...
@@ -35,7 +35,7 @@
<template
v-if=
'manualAmount && form.capitalCode==="FENGSHENGBUSINESS"'
>
<el-form-item
prop=
'perAllotAmount'
label=
'人审额度(元)'
>
<el-form-item
prop=
'perAllotAmount'
label=
'人审额度(元)'
>
<el-row>
<el-col
:span=
'14'
>
<span>
{{
money
(
manualAmount
)
}}
</span>
...
...
@@ -203,6 +203,7 @@
this
.
form
.
creditAmount
=
this
.
money
(
creditAmount
)
this
.
form
.
loanIntentionNum
=
loanIntentionNum
this
.
manualAmount
=
manualAmount
this
.
form
.
perAllotAmount
=
manualAmount
this
.
form
.
creditNo
=
creditNo
// 初始化丰盛查询结果
...
...
@@ -214,6 +215,10 @@
handleCapitalChange
(
item
)
{
if
(
item
)
{
const
{
capitalCode
,
loanSign
}
=
item
if
(
capitalCode
===
'FENGSHENGBUSINESS'
){
this
.
form
.
perAllotAmount
=
this
.
manualAmount
;
this
.
$refs
[
'dForm'
].
clearValidate
(
'perAllotAmount'
)
}
this
.
form
.
capitalCode
=
capitalCode
this
.
form
.
loanSign
=
loanSign
}
...
...
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