Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yyq
2017-09-21 14:33:20 +0800
Commit
9803c01c04e27ae432f07c42e9a2545d00a5e549
2 parents
0d4a8823
33b3b4e1
Merge branch 'feature/homeInvoice' into release/6.1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/invoice.page.js
public/js/home/invoice.page.js
View file @
9803c01
...
...
@@ -189,7 +189,7 @@ $('#me-invoice-orders').on('click', '.supply-invoice', function() {
return
;
}
info
.
orderCode
=
$
(
this
)
.
data
(
'id'
);
info
.
orderCode
=
$
this
.
data
(
'id'
);
supplyInvoice
(
info
,
function
(
data
)
{
if
(
data
.
code
!==
200
)
{
dg
.
$el
.
hide
();
...
...
Please
register
or
login
to post a comment