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
5281cb65
Commit
5281cb65
authored
Aug 01, 2022
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增默认状态
1. 待确认 2. 待审核 修改稽核审批的时候的期数的问题
parent
2c2dfcfe
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
14 deletions
+17
-14
approval.vue
src/components/approval.vue
+14
-12
detail.vue
src/views/approval/detail.vue
+1
-0
audit.vue
src/views/loan/audit.vue
+1
-1
list.vue
src/views/loan/list.vue
+1
-1
No files found.
src/components/approval.vue
View file @
5281cb65
...
@@ -31,12 +31,12 @@
...
@@ -31,12 +31,12 @@
</el-form-item>
</el-form-item>
</
template
>
</
template
>
<el-form-item
v-else
prop=
'loanIntentionNum'
label=
'申请期数(期)'
>
<el-form-item
v-else
prop=
'loanIntentionNum'
label=
'申请期数(期)'
>
<el-select
v-model=
"form.loanIntentionNum"
style=
'width: 100%;'
placeholder=
"请选择期数"
>
<el-select
v-model=
'form.loanIntentionNum'
style=
'width: 100%;'
placeholder=
'请选择期数'
>
<el-option
<el-option
v-for=
"item in options"
v-for=
'item in searchData.limitList'
:key=
"item.value"
:key=
'item'
:label=
"item.label"
:label=
'item'
:value=
"item.value"
>
:value=
'item'
>
</el-option>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -249,10 +249,12 @@
...
@@ -249,10 +249,12 @@
const
{
creditNo
,
creditType
}
=
clientDetail
const
{
creditNo
,
creditType
}
=
clientDetail
const
{
manualAmount
,
loanIntentionNum
}
=
projectInfoResponse
const
{
manualAmount
,
loanIntentionNum
}
=
projectInfoResponse
this
.
creditNo
=
creditNo
this
.
creditNo
=
creditNo
this
.
form
.
loanIntentionNum
=
loanIntentionNum
this
.
manualAmount
=
manualAmount
this
.
manualAmount
=
manualAmount
this
.
loanIntentionNum
=
loanIntentionNum
this
.
loanIntentionNum
=
loanIntentionNum
this
.
form
.
perAllotAmount
=
manualAmount
this
.
form
.
perAllotAmount
=
manualAmount
this
.
form
.
loanIntentionNum
=
loanIntentionNum
this
.
form
.
creditNo
=
creditNo
this
.
form
.
creditNo
=
creditNo
this
.
form
.
creditType
=
creditType
this
.
form
.
creditType
=
creditType
...
@@ -288,9 +290,9 @@
...
@@ -288,9 +290,9 @@
if
(
capitalCode
===
'FENGSHENGBUSINESS'
)
{
if
(
capitalCode
===
'FENGSHENGBUSINESS'
)
{
this
.
$refs
[
'dForm'
].
clearValidate
(
'perAllotAmount'
)
this
.
$refs
[
'dForm'
].
clearValidate
(
'perAllotAmount'
)
this
.
$refs
[
'dForm'
].
clearValidate
(
'loanIntentionNum'
)
this
.
$refs
[
'dForm'
].
clearValidate
(
'loanIntentionNum'
)
if
(
this
.
hasRisk
)
{
if
(
this
.
hasRisk
)
{
this
.
form
.
perAllotAmount
=
this
.
manualAmount
;
this
.
form
.
perAllotAmount
=
this
.
manualAmount
this
.
form
.
loanIntentionNum
=
this
.
loanIntentionNum
;
this
.
form
.
loanIntentionNum
=
this
.
loanIntentionNum
}
}
}
}
this
.
form
.
capitalCode
=
capitalCode
this
.
form
.
capitalCode
=
capitalCode
...
@@ -300,9 +302,9 @@
...
@@ -300,9 +302,9 @@
// 风审查询
// 风审查询
async
handleRisk
()
{
async
handleRisk
()
{
if
(
!
this
.
hasRisk
)
{
if
(
!
this
.
hasRisk
)
{
const
{
clientDetail
,
projectInfoResponse
}
=
this
.
item
const
{
clientDetail
}
=
this
.
item
const
{
creditNo
}
=
clientDetail
const
{
creditNo
}
=
clientDetail
const
{
loanIntentionNum
}
=
projectInfoResponse
const
loanIntentionNum
=
this
.
form
.
loanIntentionNum
const
creditAmount
=
this
.
form
.
perAllotAmount
const
creditAmount
=
this
.
form
.
perAllotAmount
if
(
!
creditAmount
||
!
/^
[
0-9
]
*$/
.
test
(
creditAmount
))
{
if
(
!
creditAmount
||
!
/^
[
0-9
]
*$/
.
test
(
creditAmount
))
{
this
.
$message
({
this
.
$message
({
...
@@ -318,7 +320,7 @@
...
@@ -318,7 +320,7 @@
creditAmount
creditAmount
})
})
if
(
result
.
success
)
{
if
(
result
.
success
)
{
this
.
hasRisk
=
true
;
this
.
hasRisk
=
true
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'授信结果正在查询,请刷新页面查看'
message
:
'授信结果正在查询,请刷新页面查看'
...
...
src/views/approval/detail.vue
View file @
5281cb65
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
<!--操作日志-->
<!--操作日志-->
<
template
v-if=
'detail.operationLogResponse!==null'
>
<
template
v-if=
'detail.operationLogResponse!==null'
>
<block-header
title=
'操作日志'
/>
<operation-log
:log=
'detail.operationLogResponse'
/>
<operation-log
:log=
'detail.operationLogResponse'
/>
</
template
>
</
template
>
...
...
src/views/loan/audit.vue
View file @
5281cb65
...
@@ -217,7 +217,7 @@
...
@@ -217,7 +217,7 @@
size
:
10
,
size
:
10
,
approvalResult
:
''
,
approvalResult
:
'
TO_BE_REVIEWED
'
,
mobile
:
''
,
mobile
:
''
,
orderNo
:
''
,
orderNo
:
''
,
loanName
:
''
,
loanName
:
''
,
...
...
src/views/loan/list.vue
View file @
5281cb65
...
@@ -265,7 +265,7 @@
...
@@ -265,7 +265,7 @@
size
:
10
,
size
:
10
,
loanResult
:
''
,
loanResult
:
'
TO_BE_CONFIRMED
'
,
mobile
:
''
,
mobile
:
''
,
orderNo
:
''
,
orderNo
:
''
,
loanName
:
''
,
loanName
:
''
,
...
...
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