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
Plain Diff
Browse Files
Authored by
郭成尧
9 years ago
Commit
4b12773a92e87ab7dd13db6afc3228cd02f127cf
2 parents
2be079b1
0bc55b69
'pullmerge'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web-static/js/order/ensure.js
web-static/js/order/ensure.js
View file @
4b12773
...
...
@@ -952,7 +952,7 @@ function saveReceiptInfo() {
$
(
'.invoice-upload-title'
).
html
(
receiptTitle
);
$receiptInfo
.
addClass
(
'hide'
);
$
(
'.invoice-content'
).
removeClass
(
'hide'
);
$
(
'.invoice-content
-outter
'
).
removeClass
(
'hide'
);
}
$receiptInfoSaveBtn
.
click
(
function
(){
saveReceiptInfo
();
...
...
@@ -961,7 +961,7 @@ $receiptInfoSaveBtn.click(function(){
$receiptInfoCancelBtn
.
click
(
function
(){
$receiptInfo
.
addClass
(
'hide'
);
if
(
$
(
'.invoice-content'
).
hasClass
(
'hide'
))
{
if
(
$
(
'.invoice-content
-outter
'
).
hasClass
(
'hide'
))
{
$invoiceCheck
.
removeAttr
(
'checked'
);
$invoiceCheck
.
removeClass
(
'active'
);
}
else
{
...
...
Please
register
or
login
to post a comment