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
2ec89963
Commit
2ec89963
authored
Jun 21, 2022
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的审批不间断的需求修改
parent
93751f1c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
10 deletions
+17
-10
approval.vue
src/components/approval.vue
+17
-10
No files found.
src/components/approval.vue
View file @
2ec89963
...
...
@@ -25,6 +25,14 @@
</el-row>
</el-form-item>
<el-form-item
label=
'申请期数'
>
<el-row>
<el-col
:span=
'14'
>
<el-input
v-model=
'form.loanIntentionNum'
disabled
style=
'width: 100%;'
clearable
/>
</el-col>
</el-row>
</el-form-item>
<el-form-item
prop=
'perAllotAmount'
label=
'人审额度(元)'
>
<el-row>
<el-col
:span=
'14'
>
...
...
@@ -118,15 +126,7 @@
},
data
()
{
return
{
rules
:
{
//riskResult: [
// {
// required: true,
// trigger: 'change',
// message: '风审结果未出'
// }
//],
approveStatus
:
[
{
required
:
true
,
...
...
@@ -179,6 +179,7 @@
loanSign
:
''
,
memo
:
''
,
perAllotAmount
:
''
,
loanIntentionNum
:
''
,
userId
:
''
}
}
...
...
@@ -189,9 +190,10 @@
async
mounted
()
{
console
.
log
(
this
.
item
,
'nash '
)
if
(
this
.
item
!==
null
)
{
const
{
applyAmount
,
manualAmount
,
creditAmount
,
creditNo
}
=
this
.
item
const
{
applyAmount
,
manualAmount
,
loanIntentionNum
,
creditAmount
,
creditNo
}
=
this
.
item
this
.
form
.
applyAmount
=
this
.
money
(
applyAmount
)
this
.
form
.
creditAmount
=
this
.
money
(
creditAmount
)
this
.
form
.
loanIntentionNum
=
`
${
loanIntentionNum
}
期`
;
this
.
manualAmount
=
manualAmount
this
.
form
.
creditNo
=
creditNo
...
...
@@ -205,7 +207,7 @@
if
(
item
)
{
const
{
capitalCode
,
loanSign
}
=
item
this
.
form
.
capitalCode
=
capitalCode
this
.
form
.
loanSign
=
loanSign
this
.
form
.
loanSign
=
loanSign
;
}
},
// 风审查询
...
...
@@ -261,6 +263,11 @@
console
.
log
(
res
,
'是啥'
)
const
form
=
this
.
form
if
(
this
.
manualAmount
&&
form
.
capitalCode
===
'FENGSHENGBUSINESS'
)
{
form
.
perAllotAmount
=
this
.
manualAmount
}
form
.
userId
=
this
.
user
.
userId
console
.
log
(
form
,
'表单数据'
)
const
result
=
await
API
.
approveSubmit
({
...
...
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