Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
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
zhanhai
loan-manager-customer
Commits
22331192
Commit
22331192
authored
Dec 24, 2024
by
ly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增字段以及产品
parent
3ed7ef6b
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6523 additions
and
3456 deletions
+6523
-3456
package-lock.json
package-lock.json
+6348
-3299
index.html
public/index.html
+1
-1
ByhService.vue
src/components/byh/ByhService.vue
+1
-0
LoanInfo.vue
src/components/byh/componments/LoanInfo.vue
+10
-4
vue.config.js
vue.config.js
+1
-1
yarn.lock
yarn.lock
+162
-151
No files found.
package-lock.json
View file @
22331192
This diff is collapsed.
Click to expand it.
public/index.html
View file @
22331192
...
...
@@ -14,7 +14,7 @@
<script>
//本地测试
//window.APIHOST = "http://192.168.0.50:8202";
//
window.APIHOST = "http://192.168.0.50:8202";
//测试
// window.APIHOST = "http://47.99.245.36:8202";
...
...
src/components/byh/ByhService.vue
View file @
22331192
...
...
@@ -56,6 +56,7 @@
<el-table-column
align=
"center"
prop=
"userStatus"
label=
"用户状态"
:formatter=
"userStatusFormat"
></el-table-column>
<el-table-column
align=
"center"
prop=
"latestLoanStatus"
label=
"最近一笔借款状态"
></el-table-column>
<el-table-column
align=
"center"
prop=
"latestLoanGmtCreated"
label=
"最近一笔借款时间"
></el-table-column>
<el-table-column
align=
"center"
prop=
"upsStatus"
label=
"下游状态"
></el-table-column>
<el-table-column
align=
"center"
label=
"查看详情"
>
<template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"loanDetail(scope.row)"
>
查看详情
</el-button>
...
...
src/components/byh/componments/LoanInfo.vue
View file @
22331192
...
...
@@ -36,11 +36,11 @@
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleClick(scope.row)"
>
详情
</el-button>
<template
v-if=
"scope.row.status === 'SETTLED' && scope.row.capitalCode !== 'OWNBUSINESS' && scope.row.capitalCode !== 'FENGSHENGBUSINESSJQ' && scope.row.capitalCode !== 'YUANFENGBUSINESS' && scope.row.capitalCode !== 'FENGSHENGBUSINESSDR' && scope.row.capitalCode !== 'FENGSHENGBUSINESSZY'"
>
v-if=
"scope.row.status === 'SETTLED' && scope.row.capitalCode !== 'OWNBUSINESS' && scope.row.capitalCode !== 'FENGSHENGBUSINESSJQ' && scope.row.capitalCode !== 'YUANFENGBUSINESS' && scope.row.capitalCode !== 'FENGSHENGBUSINESSDR' && scope.row.capitalCode !== 'FENGSHENGBUSINESSZY'
&& scope.row.capitalCode !== 'CAITONGBUSINESS' && scope.row.capitalCode !== 'HAOWUBUSINESS'
"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleShow(scope.row, 'SettleReport', '结清报告')"
>
结清报告
</el-button>
</
template
>
<
template
v-if=
"scope.row.status === 'SETTLED' && scope.row.capitalCode === 'OWNBUSINESS' && zyItem"
>
<
template
v-if=
"scope.row.status === 'SETTLED' && scope.row.capitalCode === 'OWNBUSINESS'
&& zyItem"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleShow(scope.row, 'GenerateSettleReport', '结清报告')"
>
结清报告
</el-button>
</
template
>
...
...
@@ -65,8 +65,14 @@
<el-button
type=
"text"
size=
"small"
@
click=
"handleShow(scope.row, 'GenerateSettleReport', '结清报告')"
>
结清报告
</el-button>
</
template
>
<
template
v-if=
"scope.row.status === 'SETTLED' && scope.row.capitalCode === 'CAITONGBUSINESS' && zyItem"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleShow(scope.row, 'GenerateSettleReport', '结清报告')"
>
结清报告
</el-button>
</
template
>
<
template
v-if=
"scope.row.status === 'SETTLED' && scope.row.capitalCode === 'HAOWUBUSINESS' && zyItem"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleShow(scope.row, 'GenerateSettleReport', '结清报告')"
>
结清报告
</el-button>
</
template
>
<!-- 短信 -->
<el-button
type=
"text"
size=
"small"
@
click=
"handleMessageSend(scope.row)"
>
短信
</el-button>
...
...
vue.config.js
View file @
22331192
...
...
@@ -18,7 +18,7 @@ module.exports = {
devServer
:
{
port
:
9090
,
proxy
:
{
'/
api
'
:
{
'/'
:
{
//测试环境
target
:
'http://47.99.245.36:8202'
,
ws
:
true
,
...
...
yarn.lock
View file @
22331192
This diff is collapsed.
Click to expand it.
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