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
c8f7e2f6
Commit
c8f7e2f6
authored
Jul 19, 2022
by
刘雅文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增需求
parent
bcc0c2c0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
ByhServiceDetail.vue
src/components/byh/ByhServiceDetail.vue
+1
-1
ClientManagerment.vue
src/components/byh/ClientManagerment.vue
+1
-1
BaseInfo.vue
src/components/byh/componments/BaseInfo.vue
+2
-1
ProtocolSettledOne.vue
src/components/byh/componments/ProtocolSettledOne.vue
+1
-1
No files found.
src/components/byh/ByhServiceDetail.vue
View file @
c8f7e2f6
...
@@ -182,7 +182,7 @@ export default {
...
@@ -182,7 +182,7 @@ export default {
}
=
this
.
$route
.
query
;
}
=
this
.
$route
.
query
;
this
.
query
=
this
.
$route
.
query
this
.
query
=
this
.
$route
.
query
if
(
clientNo
&&
clientProductName
&&
phoneNo
&&
loanNo
)
{
if
(
clientNo
&&
clientProductName
&&
phoneNo
)
{
this
.
clientNos
=
clientNo
;
this
.
clientNos
=
clientNo
;
this
.
clientProducts
=
clientProductName
;
this
.
clientProducts
=
clientProductName
;
this
.
clientCells
=
phoneNo
;
this
.
clientCells
=
phoneNo
;
...
...
src/components/byh/ClientManagerment.vue
View file @
c8f7e2f6
...
@@ -286,7 +286,7 @@ export default {
...
@@ -286,7 +286,7 @@ export default {
type
:
'warning'
,
type
:
'warning'
,
beforeClose
:
(
action
,
instance
,
done
)
=>
{
beforeClose
:
(
action
,
instance
,
done
)
=>
{
if
(
action
===
'confirm'
)
{
if
(
action
===
'confirm'
)
{
this
.
$$get
(
'/client/resetAuthen?clientNo='
+
value
)
this
.
$$get
(
`/client/resetAuthen?clientNo=
${
value
}
&appName=
${
appName
}
`
)
.
then
(
res
=>
{
.
then
(
res
=>
{
if
(
res
.
data
.
code
!=
200
)
{
if
(
res
.
data
.
code
!=
200
)
{
this
.
$message
.
error
(
res
.
data
.
message
);
this
.
$message
.
error
(
res
.
data
.
message
);
...
...
src/components/byh/componments/BaseInfo.vue
View file @
c8f7e2f6
...
@@ -246,7 +246,7 @@ export default {
...
@@ -246,7 +246,7 @@ export default {
},
},
//解绑
//解绑
unSign
(
n
)
{
unSign
(
n
)
{
console
.
log
(
n
);
console
.
log
(
n
,
'88888'
);
// console.log(this.params);
// console.log(this.params);
this
.
$confirm
(
"确定要解绑吗?"
,
"提示"
,
{
this
.
$confirm
(
"确定要解绑吗?"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
confirmButtonText
:
"确定"
,
...
@@ -258,6 +258,7 @@ export default {
...
@@ -258,6 +258,7 @@ export default {
// this.dataInfo.clientNo = n.clientNo;
// this.dataInfo.clientNo = n.clientNo;
this
.
dataInfo
.
bizType
=
n
.
bizType
;
this
.
dataInfo
.
bizType
=
n
.
bizType
;
this
.
dataInfo
.
bankAccount
=
n
.
bankAccount
;
this
.
dataInfo
.
bankAccount
=
n
.
bankAccount
;
this
.
dataInfo
.
loanSign
=
n
.
loanSign
;
})
})
.
catch
(()
=>
{
.
catch
(()
=>
{
this
.
$message
({
this
.
$message
({
...
...
src/components/byh/componments/ProtocolSettledOne.vue
View file @
c8f7e2f6
...
@@ -111,7 +111,7 @@ export default {
...
@@ -111,7 +111,7 @@ export default {
},
},
rules
:
{
rules
:
{
bankAccount
:
[{
required
:
true
,
message
:
'支付银行卡不能为空'
,
trigger
:
'blur'
}],
bankAccount
:
[{
required
:
true
,
message
:
'支付银行卡不能为空'
,
trigger
:
'blur'
}],
//
paymentChannel: [{required: true, message: '支付渠道不能为空', trigger: 'blur'}],
paymentChannel
:
[{
required
:
true
,
message
:
'支付渠道不能为空'
,
trigger
:
'blur'
}],
backAmt
:
[{
required
:
true
,
message
:
"扣款金额不能为空"
,
trigger
:
'blur'
}],
backAmt
:
[{
required
:
true
,
message
:
"扣款金额不能为空"
,
trigger
:
'blur'
}],
},
},
loginName
:
''
,
loginName
:
''
,
...
...
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