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
427a2d86
Commit
427a2d86
authored
Sep 22, 2020
by
feifei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分页问题
parent
7d1aa10a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
6 deletions
+21
-6
index.html
index.html
+3
-0
ByhServiceDetail.vue
src/components/byh/ByhServiceDetail.vue
+9
-5
ClientManagerment.vue
src/components/byh/ClientManagerment.vue
+8
-0
version.json
version.json
+1
-1
No files found.
index.html
View file @
427a2d86
...
...
@@ -26,6 +26,9 @@
//生产环境
window
.
APIHOST
=
"https://water.jqtianxia.com"
;
//鼎荣小贷
//window.APIHOST = "https://drwater.dingrongxd.com";
</script>
<link
rel=
"stylesheet"
href=
"./static/css/index.css"
>
...
...
src/components/byh/ByhServiceDetail.vue
View file @
427a2d86
...
...
@@ -189,6 +189,7 @@
<el-table-column
prop=
"planBen"
label=
"计划本金"
></el-table-column>
<el-table-column
prop=
"planFu"
label=
"计划服务费"
></el-table-column>
<el-table-column
prop=
"planXi"
label=
"计划利息"
></el-table-column>
<el-table-column
prop=
"planFa"
label=
"计划罚息"
></el-table-column>
<el-table-column
prop=
"planDate"
label=
"计划还款时间"
:formatter=
"dateFormats"
></el-table-column>
<el-table-column
prop=
"backedAmt"
label=
"已还金额"
:formatter=
"planMoneyFormat"
></el-table-column>
<el-table-column
prop=
"derateAmt"
label=
"减免金额"
></el-table-column>
...
...
@@ -487,6 +488,7 @@
backedBen
:
''
,
backedFu
:
''
,
planXi
:
''
,
planFa
:
''
,
planDate
:
''
,
status
:
''
,
}],
...
...
@@ -581,6 +583,7 @@
planAmt
:
''
,
},
loanNos
:
''
,
clientNos
:
''
,
},
}
},
...
...
@@ -718,8 +721,6 @@
}
});
//操作信息
this
.
clientDailyInfo
(
clientNo
);
// 请求当前的反馈问题/customer/getQuestionList/
this
.
$$post
(
'/feed/feedList/'
,{
clientNo
:
clientNo
,
feedSource
:
'CUSTOMER'
,
feedProduct
:
clientProductName
}).
then
(
res
=>
{
...
...
@@ -796,7 +797,7 @@
return
}
else
{
//打开借款的面板
this
.
activeNames
=
[
'1'
,
'2'
,
'3'
,
'4'
,
'5'
];
this
.
activeNames
=
[
'1'
,
'2'
,
'3'
,
'4'
,
'5'
,
'8'
];
//还款计划
if
(
res
.
data
.
result
.
planVo
==
null
){
this
.
loanApplyList
=
[];
...
...
@@ -806,6 +807,7 @@
this
.
advanceLoanAmt
.
loanNo
=
res
.
data
.
result
.
applyVo
.
loanNo
;
this
.
advanceLoanAmt
.
bizType
=
res
.
data
.
result
.
applyVo
.
bizType
;
this
.
advanceLoanAmt
.
clientNo
=
res
.
data
.
result
.
applyVo
.
clientNo
;
this
.
clientNos
=
res
.
data
.
result
.
applyVo
.
clientNo
;
this
.
loanNos
=
res
.
data
.
result
.
applyVo
.
loanNo
;
}
//借款信息
...
...
@@ -824,6 +826,8 @@
this.loanBackedList = res.data.result.backedVo ? res.data.result.backedVo : '';
}*/
}
//操作信息
this
.
clientDailyInfo
(
res
.
data
.
result
.
applyVo
.
clientNo
);
}).
catch
(
error
=>
{
this
.
$Message
.
error
(
error
||
'网络异常,请稍后。。。'
);
...
...
@@ -1041,13 +1045,13 @@
/** 处理分页操作*/
handleCurrentChangeClient
()
{
this
.
loanLogCustom
=
this
.
clientDailyInfo
(
this
.
advanceLoanAmt
.
clientNo
);
this
.
loanLogCustom
=
this
.
clientDailyInfo
(
this
.
clientNos
);
},
handleSizeChangeClient
(
row
){
this
.
pages
.
size
=
row
this
.
pages
.
current
=
1
;
this
.
clientDailyInfo
(
this
.
advanceLoanAmt
.
clientNo
);
this
.
clientDailyInfo
(
this
.
clientNos
);
},
//结果状态
...
...
src/components/byh/ClientManagerment.vue
View file @
427a2d86
...
...
@@ -124,6 +124,14 @@
<br/>
</el-row>
</div>
<div
v-else
>
<el-row
:gutter=
"24"
style=
"margin-left:50px"
>
<el-col
:span=
"16"
>
<div
class=
"grid-content bg-purple"
>
通讯录权限:通讯录未获取
</div>
</el-col>
<br/>
</el-row>
</div>
<div>
<el-row
:gutter=
"24"
:data=
"clientInfo.clientRiskFileDO"
style=
"margin-left:50px;margin-top: 30px"
>
<el-col
:span=
"16"
>
...
...
version.json
View file @
427a2d86
{
"name"
:
"versiony"
,
"version"
:
"
5.9.4
"
"version"
:
"
6.0.0
"
}
\ No newline at end of file
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