Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
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
何远江
yishuju-ui
Commits
03540480
Commit
03540480
authored
Feb 11, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
cac07f4c
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
995 additions
and
54 deletions
+995
-54
element.scss
src/styles/element.scss
+3
-0
index.vue
src/views/business-approval/by-stages-apply/index.vue
+0
-2
index.vue
src/views/business-approval/reduction-apply/index.vue
+16
-2
index.vue
src/views/property/case-allocation/index.vue
+161
-14
index.vue
src/views/property/case-back/index.vue
+144
-0
index.vue
src/views/property/case-detail/index.vue
+65
-11
index.vue
src/views/property/case-manage/index.vue
+161
-10
index.vue
src/views/property/case-return/index.vue
+144
-0
caseDetailModal.vue
src/views/property/import/components/caseDetailModal.vue
+150
-6
index.vue
src/views/workplace/case/index.vue
+151
-9
No files found.
src/styles/element.scss
View file @
03540480
...
...
@@ -317,3 +317,6 @@ td {
content
:
''
;
}
}
.el-statistic__content
,
.el-statistic__head
{
text-align
:
center
;
}
\ No newline at end of file
src/views/business-approval/by-stages-apply/index.vue
View file @
03540480
...
...
@@ -61,8 +61,6 @@
<td>
{{
item
?.
principalBalance
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
欠息额
</td>
<td>
{{
item
?.
debitInterest
}}
</td>
<td
class=
"label"
>
手续费
</td>
<td>
{{
item
?.
commission
}}
</td>
</tr>
...
...
src/views/business-approval/reduction-apply/index.vue
View file @
03540480
...
...
@@ -65,8 +65,6 @@
>
</tr>
<tr>
<td
class=
"label"
>
欠息额
</td>
<td>
{{
item
?.
loan
?.
debitInterest
}}
</td>
<td
class=
"label"
>
手续费
</td>
<td>
{{
item
?.
loan
?.
commission
}}
</td>
<td
class=
"label"
>
跟进结果
</td>
...
...
@@ -250,6 +248,22 @@
search
:
{
el
:
'input'
,
labelWidth
:
80
},
width
:
120
,
},
{
field
:
'cpe.username'
,
title
:
'CPE'
,
showOverflow
:
'tooltip'
,
width
:
60
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
key
:
'cpeName'
,
labelWidth
:
78
},
},
{
field
:
'tenant.name'
,
showOverflow
:
'tooltip'
,
enum
:
()
=>
getTenantPage
({
current
:
1
,
size
:
999999999
,
status
:
'enable'
}),
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
key
:
'tenantId'
,
labelWidth
:
78
},
fieldNames
:
{
label
:
'name'
,
value
:
'id'
},
title
:
'调解中心'
,
width
:
100
,
},
{
field
:
'reduceType'
,
title
:
'减免类型'
,
...
...
src/views/property/case-allocation/index.vue
View file @
03540480
...
...
@@ -3,20 +3,23 @@
<div>
<ProTable
:config=
"config"
ref=
"caseLRef"
:api=
"getLoanpage"
:paramCallback=
"paramCallback"
>
<template
#
table_top
>
<div
class=
"flex"
>
<div
class=
"mr-4"
>
未分派案件数:
<span
class=
"text-blue-500"
>
{{
statisis
.
caseNum
}}
</span
>
件
</div
>
<div
class=
"mr-4"
>
未分派CPE数:
<span
class=
"text-blue-500"
>
{{
statisis
.
cpeNum
}}
</span
>
件
</div
>
<div
class=
"mr-4"
>
未分派总金额数:
<span
class=
"text-blue-500"
>
{{
statisis
.
amount
}}
</span
>
元
</div
>
</div>
<el-row
class=
"mx-2 mb-2"
:gutter=
"50"
>
<el-col
:span=
"5"
>
<el-statistic
title=
"未分派案件数"
:value=
"statisis.caseNum"
style=
"background: var(--el-color-primary-light-9)"
class=
" rounded-md"
>
<template
#
suffix
>
件
</
template
>
</el-statistic>
</el-col>
<el-col
:span=
"5"
>
<el-statistic
title=
"未分派CPE数"
:value=
"statisis.cpeNum"
style=
"background: var(--el-color-primary-light-9)"
class=
" rounded-md"
>
<
template
#
suffix
>
件
</
template
>
</el-statistic>
</el-col>
<el-col
:span=
"5"
>
<el-statistic
title=
"未分派总金额数"
:value=
"statisis.amount"
style=
"background: var(--el-color-primary-light-9)"
class=
" rounded-md"
>
<
template
#
suffix
>
元
</
template
>
</el-statistic>
</el-col>
</el-row>
</template>
<!-- 表格 header 按钮 -->
<
template
#
left_buttons
>
...
...
@@ -327,6 +330,150 @@
},
},
},
{
field
:
'credit?.borrowingTime'
,
title
:
'借款时间'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationStatus'
,
title
:
'诉讼执行状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationCaseNo'
,
title
:
'诉讼案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.executeCaseNo'
,
title
:
'执行案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.closingStatus'
,
title
:
'结案状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.constantNo'
,
title
:
'合同编号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmountOrg'
,
title
:
'资金方名称'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmount'
,
title
:
'申请金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentDate'
,
title
:
'借款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overDate'
,
title
:
'到期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.period'
,
title
:
'期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.lastPaymentDate'
,
title
:
'最后还款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.yearRate'
,
title
:
'年化利率'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentAmount'
,
title
:
'订单总应还金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.interest'
,
title
:
'订单总应还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.free'
,
title
:
'订单总应还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdue'
,
title
:
'逾期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdueDays'
,
title
:
'逾期天数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overduePeriod'
,
title
:
'逾期期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overBalance'
,
title
:
'已还本金'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overInterest'
,
title
:
'已还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overFree'
,
title
:
'已还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.remark'
,
title
:
'备注'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.disbursement'
,
title
:
'垫付费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
],
onCheckboxChange
:
onCheckboxChange
,
onCheckboxAll
:
onCheckboxAll
,
...
...
src/views/property/case-back/index.vue
View file @
03540480
...
...
@@ -349,6 +349,150 @@
},
},
},
{
field
:
'credit?.borrowingTime'
,
title
:
'借款时间'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationStatus'
,
title
:
'诉讼执行状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationCaseNo'
,
title
:
'诉讼案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.executeCaseNo'
,
title
:
'执行案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.closingStatus'
,
title
:
'结案状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.constantNo'
,
title
:
'合同编号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmountOrg'
,
title
:
'资金方名称'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmount'
,
title
:
'申请金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentDate'
,
title
:
'借款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overDate'
,
title
:
'到期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.period'
,
title
:
'期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.lastPaymentDate'
,
title
:
'最后还款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.yearRate'
,
title
:
'年化利率'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentAmount'
,
title
:
'订单总应还金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.interest'
,
title
:
'订单总应还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.free'
,
title
:
'订单总应还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdue'
,
title
:
'逾期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdueDays'
,
title
:
'逾期天数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overduePeriod'
,
title
:
'逾期期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overBalance'
,
title
:
'已还本金'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overInterest'
,
title
:
'已还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overFree'
,
title
:
'已还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.remark'
,
title
:
'备注'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.disbursement'
,
title
:
'垫付费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
],
onCheckboxChange
:
onCheckboxChange
,
onCheckboxAll
:
onCheckboxAll
,
...
...
src/views/property/case-detail/index.vue
View file @
03540480
...
...
@@ -73,24 +73,24 @@
<el-button
type=
"primary"
@
click=
"foldCaseTree"
>
展开/折叠
</el-button>
</div>
<div
class=
"box-content"
>
<el-row
class=
"mx-
2 mb-2
"
>
<el-row
class=
"mx-
4 mb-2"
:gutter=
"100
"
>
<el-col
:span=
"6"
>
<el-statistic
title=
"委案金额"
:value=
"sumCase.commissionAmount"
>
<el-statistic
title=
"委案金额"
:value=
"sumCase.commissionAmount"
style=
"background: var(--el-color-primary-light-9)"
class=
" rounded-md"
>
<template
#
suffix
>
元
</
template
>
</el-statistic>
</el-col>
<el-col
:span=
"6"
>
<el-statistic
title=
"累计减免金额"
:value=
"sumCase.sumReductionAmount"
>
<el-statistic
title=
"累计减免金额"
:value=
"sumCase.sumReductionAmount"
style=
"background: var(--el-color-primary-light-9)"
class=
" rounded-md"
>
<
template
#
suffix
>
元
</
template
>
</el-statistic>
</el-col>
<el-col
:span=
"6"
>
<el-statistic
title=
"累计还款金额"
:value=
"sumCase.sumRepayAmount"
>
<el-statistic
title=
"累计还款金额"
:value=
"sumCase.sumRepayAmount"
style=
"background: var(--el-color-primary-light-9)"
class=
" rounded-md"
>
<
template
#
suffix
>
元
</
template
>
</el-statistic>
</el-col>
<el-col
:span=
"6"
>
<el-statistic
title=
"剩余待还金额"
:value=
"sumCase.remainingAmount"
>
<el-statistic
title=
"剩余待还金额"
:value=
"sumCase.remainingAmount"
style=
"background: var(--el-color-primary-light-9)"
class=
" rounded-md"
>
<
template
#
suffix
>
元
</
template
>
</el-statistic>
</el-col>
...
...
@@ -151,8 +151,6 @@
>
</tr>
<tr>
<td
class=
"label"
>
欠息额
</td>
<td>
{{
row
?.
debitInterest
}}
</td>
<td
class=
"label"
>
手续费
</td>
<td>
{{
row
?.
commission
}}
</td>
<td
class=
"label"
>
跟进结果
</td>
...
...
@@ -170,6 +168,66 @@
:
''
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
借款时间
</td>
<td>
{{
row
?.
credit
?.
borrowingTime
}}
</td>
<td
class=
"label"
>
诉讼执行状态
</td>
<td>
{{
row
?.
credit
?.
litigationStatus
}}
</td>
<td
class=
"label"
>
诉讼案号
</td>
<td>
{{
row
?.
credit
?.
litigationCaseNo
}}
</td>
<td
class=
"label"
>
执行案号
</td>
<td>
{{
row
?.
credit
?.
executeCaseNo
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
结案状态
</td>
<td>
{{
row
?.
credit
?.
closingStatus
}}
</td>
<td
class=
"label"
>
合同编号
</td>
<td>
{{
row
?.
credit
?.
constantNo
}}
</td>
<td
class=
"label"
>
资金方名称
</td>
<td>
{{
row
?.
credit
?.
planAmountOrg
}}
</td>
<td
class=
"label"
>
申请金额
</td>
<td>
{{
row
?.
credit
?.
planAmount
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
借款日期
</td>
<td>
{{
row
?.
credit
?.
paymentDate
}}
</td>
<td
class=
"label"
>
到期日期
</td>
<td>
{{
row
?.
credit
?.
overDate
}}
</td>
<td
class=
"label"
>
期数
</td>
<td>
{{
row
?.
credit
?.
period
}}
</td>
<td
class=
"label"
>
最后还款日期
</td>
<td>
{{
row
?.
credit
?.
lastPaymentDate
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
年化利率
</td>
<td>
{{
row
?.
credit
?.
yearRate
}}
</td>
<td
class=
"label"
>
订单总应还金额
</td>
<td>
{{
row
?.
credit
?.
paymentAmount
}}
</td>
<td
class=
"label"
>
订单总应还利息
</td>
<td>
{{
row
?.
credit
?.
interest
}}
</td>
<td
class=
"label"
>
订单总应还其他费用
</td>
<td>
{{
row
?.
credit
?.
free
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
逾期日期
</td>
<td>
{{
row
?.
credit
?.
overdue
}}
</td>
<td
class=
"label"
>
逾期天数
</td>
<td>
{{
row
?.
credit
?.
overdueDays
}}
</td>
<td
class=
"label"
>
逾期期数
</td>
<td>
{{
row
?.
credit
?.
overduePeriod
}}
</td>
<td
class=
"label"
>
已还本金
</td>
<td>
{{
row
?.
credit
?.
overBalance
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
已还利息
</td>
<td>
{{
row
?.
credit
?.
overInterest
}}
</td>
<td
class=
"label"
>
已还其他费用
</td>
<td>
{{
row
?.
credit
?.
overFree
}}
</td>
<td
class=
"label"
>
备注
</td>
<td>
{{
row
?.
credit
?.
remark
}}
</td>
<td
class=
"label"
>
垫付费用
</td>
<td>
{{
row
?.
credit
?.
disbursement
}}
</td>
</tr>
</tbody>
</table>
</div>
...
...
@@ -267,8 +325,6 @@
>
</tr>
<tr>
<td
class=
"label"
>
欠息额
</td>
<td>
{{
item
?.
loan
?.
debitInterest
}}
</td>
<td
class=
"label"
>
手续费
</td>
<td>
{{
item
?.
loan
?.
commission
}}
</td>
<td
class=
"label"
>
跟进结果
</td>
...
...
@@ -379,8 +435,6 @@
<td>
{{
item
?.
principalBalance
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
欠息额
</td>
<td>
{{
item
?.
debitInterest
}}
</td>
<td
class=
"label"
>
手续费
</td>
<td>
{{
item
?.
commission
}}
</td>
</tr>
...
...
src/views/property/case-manage/index.vue
View file @
03540480
<
template
>
<div
class=
"table-box"
>
<div
class=
"table-inner"
>
<ProTable
:config=
"config"
ref=
"caseLRef"
:api=
"getCreditPage"
>
<ProTable
:config=
"config"
ref=
"caseLRef"
:api=
"getCreditPage"
:paramCallback=
"paramCallback"
>
<!--
<ProTable
:config=
"config"
ref=
"caseLRef"
:data=
"data"
>
-->
<!--
<template
#
table_top
>
<div
class=
"topgrp"
>
...
...
@@ -73,6 +73,20 @@
{
label
:
'撤案'
,
value
:
'withdraw'
},
{
label
:
'留案'
,
value
:
'stay'
},
];
const
paramCallback
=
(
param
)
=>
{
const
obj
=
JSON
.
parse
(
JSON
.
stringify
(
param
));
if
(
obj
[
'cpeDate'
])
{
if
(
obj
[
'cpeDate'
][
0
])
obj
[
'cpeDateBegin'
]
=
obj
[
'cpeDate'
][
0
];
if
(
obj
[
'cpeDate'
][
1
])
obj
[
'cpeDateEnd'
]
=
obj
[
'cpeDate'
][
1
];
delete
obj
[
'cpeDate'
];
}
if
(
obj
[
'tenantTime'
])
{
if
(
obj
[
'tenantTime'
][
0
])
obj
[
'tenantTimeBegin'
]
=
obj
[
'tenantTime'
][
0
];
if
(
obj
[
'tenantTime'
][
1
])
obj
[
'tenantTimeEnd'
]
=
obj
[
'tenantTime'
][
1
];
delete
obj
[
'tenantTime'
];
}
return
obj
;
};
const
config
=
reactive
({
columns
:
[
{
...
...
@@ -199,8 +213,8 @@
width
:
130
,
search
:
{
el
:
'date-picker'
,
props
:
{
type
:
'date'
,
valueFormat
:
'YYYY-MM-DD'
},
labelWidth
:
80
,
props
:
{
type
:
'date
range
'
,
valueFormat
:
'YYYY-MM-DD'
},
labelWidth
:
78
,
},
},
{
...
...
@@ -210,13 +224,6 @@
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
80
},
},
{
field
:
'debitInterest'
,
showOverflow
:
'tooltip'
,
title
:
'欠息额'
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
80
},
},
{
field
:
'commission'
,
showOverflow
:
'tooltip'
,
...
...
@@ -282,6 +289,150 @@
},
},
},
{
field
:
'credit?.borrowingTime'
,
title
:
'借款时间'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationStatus'
,
title
:
'诉讼执行状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationCaseNo'
,
title
:
'诉讼案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.executeCaseNo'
,
title
:
'执行案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.closingStatus'
,
title
:
'结案状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.constantNo'
,
title
:
'合同编号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmountOrg'
,
title
:
'资金方名称'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmount'
,
title
:
'申请金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentDate'
,
title
:
'借款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overDate'
,
title
:
'到期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.period'
,
title
:
'期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.lastPaymentDate'
,
title
:
'最后还款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.yearRate'
,
title
:
'年化利率'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentAmount'
,
title
:
'订单总应还金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.interest'
,
title
:
'订单总应还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.free'
,
title
:
'订单总应还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdue'
,
title
:
'逾期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdueDays'
,
title
:
'逾期天数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overduePeriod'
,
title
:
'逾期期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overBalance'
,
title
:
'已还本金'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overInterest'
,
title
:
'已还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overFree'
,
title
:
'已还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.remark'
,
title
:
'备注'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.disbursement'
,
title
:
'垫付费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
],
});
...
...
src/views/property/case-return/index.vue
View file @
03540480
...
...
@@ -348,6 +348,150 @@
},
},
},
{
field
:
'credit?.borrowingTime'
,
title
:
'借款时间'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationStatus'
,
title
:
'诉讼执行状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationCaseNo'
,
title
:
'诉讼案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.executeCaseNo'
,
title
:
'执行案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.closingStatus'
,
title
:
'结案状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.constantNo'
,
title
:
'合同编号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmountOrg'
,
title
:
'资金方名称'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmount'
,
title
:
'申请金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentDate'
,
title
:
'借款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overDate'
,
title
:
'到期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.period'
,
title
:
'期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.lastPaymentDate'
,
title
:
'最后还款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.yearRate'
,
title
:
'年化利率'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentAmount'
,
title
:
'订单总应还金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.interest'
,
title
:
'订单总应还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.free'
,
title
:
'订单总应还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdue'
,
title
:
'逾期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdueDays'
,
title
:
'逾期天数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overduePeriod'
,
title
:
'逾期期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overBalance'
,
title
:
'已还本金'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overInterest'
,
title
:
'已还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overFree'
,
title
:
'已还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.remark'
,
title
:
'备注'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.disbursement'
,
title
:
'垫付费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
],
onCheckboxChange
:
onCheckboxChange
,
onCheckboxAll
:
onCheckboxAll
,
...
...
src/views/property/import/components/caseDetailModal.vue
View file @
03540480
...
...
@@ -180,12 +180,6 @@
width
:
80
,
// search: { el: 'input', props: { clearable: true }, labelWidth: 80 },
},
{
field
:
'debitInterest'
,
title
:
'欠息额'
,
width
:
80
,
// search: { el: 'input', props: { clearable: true }, labelWidth: 80 },
},
{
field
:
'commission'
,
title
:
'手续费'
,
...
...
@@ -247,6 +241,156 @@
},
},
},
{
field
:
'credit?.borrowingTime'
,
title
:
'借款时间'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationStatus'
,
title
:
'诉讼执行状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationCaseNo'
,
title
:
'诉讼案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.executeCaseNo'
,
title
:
'执行案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.closingStatus'
,
title
:
'结案状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.closingStatus'
,
title
:
'结案状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.constantNo'
,
title
:
'合同编号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmountOrg'
,
title
:
'资金方名称'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmount'
,
title
:
'申请金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentDate'
,
title
:
'借款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overDate'
,
title
:
'到期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.period'
,
title
:
'期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.lastPaymentDate'
,
title
:
'最后还款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.yearRate'
,
title
:
'年化利率'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentAmount'
,
title
:
'订单总应还金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.interest'
,
title
:
'订单总应还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.free'
,
title
:
'订单总应还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdue'
,
title
:
'逾期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdueDays'
,
title
:
'逾期天数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overduePeriod'
,
title
:
'逾期期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overBalance'
,
title
:
'已还本金'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overInterest'
,
title
:
'已还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overFree'
,
title
:
'已还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.remark'
,
title
:
'备注'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.disbursement'
,
title
:
'垫付费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
],
});
...
...
src/views/workplace/case/index.vue
View file @
03540480
...
...
@@ -52,6 +52,11 @@
if
(
userInfo
.
id
)
{
obj
[
'cpe'
]
=
userInfo
.
id
;
}
if
(
obj
[
'cpeDate'
])
{
if
(
obj
[
'cpeDate'
][
0
])
obj
[
'cpeDateBegin'
]
=
obj
[
'cpeDate'
][
0
];
if
(
obj
[
'cpeDate'
][
1
])
obj
[
'cpeDateEnd'
]
=
obj
[
'cpeDate'
][
1
];
delete
obj
[
'cpeDate'
];
}
curParam
.
value
=
obj
;
return
obj
;
};
...
...
@@ -233,8 +238,8 @@
width
:
130
,
search
:
{
el
:
'date-picker'
,
props
:
{
type
:
'date'
,
valueFormat
:
'YYYY-MM-DD'
},
labelWidth
:
80
,
props
:
{
type
:
'date
range
'
,
valueFormat
:
'YYYY-MM-DD'
},
labelWidth
:
78
,
},
},
{
...
...
@@ -244,13 +249,6 @@
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
80
},
},
{
field
:
'debitInterest'
,
showOverflow
:
'tooltip'
,
title
:
'欠息额'
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
80
},
},
{
field
:
'commission'
,
showOverflow
:
'tooltip'
,
...
...
@@ -316,6 +314,150 @@
},
},
},
{
field
:
'credit?.borrowingTime'
,
title
:
'借款时间'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationStatus'
,
title
:
'诉讼执行状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.litigationCaseNo'
,
title
:
'诉讼案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.executeCaseNo'
,
title
:
'执行案号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.closingStatus'
,
title
:
'结案状态'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.constantNo'
,
title
:
'合同编号'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmountOrg'
,
title
:
'资金方名称'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.planAmount'
,
title
:
'申请金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentDate'
,
title
:
'借款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overDate'
,
title
:
'到期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.period'
,
title
:
'期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.lastPaymentDate'
,
title
:
'最后还款日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.yearRate'
,
title
:
'年化利率'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.paymentAmount'
,
title
:
'订单总应还金额'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.interest'
,
title
:
'订单总应还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.free'
,
title
:
'订单总应还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdue'
,
title
:
'逾期日期'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overdueDays'
,
title
:
'逾期天数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overduePeriod'
,
title
:
'逾期期数'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overBalance'
,
title
:
'已还本金'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overInterest'
,
title
:
'已还利息'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.overFree'
,
title
:
'已还其他费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.remark'
,
title
:
'备注'
,
showOverflow
:
'tooltip'
,
width
:
80
},
{
field
:
'credit?.disbursement'
,
title
:
'垫付费用'
,
showOverflow
:
'tooltip'
,
width
:
80
},
],
onCheckboxChange
:
onCheckboxChange
,
onCheckboxAll
:
onCheckboxAll
,
...
...
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