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
f9ce8db0
Commit
f9ce8db0
authored
Feb 08, 2022
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结清证明的身份证没传递的问题解决
parent
da5d21f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
index.html
public/index.html
+2
-2
LoanInfo.vue
src/components/byh/componments/LoanInfo.vue
+2
-4
SettleReport.vue
src/components/byh/componments/SettleReport.vue
+2
-2
No files found.
public/index.html
View file @
f9ce8db0
...
...
@@ -12,10 +12,10 @@
//window.APIHOST = "http://192.168.0.50:8202";
//测试
window
.
APIHOST
=
"http://47.99.245.36:8202"
;
//
window.APIHOST = "http://47.99.245.36:8202";
//生产环境
//
window.APIHOST = "https://water.jqtianxia.com";
window
.
APIHOST
=
"https://water.jqtianxia.com"
;
</script>
</head>
...
...
src/components/byh/componments/LoanInfo.vue
View file @
f9ce8db0
...
...
@@ -139,13 +139,11 @@ export default {
},
handleShow
(
row
,
com
,
title
)
{
console
.
log
(
row
,
'当前行'
)
console
.
log
(
this
.
basicInfo
,
'基础信息'
)
this
.
mcDialogVisible
=
true
;
this
.
mcItems
=
{
...
row
,
...
this
.
loan
,
...
this
.
loanModel
,
...
this
.
basicInfo
,
...
this
.
$route
.
query
...
this
.
params
};
this
.
mcTitle
=
title
;
this
.
ActiveCom
=
com
;
...
...
src/components/byh/componments/SettleReport.vue
View file @
f9ce8db0
...
...
@@ -60,9 +60,9 @@ export default {
const
params
=
this
.
params
;
console
.
log
(
params
,
'很多信息'
);
if
(
params
.
loanNo
)
{
const
{
capitalCode
,
clientName
,
certNo
,
loanNo
,
externalNo
}
=
params
;
const
{
capitalCode
,
clientName
,
certNo
,
idCard
,
loanNo
,
externalNo
}
=
params
;
this
.
form
.
capitalCode
=
capitalCode
;
this
.
form
.
certNo
=
certNo
;
this
.
form
.
certNo
=
idCard
;
this
.
form
.
certName
=
clientName
;
//this.form.loanNo = loanNo;
this
.
form
.
loanNo
=
externalNo
;
...
...
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