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
周少峰
9 years ago
Commit
b3c29a49bc7864291f546edb7bad31d2e92d62a8
1 parent
8f30b88d
电子发票
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
template/www.yohobuy.com/actions/cart/index/order-ensure.phtml
web-static/js/order/ensure.js
web-static/sass/order/_pay.css
template/www.yohobuy.com/actions/cart/index/order-ensure.phtml
View file @
b3c29a4
...
...
@@ -281,14 +281,14 @@
<div class="section-play">
<div class="section-head">发票信息</div>
<div class="play-pan">
<input class="invoice mes" type="radio" id="" autocomplete="off"/>发票开具
<div class="invoice-content hide">
<div class="play-pan">
<input class="invoice mes" type="radio" id="" autocomplete="off" />发票开具
<div class="invoice-content-outter hide">
<div class="invoice-type mes">电子发票</div>
<div class="invoice-partment mes">个人</div>
<div class="invoice-kind mes">服装</div>
<button class="revise mes">修改
</div>
<input type="button" class="revise mes" />修改
</div>
<div class='invoice-upload hide'>
<div class="invoice-upload-type"></div>
<div class="invoice-upload-content"></div>
...
...
web-static/js/order/ensure.js
View file @
b3c29a4
...
...
@@ -868,12 +868,12 @@ $invoiceCheck.click(function(){
if
(
$invoiceCheck
.
hasClass
(
'active'
))
{
$invoiceCheck
.
removeAttr
(
'checked'
);
$invoiceCheck
.
removeClass
(
'active'
);
$
(
'.section-play .invoice-content'
).
addClass
(
'hide'
);
$
(
'.section-play .invoice-content
-outter
'
).
addClass
(
'hide'
);
}
if
(
$invoiceCheck
.
attr
(
'checked'
))
{
$invoiceCheck
.
addClass
(
'active'
);
if
(
$
(
'.invoice-content'
).
hasClass
(
'hide'
))
{
if
(
$
(
'.invoice-content
-outter
'
).
hasClass
(
'hide'
))
{
$receiptInfo
.
removeClass
(
'hide'
);
}
}
...
...
web-static/sass/order/_pay.css
View file @
b3c29a4
...
...
@@ -105,7 +105,7 @@
display
:
inline-block
;
}
.invoice-content
{
.invoice-content
-outter
{
display
:
inline-block
;
}
.mes
{
...
...
Please
register
or
login
to post a comment