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
cf050aa6
Commit
cf050aa6
authored
Mar 03, 2022
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加减免的申请中过滤条件
parent
bbb6a2f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
BillList.vue
src/components/byh/componments/BillList.vue
+1
-1
ReliefList.vue
src/components/byh/componments/ReliefList.vue
+5
-6
No files found.
src/components/byh/componments/BillList.vue
View file @
cf050aa6
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<el-button
type=
"primary"
size=
"mini"
@
click=
"handleAdvanceLoanAmt"
v-if=
"isNeedAudit"
>
线下结清
</el-button>
<el-button
type=
"primary"
size=
"mini"
@
click=
"handleAdvanceLoanAmt"
v-if=
"isNeedAudit"
>
线下结清
</el-button>
<el-button
type=
"primary"
size=
"mini"
@
click=
"protocolSettleAll"
>
代扣结清
</el-button>
<el-button
type=
"primary"
size=
"mini"
@
click=
"protocolSettleAll"
>
代扣结清
</el-button>
</td>
</td>
<td>
减免:
</td>
<td>
减免
金额
:
</td>
<td>
<td>
¥
{{
loanVo
.
derateAmt
}}
¥
{{
loanVo
.
derateAmt
}}
</td>
</td>
...
...
src/components/byh/componments/ReliefList.vue
View file @
cf050aa6
...
@@ -16,11 +16,6 @@
...
@@ -16,11 +16,6 @@
<el-table-column
align=
"center"
prop=
"backedAmt"
label=
"还款金额"
></el-table-column>
<el-table-column
align=
"center"
prop=
"backedAmt"
label=
"还款金额"
></el-table-column>
<el-table-column
align=
"center"
prop=
"backedTypeStr"
label=
"还款方式"
></el-table-column>
<el-table-column
align=
"center"
prop=
"backedTypeStr"
label=
"还款方式"
></el-table-column>
<el-table-column
align=
"center"
prop=
"statusStr"
label=
"还款单状态"
></el-table-column>
<el-table-column
align=
"center"
prop=
"statusStr"
label=
"还款单状态"
></el-table-column>
<el-table-column
align=
"center"
prop=
"cardOwnerName"
label=
"银行账号户主名称"
></el-table-column>
<el-table-column
align=
"center"
prop=
"cardOwnerMobile"
label=
"银行账号户主电话"
></el-table-column>
<el-table-column
align=
"center"
width=
"150"
prop=
"cardBankAccount"
label=
"银行账号"
:formatter=
"cardBankFormat"
></el-table-column>
<el-table-column
align=
"center"
prop=
"bankAccount"
label=
"还款银行账号"
></el-table-column>
<el-table-column
align=
"center"
prop=
"bankOwner"
label=
"还款银行账户"
></el-table-column>
<el-table-column
align=
"center"
prop=
"backedDate"
label=
"还款时间"
:formatter=
"dateCompare"
></el-table-column>
<el-table-column
align=
"center"
prop=
"backedDate"
label=
"还款时间"
:formatter=
"dateCompare"
></el-table-column>
<el-table-column
align=
"center"
prop=
"resultStr"
label=
"还款结果"
width=
"100"
:formatter=
"resultBankFormat"
<el-table-column
align=
"center"
prop=
"resultStr"
label=
"还款结果"
width=
"100"
:formatter=
"resultBankFormat"
:filters=
"tableStatus"
:filters=
"tableStatus"
...
@@ -67,7 +62,11 @@ export default {
...
@@ -67,7 +62,11 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
tableStatus
:
[{
text
:
'成功'
,
value
:
"SUCCESS"
},
{
text
:
'失败'
,
value
:
"FAIL"
}],
tableStatus
:
[
{
text
:
'成功'
,
value
:
"SUCCESS"
},
{
text
:
'审核中'
,
value
:
"SUBMITED"
},
{
text
:
'失败'
,
value
:
"FAIL"
}
],
form
:
{
form
:
{
total
:
1
,
total
:
1
,
current
:
1
,
current
:
1
,
...
...
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