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
edf4293b
Commit
edf4293b
authored
Jun 23, 2022
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改小bug
parent
a6ccea78
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
12 deletions
+20
-12
favicon.png
public/favicon.png
+0
-0
index.html
public/index.html
+2
-2
approval.vue
src/components/approval.vue
+18
-10
No files found.
public/favicon.png
0 → 100644
View file @
edf4293b
13.1 KB
public/index.html
View file @
edf4293b
...
...
@@ -6,8 +6,8 @@
<meta
content=
"width=device-width,initial-scale=1.0"
name=
"viewport"
/>
<script
src=
"./aliyun-oss-sdk.min.js"
></script>
<script
src=
"./jQuery.1.9.1.min.js"
></script>
<script
src=
"./tdReport.1.2.min.js"
></script>
<link
href=
"<%= BASE_URL %>favicon.
ico"
rel=
"icon
"
/>
<script
src=
"./tdReport.1.2.min.js"
charset=
'utf-8'
></script>
<link
href=
"<%= BASE_URL %>favicon.
png"
rel=
"icon"
type=
"image/png
"
/>
<title><
%=
VUE_APP_TITLE
%
></title>
<meta
content=
"vab,vab官网,后台管理框架,vue后台管理框架,vue-admin-beautiful,vue-admin-beautiful-pro,vue-admin-beautiful官网,vue-admin-beautiful文档,vue-element-admin,vue-element-admin官网,vue-element-admin文档,vue-admin,vue-admin官网,vue-admin文档"
...
...
src/components/approval.vue
View file @
edf4293b
...
...
@@ -33,17 +33,25 @@
</el-row>
</el-form-item>
<el-form-item
prop=
'perAllotAmount'
label=
'人审额度(元)'
>
<template
v-if=
'manualAmount && form.capitalCode==="FENGSHENGBUSINESS"'
>
<el-form-item
prop=
'perAllotAmount'
label=
'人审额度(元)'
>
<el-row>
<el-col
:span=
'14'
>
<span>
{{
money
(
manualAmount
)
}}
</span>
</el-col>
</el-row>
</el-form-item>
</
template
>
<el-form-item
v-else
prop=
'perAllotAmount'
label=
'人审额度(元)'
>
<el-row>
<el-col
:span=
'14'
>
<template
v-if=
'manualAmount && form.capitalCode==="FENGSHENGBUSINESS"'
>
<span>
{{
money
(
manualAmount
)
}}
</span>
</
template
>
<el-input
v-else
v-model=
'form.perAllotAmount'
style=
'width: 100%;'
clearable
placeholder=
'请输入人审额度'
/>
<el-input
v-model=
'form.perAllotAmount'
style=
'width: 100%;'
clearable
placeholder=
'请输入人审额度'
/>
</el-col>
</el-row>
</el-form-item>
<
template
v-if=
'searchData!==null'
>
<el-form-item
prop=
'capitalCodeLoanSign'
label=
'选择资方'
>
<el-row>
...
...
@@ -179,7 +187,7 @@
loanSign
:
''
,
memo
:
''
,
perAllotAmount
:
''
,
loanIntentionNum
:
''
,
loanIntentionNum
:
''
,
userId
:
''
}
}
...
...
@@ -190,10 +198,10 @@
async
mounted
()
{
console
.
log
(
this
.
item
,
'nash '
)
if
(
this
.
item
!==
null
)
{
const
{
applyAmount
,
manualAmount
,
loanIntentionNum
,
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
.
form
.
loanIntentionNum
=
loanIntentionNum
this
.
manualAmount
=
manualAmount
this
.
form
.
creditNo
=
creditNo
...
...
@@ -207,7 +215,7 @@
if
(
item
)
{
const
{
capitalCode
,
loanSign
}
=
item
this
.
form
.
capitalCode
=
capitalCode
this
.
form
.
loanSign
=
loanSign
;
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