Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
f69d2ba9f8504c314144c27290adf20bed1aff49
1 parent
afefb77c
支行名称
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/home/returns-apply.js
web-static/js/home/returns-apply.js
View file @
f69d2ba
...
...
@@ -340,7 +340,7 @@ function packRefundInfo() {
}
res
.
payment
.
bank_name
=
$
.
trim
(
$refundInfo
.
find
(
'input[name="bank-name"]'
).
val
());
if
(
!
verifyTip
&&
!
res
.
payment
.
bank_name
&&
needSubbranch
===
'Y'
)
{
verifyTip
=
'请填写支行
行
名称'
;
verifyTip
=
'请填写支行名称'
;
}
res
.
payment
.
payee_name
=
$
.
trim
(
$refundInfo
.
find
(
'input[name="payee-name"]'
).
val
());
...
...
Please
register
or
login
to post a comment